diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-18 23:05:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-20 15:23:01 +0100 |
commit | 55b80d3bb92ebfe334ba4b2ba980c45d1d2f1c05 (patch) | |
tree | 86120b5cf6d31b193173f1b15853c7e61d7be5f4 /package/python-pyftpdlib | |
parent | 4e793b82a557f9c0cb1c5897a750ef445e95c5d5 (diff) | |
download | buildroot-55b80d3bb92ebfe334ba4b2ba980c45d1d2f1c05.tar.gz buildroot-55b80d3bb92ebfe334ba4b2ba980c45d1d2f1c05.zip |
linux: de-duplicate DTB and Linux image installation
Currently, the LINUX_INSTALL_DTB and LINUX_INSTALL_DTB_TARGET macros
are exactly the same, except for the target directory.
Similarly, LINUX_INSTALL_KERNEL_IMAGE_TO_TARGET and
LINUX_INSTALL_IMAGES_CMDS are copying the kernel image, just to a
different place (and with a different strategy).
As a preparation for future additions, this commit de-duplicate this
code:
- LINUX_INSTALL_DTB becomes a make macro that takes one argument: the
destination directory.
- LINUX_INSTALL_IMAGE is a new make macro that also takes on
argument: the destination directory.
Both macros are used by LINUX_INSTALL_KERNEL_IMAGE_TO_TARGET and
LINUX_INSTALL_IMAGES_CMDS to respectively install to the target
directory and the images directory.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyftpdlib')
0 files changed, 0 insertions, 0 deletions