From c03c8dde8dd49f59cd497791c7da1399f10837e7 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 16 Feb 2010 00:36:09 +0100 Subject: initramfs-kexecboot-image: move to recipes/images --- recipes/images/initramfs-kexecboot-image.bb | 24 ++++++++++++++++++++++++ recipes/kexecboot/initramfs-kexecboot-image.bb | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 recipes/images/initramfs-kexecboot-image.bb delete mode 100644 recipes/kexecboot/initramfs-kexecboot-image.bb diff --git a/recipes/images/initramfs-kexecboot-image.bb b/recipes/images/initramfs-kexecboot-image.bb new file mode 100644 index 0000000000..c251aa9cf2 --- /dev/null +++ b/recipes/images/initramfs-kexecboot-image.bb @@ -0,0 +1,24 @@ +# 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 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 -- cgit v1.2.3