blob: 979a8627cf43fed9d50ff1aa875c2eeb6f88e187 (
plain)
1
2
3
4
5
6
7
|
INITRAMFS_IMAGE_BUNDLE = "1"
INITRAMFS_IMAGE = "core-image-unit-initramfs"
# The beaglebone-yocto machine configuration file does not handle the case where
# using kernel with bundled initramfs.
IMAGE_BOOT_FILES:remove:beaglebone-yocto = "${KERNEL_IMAGETYPE}"
IMAGE_BOOT_FILES:append:beaglebone-yocto = " ${KERNEL_IMAGETYPE}-${INITRAMFS_LINK_NAME}.bin;${KERNEL_IMAGETYPE}"
|