summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-02-21 00:21:55 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-22 09:40:26 +0100
commitefeb92404138e72b67c5d3100211e3dbabb84c76 (patch)
tree05c1bc9c1451f9e7e5f90698f143899805e89023 /meta-initramfs/recipes-bsp
parent302cf2272c362612cabdc27001475f1c91f06608 (diff)
downloadmeta-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/recipes-bsp')
-rw-r--r--meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb28
-rw-r--r--meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb5
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
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
6
7IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
8
9# avoid circular dependencies
10EXTRA_IMAGEDEPENDS = ""
11
12IMAGE_INSTALL = "kexec kexecboot"
13
14# Do not pollute the initrd image with rootfs features
15IMAGE_FEATURES = ""
16
17export IMAGE_BASENAME = "initramfs-kexecboot-image"
18
19IMAGE_LINGUAS = ""
20IMAGE_LOGIN_MANAGER = ""
21IMAGE_INIT_MANAGER = ""
22IMAGE_INITSCRIPTS = ""
23IMAGE_DEV_MANAGER = ""
24
25FEED_DEPLOYDIR_BASE_URI = ""
26ONLINE_PACKAGE_MANAGEMENT = "none"
27
28inherit 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 @@
1require initramfs-kexecboot-image.bb
2
3IMAGE_INSTALL = "kexec-klibc kexecboot-klibc"
4
5export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"