]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-multilib-example: base on weston, and not sato
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 23 Apr 2021 18:02:52 +0000 (20:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Apr 2021 14:11:43 +0000 (15:11 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb

index e7d50aefda614cfb9e3b057d946d782595c7138d..1290968b9dc36266bab7164dbfb1e7473df9e980 100644 (file)
@@ -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"