mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
bf41d89325
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
385 B
BlitzBasic
13 lines
385 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.SkipRecipe("'nios2' not supported arch")
|
|
}
|