summaryrefslogtreecommitdiff
path: root/packages/kexecboot/initramfs-kexecboot-image.bb
blob: 3fc3c93f3e479f126b4eead8f9190fd02274579b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#initramfs image which mounts the rootfilesystem and kexecs a kernel from there

ONLINE_PACKAGE_MANAGEMENT = "none"
IMAGE_FSTYPES += " cpio.gz"
inherit image

# These devices need mmcblk* to be 254 instead of 179
IMAGE_DEVICE_TABLES_hx4700 = "device_table-oldmmc.txt"
IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt"

export IMAGE_BASENAME = "initramfs-kexecboot-image"

IMAGE_INSTALL = "kexecboot"
IMAGE_LINGUAS = ""