]> code.ossystems Code Review - meta-freescale.git/commit
imx-base.inc: Generate a default IMAGE_BOOT_FILES
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 Oct 2017 20:36:04 +0000 (17:36 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 5 Oct 2017 18:32:48 +0000 (15:32 -0300)
commitac419895663889d65cc3828b7d6ce150199526bb
treeff28d576a06b744c0f01f0e144d65233e601e528
parentb35452627c07ccfbb6a3d41454adbd5ffbdc3bb8
imx-base.inc: Generate a default IMAGE_BOOT_FILES

When the machine requires a boot partition, it needs to define the
IMAGE_BOOT_FILES to include the device tree files and Linux kernel
image. This is essentially a generic solution so instead of defining
it for all machines we are providing a default value for them.

To implement that, we borrowed an utility function from Raspberry Pi
BSP. It is copied as is at conf/machine/include/utilities.inc file.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/include/imx-base.inc
conf/machine/include/utilities.inc [new file with mode: 0644]