All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 5/7] core-image-multilib-example: base on weston, and not sato
Date: Fri, 23 Apr 2021 20:02:52 +0200	[thread overview]
Message-ID: <20210423180254.706537-5-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210423180254.706537-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../recipes-multilib/images/core-image-multilib-example.bb      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.30.2


  parent reply	other threads:[~2021-04-23 18:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23 18:02 [PATCH 1/7] core-image-weston: add sdk/ptest images Alexander Kanavin
2021-04-23 18:02 ` [PATCH 2/7] oeqa/buildperf: use weston image instead of sato Alexander Kanavin
2021-04-23 18:02 ` [PATCH 3/7] oeqa/core/tests/test_data.py: " Alexander Kanavin
2021-04-23 18:02 ` [PATCH 4/7] oeqa/selftest: transition to weston images Alexander Kanavin
2021-05-04 17:01   ` [OE-core] " Ross Burton
2021-05-04 18:04     ` Alexander Kanavin
2021-05-10 11:08       ` Ross Burton
2021-05-10 13:13         ` Alexander Kanavin
2021-04-23 18:02 ` Alexander Kanavin [this message]
2021-04-23 18:02 ` [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features Alexander Kanavin
2021-04-27 16:09   ` [OE-core] " Randy MacLeod
2021-04-27 17:09     ` Otavio Salvador
2021-04-27 18:28       ` Alexander Kanavin
2021-04-27 20:36     ` Armin Kuster
2021-04-28  3:42     ` Kevin Hao
2021-04-23 18:02 ` [PATCH 7/7] poky.conf: remove wayland/opengl from distro features, as it is now oe-core default Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210423180254.706537-5-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.