aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
blob: a6519f0296153797c5f9816c2b36156ee0656b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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_shared_workdir[noexec] = "1"
do_install[noexec] = "1"
do_populate_sysroot[noexec] = "1"