aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
blob: 64480eb8f8ee4a0e1919a43e7c1645a9a0f1398b (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_BASE_NAME = "gcw0-kexecboot-${PV}-${MACHINE}"
KERNEL_IMAGE_SYMLINK_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"