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>
This commit is contained in:
Andrea Adami
2012-04-19 23:41:52 +00:00
committed by Koen Kooi
parent 643a5268eb
commit 9482551d5f

View File

@@ -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() {
:
}