Integrate meta-seconorth-machine/kirsktone-edgehhog-preparation-make-wic-bootable
Commit: seco-ne/yocto/layers/meta-seconorth-machine@268c5cd2
u-boot-seco-imx: update default edgehog script to use bootm instead of bootz
Edgehog imx6 machines use zImage, while SECO-NE uses uImage. So we change bootz to bootm in U-Boot boot script for Edgehog builds.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de
--
Commit: seco-ne/yocto/layers/meta-seconorth-machine@be2e1855
seconorth-machine: add KERNEL_IMAGETYPE to IMAGE_BOOT_FILES for edgehog builds
Added kernel to IMAGE_BOOT_FILES, as Edgehog builds use U-Boot boot script, which loads kernel from bootfs_X partitions. bootfs_X partition is filled with IMAGE_BOOT_FILES.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de
--
Commit: seco-ne/yocto/layers/meta-seconorth-machine@4c555582
linux: enable KERNEL_IMAGETYPE_SYMLINK for edgehog builds
Edgehog boot script uses uImage as kernel name. Enable KERNEL_IMAGETYPE_SYMLINK for Edgehog builds, as it is taken from deploy directory during WIC creation.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de