mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
f937023856
Ex patch 7/9 of the 2017-02-13 serie, not landed in patchwork. Recipe does build with the recent changes for meta-initramfs. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
386 B
BlitzBasic
13 lines
386 B
BlitzBasic
require initramfs-kexecboot-image.bb
|
|
|
|
SUMMARY = "Initramfs image for kexecboot kernel (klibc-static binaries)"
|
|
|
|
# We really need just kexecboot, kexec and ubiattach
|
|
# statically compiled against klibc
|
|
IMAGE_INSTALL = "kexecboot-klibc kexec-klibc ubiattach-klibc"
|
|
|
|
python () {
|
|
if d.getVar('TARGET_ARCH') == "nios2":
|
|
raise bb.parse.SkipPackage("'nios2' not supported arch")
|
|
}
|