linux-yocto-tiny-kexecboot_3.2: remove orphan recipe
authorAndrea Adami <andrea.adami@gmail.com>
Fri, 31 May 2013 21:55:55 +0000 (23:55 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:30:38 +0000 (08:30 -0800)
* this kernel recipe was requiring linux-yocto-tiny_3.2.bb
* which has been removed on 2013-05-31 with commit id
b8d53d8f91bd1b165016ea1063868c8b15f07ce0

(From meta-openembedded rev: 4528466d5e7bed5e390b205b8967e3a3cc70f62a)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb [deleted file]

diff --git a/meta-openembedded/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb b/meta-openembedded/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb
deleted file mode 100644 (file)
index d4798e8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-require recipes-kernel/linux/linux-yocto-tiny_3.2.bb
-
-PACKAGES = ""
-PROVIDES = ""
-
-KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${PV}-${PR}-${MACHINE}"
-KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}"
-
-INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
-
-do_populate_sysroot() {
-    :
-}
-
-do_install() {
-    :
-}