aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-02-16 00:36:09 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-02-16 00:49:50 +0100
commitc03c8dde8dd49f59cd497791c7da1399f10837e7 (patch)
treec6a358d463669d3c94cca6a84bd66e54315e5f80 /recipes/kexecboot
parent4828afaf065beb6926394b66f351843600aac7fc (diff)
downloadopenembedded-c03c8dde8dd49f59cd497791c7da1399f10837e7.tar.gz
initramfs-kexecboot-image: move to recipes/images
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/initramfs-kexecboot-image.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
deleted file mode 100644
index c251aa9cf2..0000000000
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-# Initramfs image providing kexecboot
-# a linux as bootloader implementation
-PR = "r3"
-
-ONLINE_PACKAGE_MANAGEMENT = "none"
-IMAGE_FSTYPES = "cpio.gz cpio.lzma"
-DEPENDS = "lzma-native"
-
-export IMAGE_BASENAME = "initramfs-kexecboot-image"
-
-# avoid circular dependencies
-EXTRA_IMAGEDEPENDS = ""
-
-IMAGE_INSTALL = "kexecboot"
-
-IMAGE_LINGUAS = ""
-IMAGE_LOGIN_MANAGER = ""
-IMAGE_INIT_MANAGER = ""
-IMAGE_INITSCRIPTS = ""
-IMAGE_DEV_MANAGER = ""
-
-FEED_DEPLOYDIR_BASE_URI = ""
-
-inherit image