[oe-commits] Andrea Adami : meta-initramfs: add initramfs-kexecboot images from meta-handheld

git at git.openembedded.org git at git.openembedded.org
Wed Feb 22 08:45:08 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: efeb92404138e72b67c5d3100211e3dbabb84c76
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=efeb92404138e72b67c5d3100211e3dbabb84c76

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Feb 21 00:21:55 2012 +0000

meta-initramfs: add initramfs-kexecboot images from meta-handheld

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../images/initramfs-kexecboot-image.bb            |   28 ++++++++++++++++++++
 .../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 0000000..f306fb5
--- /dev/null
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -0,0 +1,28 @@
+# Initramfs image providing kexecboot
+# a linux as bootloader implementation
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
+
+# avoid circular dependencies
+EXTRA_IMAGEDEPENDS = ""
+
+IMAGE_INSTALL = "kexec kexecboot"
+
+# Do not pollute the initrd image with rootfs features
+IMAGE_FEATURES = ""
+
+export IMAGE_BASENAME = "initramfs-kexecboot-image"
+
+IMAGE_LINGUAS = ""
+IMAGE_LOGIN_MANAGER = ""
+IMAGE_INIT_MANAGER = ""
+IMAGE_INITSCRIPTS = ""
+IMAGE_DEV_MANAGER = ""
+
+FEED_DEPLOYDIR_BASE_URI = ""
+ONLINE_PACKAGE_MANAGEMENT = "none"
+
+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 0000000..e81f9ee
--- /dev/null
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
@@ -0,0 +1,5 @@
+require initramfs-kexecboot-image.bb
+
+IMAGE_INSTALL = "kexec-klibc kexecboot-klibc"
+
+export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"





More information about the Openembedded-commits mailing list