[oe-commits] [openembedded-core] 23/29: XXX add go to sato image

git at git.openembedded.org git at git.openembedded.org
Fri Mar 10 10:16:30 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 c9cf24cc78469b8fb4dee7b2357b3d7ce25f7d67
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Mar 7 17:14:38 2017 +0000

    XXX add go to sato image
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/images/core-image-sato.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
index 99dad11..8a3843c 100644
--- a/meta/recipes-sato/images/core-image-sato.bb
+++ b/meta/recipes-sato/images/core-image-sato.bb
@@ -8,7 +8,10 @@ LICENSE = "MIT"
 
 inherit core-image
 
-IMAGE_INSTALL += "packagegroup-core-x11-sato-games"
+GO = "go-helloworld"
+GO_powerpc = ""
+
+IMAGE_INSTALL += "packagegroup-core-x11-sato-games ${GO}"
 
 TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0"
 TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"

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


More information about the Openembedded-commits mailing list