Hi All
I am working on QP sabre board.
I really want to have the zImage and device tree file in the /boot directory of my rootfs.
I have already my own layer with linux-imx_*.bbappend file and added
do_install_append() {
cp arch/{$ARCH}/boot/zImage ${D}/boot/
cp arch/{$ARCH}/boot/dts/*.dtb ${D}/boot/
}
But yocto complains about: "Please set FILES such that these items are packaged".
Hi Sebastian,
please check following thread: How to include any files in rootfs with YOCTO
Regards,
Carlos
NXP Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------