aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-02-21 00:23:24 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-02-23 00:47:52 +0000
commitafd960cd366e717f1fa943116e88cef8c62fa241 (patch)
treea56bea2d8ed530ae725b5f55f013cfdda240bdc0 /recipes-bsp
parentcc470fff8e5810850f2a58ccbf21eb9e72e7bbbe (diff)
downloadmeta-handheld-afd960cd366e717f1fa943116e88cef8c62fa241.tar.gz
remove initramfs-images, now in meta-initramfs
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/images/initramfs-kexecboot-image.bb28
-rw-r--r--recipes-bsp/images/initramfs-kexecboot-klibc-image.bb5
2 files changed, 0 insertions, 33 deletions
diff --git a/recipes-bsp/images/initramfs-kexecboot-image.bb b/recipes-bsp/images/initramfs-kexecboot-image.bb
deleted file mode 100644
index f306fb5..0000000
--- a/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
deleted file mode 100644
index e81f9ee..0000000
--- a/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require initramfs-kexecboot-image.bb
-
-IMAGE_INSTALL = "kexec-klibc kexecboot-klibc"
-
-export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"