diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-04-23 20:02:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-27 15:11:47 +0100 |
commit | bf348561f332fdeba6b79019852fdd98d031d4a1 (patch) | |
tree | b2512d8542ba8986eb18e77daed4bbec8376f348 /meta-skeleton/recipes-multilib/images | |
parent | 06413d33b30b7a058f20f065eb8c095070708fca (diff) | |
download | poky-bf348561f332fdeba6b79019852fdd98d031d4a1.tar.gz |
core-image-multilib-example: base on weston, and not sato
(From OE-Core rev: 56cd96651c6304712fd544fbc9b69c986d2b2efe)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-multilib/images')
-rw-r--r-- | meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb b/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb index e7d50aefda..1290968b9d 100644 --- a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb +++ b/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb | |||
@@ -6,7 +6,7 @@ SUMMARY = "An example of a multilib image" | |||
6 | # | 6 | # |
7 | 7 | ||
8 | # First include a base image to base things off | 8 | # First include a base image to base things off |
9 | require recipes-sato/images/core-image-sato.bb | 9 | require recipes-graphics/images/core-image-weston.bb |
10 | 10 | ||
11 | # Now add the multilib packages we want to install | 11 | # Now add the multilib packages we want to install |
12 | IMAGE_INSTALL += "lib32-bash" | 12 | IMAGE_INSTALL += "lib32-bash" |