From: Alexander Kanavin Date: Fri, 23 Apr 2021 18:02:52 +0000 (+0200) Subject: core-image-multilib-example: base on weston, and not sato X-Git-Tag: uninative-3.1~34 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=56cd96651c6304712fd544fbc9b69c986d2b2efe;p=openembedded-core.git core-image-multilib-example: base on weston, and not sato Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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" # # First include a base image to base things off -require recipes-sato/images/core-image-sato.bb +require recipes-graphics/images/core-image-weston.bb # Now add the multilib packages we want to install IMAGE_INSTALL += "lib32-bash"