]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-sato: add gtk+ for M1
authorRoss Burton <ross.burton@intel.com>
Wed, 15 Jun 2016 14:37:59 +0000 (15:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Jun 2016 16:55:58 +0000 (17:55 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/images/core-image-sato.bb

index e3246d2b671746651c3142f0776b19d8dd15c169..b93bf2327d9ae6d6864d828c63baaedde4429321 100644 (file)
@@ -8,4 +8,5 @@ LICENSE = "MIT"
 
 inherit core-image
 
-IMAGE_INSTALL += "packagegroup-core-x11-sato-games"
+# Add GTK+ to the image temporarily for M1 testing
+IMAGE_INSTALL += "packagegroup-core-x11-sato-games gtk+"