summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-23 20:02:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-27 15:11:47 +0100
commitbf348561f332fdeba6b79019852fdd98d031d4a1 (patch)
treeb2512d8542ba8986eb18e77daed4bbec8376f348 /meta-skeleton
parent06413d33b30b7a058f20f065eb8c095070708fca (diff)
downloadpoky-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')
-rw-r--r--meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb2
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
9require recipes-sato/images/core-image-sato.bb 9require 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
12IMAGE_INSTALL += "lib32-bash" 12IMAGE_INSTALL += "lib32-bash"