hi,
thanks but it seemed that i need to insert extra lines like:
do_compile_append() {
${WORKDIR}/recipe-sysroot-native/usr/bin/mkimage -C none -A arm -T script -d ${WORKDIR}/boot.cmd ${WORKDIR}/${UBOOT_ENV_BINARY}
}
then it builds from a boot.cmd file the boot.scr file.
Very sad, i thought that yocto could still handle that, or i dont know how to activate it ??
The next problem is now, how to copy the boot.scr file to the sdcard image ?? When i use IMAGE_BOOT_FILES = "boot.scr" inside build/conf/local.conf nothing happens, even if the boot.scr file is located in build/tmp/deploy/images/imx6qsabresd directory ?