diff options
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 28 | ||||
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 5 |
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb new file mode 100644 index 0000000000..f306fb5641 --- /dev/null +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | # Initramfs image providing kexecboot | ||
2 | # a linux as bootloader implementation | ||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | |||
7 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | ||
8 | |||
9 | # avoid circular dependencies | ||
10 | EXTRA_IMAGEDEPENDS = "" | ||
11 | |||
12 | IMAGE_INSTALL = "kexec kexecboot" | ||
13 | |||
14 | # Do not pollute the initrd image with rootfs features | ||
15 | IMAGE_FEATURES = "" | ||
16 | |||
17 | export IMAGE_BASENAME = "initramfs-kexecboot-image" | ||
18 | |||
19 | IMAGE_LINGUAS = "" | ||
20 | IMAGE_LOGIN_MANAGER = "" | ||
21 | IMAGE_INIT_MANAGER = "" | ||
22 | IMAGE_INITSCRIPTS = "" | ||
23 | IMAGE_DEV_MANAGER = "" | ||
24 | |||
25 | FEED_DEPLOYDIR_BASE_URI = "" | ||
26 | ONLINE_PACKAGE_MANAGEMENT = "none" | ||
27 | |||
28 | inherit image | ||
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb new file mode 100644 index 0000000000..e81f9ee0d0 --- /dev/null +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require initramfs-kexecboot-image.bb | ||
2 | |||
3 | IMAGE_INSTALL = "kexec-klibc kexecboot-klibc" | ||
4 | |||
5 | export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image" | ||