[oe-commits] [meta-openembedded] 13/60: initramfs-kexecboot-klibc-image: Skip for nios2

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 18:06:54 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit e7f48b92a9834cf79ce65bbe700d7abfe80d288b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue May 17 21:42:58 2016 -0700

    initramfs-kexecboot-klibc-image: Skip for nios2
    
    nios2 does not support klibc
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    (cherry picked from commit 21a9e433304d2bdf5ca0da8784a523efc7123d8a)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-bsp/images/initramfs-kexecboot-klibc-image.bb           | 6 ++++++
 1 file changed, 6 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 df97511..da3023f 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
@@ -5,3 +5,9 @@ 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', True) == "nios2":
+        raise bb.parse.SkipPackage("'nios2' not supported arch")
+}
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list