summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-04-19 23:41:52 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-20 08:22:14 +0200
commit9482551d5f79e535a85b95210050a682a06a951a (patch)
treedd14dad8cda104a1edae31b12331ac23821d3656 /meta-initramfs
parent643a5268eb934fc994a8fa88c181a63f2394eacd (diff)
downloadmeta-openembedded-9482551d5f79e535a85b95210050a682a06a951a.tar.gz
linux-yocto-tiny-kexecboot: initial commit of version 3.2
* this is the skeleton for .bbappend recipes * residing in the BSP layers Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb17
1 files changed, 17 insertions, 0 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
new file mode 100644
index 000000000..edf8f3fb6
--- /dev/null
+++ b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb
@@ -0,0 +1,17 @@
1require recipes-kernel/linux/linux-yocto-tiny_3.2.bb
2
3PACKAGES = ""
4PROVIDES = ""
5
6KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${PV}-${PR}-${MACHINE}"
7KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}"
8
9INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
10
11do_populate_sysroot() {
12 :
13}
14
15do_install() {
16 :
17}