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 18:05:25 +0100 |
commit | 282d5f7f8573551b94c6b610370db15665cf4bdf (patch) | |
tree | bbc6bff711f53347b0ef2209b059f7fba1153694 | |
parent | 1c916949e9035d2c29b50ea69a8a2a1ff575b7d0 (diff) | |
download | poky-282d5f7f8573551b94c6b610370db15665cf4bdf.tar.gz |
core-image-sato: add gtk+ for M1
(From OE-Core rev: eae1717e500e5637cabb829e1b487f955491efaf)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
8 | 8 | ||
9 | inherit core-image | 9 | inherit core-image |
10 | 10 | ||
11 | IMAGE_INSTALL += "packagegroup-core-x11-sato-games" | 11 | # Add GTK+ to the image temporarily for M1 testing |
12 | IMAGE_INSTALL += "packagegroup-core-x11-sato-games gtk+" | ||