diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-05-31 23:55:55 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-01 10:10:24 +0100 |
commit | 4528466d5e7bed5e390b205b8967e3a3cc70f62a (patch) | |
tree | 5e8f2836e6db4a7305b6b73c18482c65bd5c4bb4 /meta-initramfs | |
parent | fa5734fd70a1e87f434f4895309f8e75fc0a94d2 (diff) | |
download | meta-openembedded-4528466d5e7bed5e390b205b8967e3a3cc70f62a.tar.gz |
linux-yocto-tiny-kexecboot_3.2: remove orphan recipe
* this kernel recipe was requiring linux-yocto-tiny_3.2.bb
* which has been removed on 2013-05-31 with commit id
* b8d53d8f91bd1b165016ea1063868c8b15f07ce0
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb deleted file mode 100644 index d4798e899..000000000 --- a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require recipes-kernel/linux/linux-yocto-tiny_3.2.bb | ||
2 | |||
3 | PACKAGES = "" | ||
4 | PROVIDES = "" | ||
5 | |||
6 | KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${PV}-${PR}-${MACHINE}" | ||
7 | KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}" | ||
8 | |||
9 | INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image" | ||
10 | |||
11 | do_populate_sysroot() { | ||
12 | : | ||
13 | } | ||
14 | |||
15 | do_install() { | ||
16 | : | ||
17 | } | ||