On Thu, Jul 7, 2022 at 12:00 PM Steve Sakoman via lists.openembedded.org <steve=sakoman....@lists.openembedded.org> wrote: > > Autobuilder workers were non-deterministically enabling capstone. > > Add PACKAGECONFIG for capstone with default off. > > Qemu versions in master and kirkstone have removed the capstone > submodule and configure options so this patch is not appropriate > for these branches.
Actually I'm seeing a similar issue on kirkstone now :-( I'm testing a similar patch for master/kirkstone and will send it to the list afterwards. Steve > Signed-off-by: Steve Sakoman <st...@sakoman.com> > --- > meta/recipes-devtools/qemu/qemu.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-devtools/qemu/qemu.inc > b/meta/recipes-devtools/qemu/qemu.inc > index 25c2cdef3a..4135619fc6 100644 > --- a/meta/recipes-devtools/qemu/qemu.inc > +++ b/meta/recipes-devtools/qemu/qemu.inc > @@ -254,6 +254,7 @@ PACKAGECONFIG[xkbcommon] = > "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon" > PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev" > PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2" > PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" > +PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" > > INSANE_SKIP_${PN} = "arch" > > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#167826): https://lists.openembedded.org/g/openembedded-core/message/167826 Mute This Topic: https://lists.openembedded.org/mt/92253747/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-