| Message ID | cover.1657231055.git.steve@sakoman.com |
|---|---|
| State | Not Applicable, archived |
| Headers | show |
On Thu, Jul 7, 2022 at 12:00 PM Steve Sakoman via lists.openembedded.org <steve=sakoman.com@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 <steve@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 (#167812): https://lists.openembedded.org/g/openembedded-core/message/167812 > Mute This Topic: https://lists.openembedded.org/mt/92239648/3620601 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Please review this set of patches for dunfell and have comments back by end of day Monday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3880 The following changes since commit b75caf4a985e3c20996531785125eaffdc832104: insane.bbclass: host-user-contaminated: Correct per package home path (2022-06-29 05:15:49 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut Anuj Mittal (1): efivar: change branch name to main Bruce Ashfield (2): linux-yocto/5.4: update to v5.4.199 linux-yocto/5.4: update to v5.4.203 Jate Sujjavanich (1): IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creation Ranjitsinh Rathod (1): openssl: Minor security upgrade 1.1.1o to 1.1.1p Richard Purdie (5): cve-extra-exclusions: Clean up and ignore three CVEs (2xqemu and nasm) vim: 8.2.5083 -> 9.0.0005 oeqa/runtime/scp: Disable scp test for dropbear packagegroup-core-ssh-dropbear: Add openssh-sftp-server recommendation oe-selftest-image: Ensure the image has sftp as well as dropbear Ross Burton (1): cve-check: hook cleanup to the BuildCompleted event, not CookerExit Steve Sakoman (3): openssh: break dependency on base package for -dev package dropbear: break dependency on base package for -dev package qemu: add PACKAGECONFIG for capstone .../recipes-test/images/oe-selftest-image.bb | 2 +- meta/classes/cve-check.bbclass | 2 +- meta/classes/image.bbclass | 5 +- .../distro/include/cve-extra-exclusions.inc | 31 ++- meta/lib/oe/package_manager.py | 13 +- meta/lib/oeqa/runtime/cases/scp.py | 2 +- meta/recipes-bsp/efivar/efivar_37.bb | 2 +- .../openssh/openssh_8.2p1.bb | 5 + ...5d82489b3ec09ccc772dfcee14fef0e8e908.patch | 192 ------------------ ...611887cfac633aacc052b2e71a7f195418b8.patch | 29 --- .../{openssl_1.1.1o.bb => openssl_1.1.1p.bb} | 4 +- meta/recipes-core/dropbear/dropbear.inc | 5 + .../packagegroup-core-ssh-dropbear.bb | 1 + meta/recipes-devtools/qemu/qemu.inc | 1 + .../linux/linux-yocto-rt_5.4.bb | 6 +- .../linux/linux-yocto-tiny_5.4.bb | 8 +- meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +- .../vim/{vim-tiny_8.2.bb => vim-tiny_9.0.bb} | 0 meta/recipes-support/vim/vim.inc | 6 +- .../vim/{vim_8.2.bb => vim_9.0.bb} | 0 20 files changed, 64 insertions(+), 272 deletions(-) delete mode 100644 meta/recipes-connectivity/openssl/openssl/73db5d82489b3ec09ccc772dfcee14fef0e8e908.patch delete mode 100644 meta/recipes-connectivity/openssl/openssl/b7ce611887cfac633aacc052b2e71a7f195418b8.patch rename meta/recipes-connectivity/openssl/{openssl_1.1.1o.bb => openssl_1.1.1p.bb} (97%) rename meta/recipes-support/vim/{vim-tiny_8.2.bb => vim-tiny_9.0.bb} (100%) rename meta/recipes-support/vim/{vim_8.2.bb => vim_9.0.bb} (100%)