mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
linux-yocto-tiny-kexecboot: move from 3.8 to 3.10
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
1de5c36d8b
commit
d1ab8bddbf
@@ -0,0 +1,26 @@
|
||||
require recipes-kernel/linux/linux-yocto-tiny_3.10.bb
|
||||
SUMMARY = "Yocto tiny kernel embedding a minimalistic kexecboot initramfs"
|
||||
|
||||
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"
|
||||
INITRAMFS_TASK = "initramfs-kexecboot-klibc-image:do_rootfs"
|
||||
|
||||
|
||||
do_populate_sysroot() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
:
|
||||
}
|
||||
|
||||
do_package() {
|
||||
}
|
||||
|
||||
do_package_ipk() {
|
||||
}
|
||||
Reference in New Issue
Block a user