mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-17 15:20:32 +00:00
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
18 lines
374 B
BlitzBasic
18 lines
374 B
BlitzBasic
require recipes-kernel/linux/linux-yocto-tiny_3.4.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() {
|
|
:
|
|
}
|