aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
blob: 4d2def7890f1ea90041c11255bd8c65fafe01330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require recipes-kernel/linux/linux-gcw0_${PV}.bb
SUMMARY = "GCW Zero kernel embedding a minimalistic kexecboot initramfs"

# disable packaging related tasks
inherit nopackages

PACKAGES = ""
PROVIDES = ""

KERNEL_IMAGE_NAME = "gcw0-kexecboot-${PV}-${MACHINE}"
KERNEL_IMAGE_LINK_NAME = "gcw0-kexecboot-${MACHINE}"

# RAW for ubiboot
KERNEL_IMAGETYPE = "vmlinuz.bin"

INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_image_complete"

# disable unneeded tasks
do_install[noexec] = "1"