Re: [yocto] how to add files to boot media hddimg/ISO SOLVED

2016-10-26 Thread Lars Larsen
I manage to solve it, with a not so elegant solution I any one has an "authorized" solution please let me know in my local .conf I have INHERIT += "rootfsdebugfiles" ROOTFS_DEBUG_FILES += "\ ${TOPDIR}/[path to file]/sektionnumber.dat ${ISODIR}/sektionnumber.dat; \ ${TOPDIR}/[path to

[yocto] how to add files to boot media hddimg/ISO

2016-10-26 Thread Lars Larsen
Hello yocto world I have a recipe that produce an ISO image and a hddimg image. I need to add a file to the boot media root, alongside rootfs.img and intrd - so it is NOT a part of the rootfs inspired by bootimg.bbclass, I tried to add the following recipe to my build /DESCRIPTION =