]> 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:31:57 +0000 (15:31 -0300)
commit9a0ca658320a3d87773bfd1ccda4121a96326d68
treec47f300a47f5590b2a22a1d1bbf1c93f8e2153ba
parent604c9e2d4aa24c256ea8cce46b02e50d9e7320f1
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]