linux-yocto-tiny-kexecboot: initial commit of version 3.2
authorAndrea Adami <andrea.adami@gmail.com>
Thu, 19 Apr 2012 23:41:52 +0000 (23:41 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:20:16 +0000 (08:20 -0800)
* this is the skeleton for .bbappend recipes
* residing in the BSP layers

(From meta-openembedded rev: 9482551d5f79e535a85b95210050a682a06a951a)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bb [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..edf8f3f
--- /dev/null
@@ -0,0 +1,17 @@
+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() {
+        :
+}