Good day, How can I add my own dts file to the arch/arm/boot/dts folder? Within my yocto installation the whole path for the dts files is:
tmp/work/sm2_imx6-poky-linux-gnueabi/linux-yocto-custom/4.1.15-2/git/arch/arm/boot/dts As you can see it lies within the "tmp" folder. Hence, I do not want to copy it manually into this branch. I tried playing around with "appendsrcfiles" while creating an extra recipe "add-screen-dts": recipetool appendsrcfiles --destdir arch/arm/boot/dts ../../sources/meta-own add-screen-dts ../../sources/meta-own/recipes-own/images/sm2-imx6-133-1280x800-single-lvds-SCX1001255GGU17.dts However, I do not have any success here. Thanks for helping me out!
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
