diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-02-21 00:21:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-22 09:40:26 +0100 |
commit | efeb92404138e72b67c5d3100211e3dbabb84c76 (patch) | |
tree | 05c1bc9c1451f9e7e5f90698f143899805e89023 /meta-initramfs | |
parent | 302cf2272c362612cabdc27001475f1c91f06608 (diff) | |
download | meta-openembedded-efeb92404138e72b67c5d3100211e3dbabb84c76.tar.gz |
meta-initramfs: add initramfs-kexecboot images from meta-handheld
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs')
-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 000000000..f306fb564 --- /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 000000000..e81f9ee0d --- /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" | ||