[oe-commits] [openembedded-core] 24/29: core-image-sato: exclude musl and x32

git at git.openembedded.org git at git.openembedded.org
Thu Mar 9 22:18:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit cfcb8b8a1f8ac3c439e8be071b639b8bea589075
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 9 01:21:23 2017 +0000

    core-image-sato: exclude musl and x32
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/images/core-image-sato.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
index 8a3843c..3145173 100644
--- a/meta/recipes-sato/images/core-image-sato.bb
+++ b/meta/recipes-sato/images/core-image-sato.bb
@@ -10,6 +10,8 @@ inherit core-image
 
 GO = "go-helloworld"
 GO_powerpc = ""
+GO_libc-musl = ""
+GO_remove = "${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'go-helloworld', '', d)}"
 
 IMAGE_INSTALL += "packagegroup-core-x11-sato-games ${GO}"
 

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


More information about the Openembedded-commits mailing list