diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-15 15:37:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 17:55:58 +0100 |
commit | eae1717e500e5637cabb829e1b487f955491efaf (patch) | |
tree | f9a6fe6c41197a5fb18301306400db1f3d3d68b4 /meta/recipes-sato | |
parent | ce48f7dcdbf694caab0be04434ba6df6a61b7d8b (diff) | |
download | openembedded-core-eae1717e500e5637cabb829e1b487f955491efaf.tar.gz openembedded-core-eae1717e500e5637cabb829e1b487f955491efaf.tar.bz2 openembedded-core-eae1717e500e5637cabb829e1b487f955491efaf.zip |
core-image-sato: add gtk+ for M1
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index e3246d2b67..b93bf2327d 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb @@ -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+" |