[oe] [meta-initramfs][PATCH 2/3] initramfs-kexecboot-klibc-image: mask recipe for x86 and x86-64

Andrea Adami andrea.adami at gmail.com
Sun Apr 28 21:26:43 UTC 2013


* kexec-tools fails to compile against klibc so we have
* to mask the image pulling it

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
index e4e52cf..92f387c 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
@@ -3,3 +3,8 @@ require initramfs-kexecboot-image.bb
 IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
 
 export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"
+
+# current version is known to fail on x86 and x86-64
+# due to missing vfscanf() in klibc
+COMPATIBLE_MACHINE_x86 = "(-)"
+COMPATIBLE_MACHINE_x86-64 = "(-)"
-- 
1.8.1.5





More information about the Openembedded-devel mailing list