Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][langdale 00/28] Pull request (cover letter only)
@ 2023-02-15 13:59 Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2023-02-15 13:59 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit ab39d244cb844c9d183296945a095c17fdfef29e:

  Fix missing leading whitespace with ':append' (2023-01-31 13:15:53 -1000)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/langdale-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-next

Alejandro Hernandez Samaniego (1):
  testimage: Fix error message to reflect new syntax

Alexander Kanavin (3):
  vulkan-samples: branch rename master -> main
  gdk-pixbuf: do not use tools from gdk-pixbuf-native when building
    tests
  oeqa/qemurunner: do not use Popen.poll() when terminating runqemu with
    a signal

Arnout Vandecappelle (1):
  python3-pytest: depend on python3-tomli instead of python3-toml

Bruce Ashfield (2):
  linux-yocto/5.15: update to v5.15.89
  linux-yocto/5.15: update to v5.15.91

Changqing Li (1):
  apt: fix do_package_qa failure

Chee Yang Lee (1):
  git: upgrade to 2.37.5

Harald Seiler (1):
  bootchart2: Fix usrmerge support

Khem Raj (2):
  scons: Pass MAXLINELENGTH to scons invocation
  scons.bbclass: Make MAXLINELENGTH overridable

Louis Rannou (1):
  oeqa/selftest/locales: Add selftest for locale generation/presence

Martin Jansa (1):
  meta: remove True option to getVar and getVarFlag calls (again)

Mikko Rapeli (1):
  oeqa context.py: fix --target-ip comment to include ssh port number

Mingli Yu (1):
  glslang: branch rename master -> main

Pawel Zalewski (1):
  classes/fs-uuid: Fix command output decoding issue

Richard Purdie (4):
  kernel/linux-kernel-base: Fix kernel build artefact determinism issues
  make-mod-scripts: Ensure kernel build output is deterministic
  perf: Enable debug/source packaging
  libc-locale: Fix on target locale generation

Ross Burton (4):
  git: ignore CVE-2022-41953
  buildtools-tarball: set pkg-config search path
  sdkext/cases/devtool: pass a logger to HTTPService
  httpserver: add error handler that write to the logger

Tobias Hagelborn (1):
  sstate.bbclass: Fetch non-existing local .sig files if needed

Ulrich Ölmann (2):
  recipe_sanity: fix old override syntax
  lsof: fix old override syntax

 meta/classes-global/sstate.bbclass            |   5 +-
 meta/classes-recipe/fs-uuid.bbclass           |   2 +-
 meta/classes-recipe/image.bbclass             |   2 +-
 meta/classes-recipe/kernel.bbclass            |   3 -
 meta/classes-recipe/libc-package.bbclass      |   1 +
 meta/classes-recipe/license_image.bbclass     |   2 +-
 meta/classes-recipe/linux-kernel-base.bbclass |   4 +
 .../classes-recipe/rust-target-config.bbclass |   2 +-
 meta/classes-recipe/scons.bbclass             |   8 +-
 meta/classes-recipe/testimage.bbclass         |   2 +-
 meta/classes/recipe_sanity.bbclass            |   2 +-
 meta/lib/oe/package_manager/deb/__init__.py   |   8 +-
 meta/lib/oeqa/runtime/context.py              |   4 +-
 meta/lib/oeqa/sdkext/cases/devtool.py         |   2 +-
 meta/lib/oeqa/selftest/cases/locales.py       |  45 +++++
 meta/lib/oeqa/utils/httpserver.py             |   6 +
 meta/lib/oeqa/utils/qemurunner.py             |  11 +-
 meta/recipes-core/meta/buildtools-tarball.bb  |   3 +
 meta/recipes-devtools/apt/apt_2.4.5.bb        |   1 +
 .../0001-bootchart2-support-usrmerge.patch    |  37 ----
 .../bootchart2/bootchart2_0.14.9.bb           |  11 +-
 .../git/{git_2.37.4.bb => git_2.37.5.bb}      |   4 +-
 meta/recipes-devtools/go/go_1.19.4.bb         |   4 +-
 .../python/python3-pytest_7.1.3.bb            |   2 +-
 meta/recipes-devtools/rust/rust.inc           |  22 +--
 meta/recipes-extended/lsof/lsof_4.95.0.bb     |   2 +-
 .../0001-Add-use_prebuilt_tools-option.patch  | 173 ------------------
 ...w-a-subset-of-tests-in-cross-compile.patch |  66 +++++++
 .../gdk-pixbuf/gdk-pixbuf_2.42.10.bb          |  17 +-
 .../glslang/glslang_1.3.216.0.bb              |   2 +-
 .../vulkan/vulkan-samples_git.bb              |   2 +-
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +--
 .../make-mod-scripts/make-mod-scripts_1.0.bb  |   2 +-
 meta/recipes-kernel/perf/perf.bb              |  14 +-
 scripts/contrib/image-manifest                |   2 +-
 scripts/lib/devtool/menuconfig.py             |   2 +-
 38 files changed, 216 insertions(+), 297 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/locales.py
 delete mode 100644 meta/recipes-devtools/bootchart2/bootchart2/0001-bootchart2-support-usrmerge.patch
 rename meta/recipes-devtools/git/{git_2.37.4.bb => git_2.37.5.bb} (97%)
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Add-use_prebuilt_tools-option.patch
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch

-- 
2.34.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [OE-core][langdale 00/28] Pull request (cover letter only)
@ 2023-03-01 15:57 Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2023-03-01 15:57 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit ab1e3000cee9f5f3496a7e67cc59b2e08a681a89:

  oeqa qemurunner.py: try to avoid reading one character at a time (2023-02-18 06:41:49 -1000)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/langdale-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-next

Adrian Freihofer (1):
  bblayers/setupwriters/oe-setup-layers: create dir if not exists

Alexander Kanavin (5):
  vim: update 9.0.1211 -> 9.0.1293 to resolve open CVEs
  dbus: upgrade 1.14.4 -> 1.14.6
  linux-firmware: upgrade 20230117 -> 20230210
  wireless-regdb: upgrade 2022.08.12 -> 2023.02.13
  bblayers/makesetup: skip git repos that are submodules

Alexis Lothoré (1):
  oeqa/selftest/resulttooltests: fix minor typo

Bruce Ashfield (1):
  lttng-modules: fix for kernel 6.2+

Dmitry Baryshkov (2):
  linux-firmware: properly set license for all Qualcomm firmware
  linux-firmware: add yamato fw files to qcom-adreno-a2xx package

Federico Pellegrin (1):
  curl: fix dependencies when building with ldap/ldaps

Joshua Watt (1):
  classes/populate_sdk_base: Append cleandirs

Kai Kang (1):
  xserver-xorg: 21.1.6 -> 21.1.7

Mateusz Marciniec (1):
  sstatesig: Improve output hash calculation

Mikko Rapeli (2):
  oeqa ssh.py: fix hangs in run()
  runqemu: kill qemu if it hangs

Narpat Mali (1):
  libseccomp: fix for the ptest result format

Pavel Zhukov (1):
  wic: Fix usage of fstype=none in wic

Richard Purdie (1):
  libssh2: Clean up ptest patch/coverage

Ross Burton (3):
  less: backport the fix for CVE-2022-46663
  lib/buildstats: handle tasks that never finished
  cml1: remove redundant addtask

Saul Wold (1):
  busybox: Fix depmod patch

Siddharth Doshi (1):
  openssl: Upgrade 3.0.7 -> 3.0.8

Ulrich Ölmann (1):
  kernel-yocto: fix kernel-meta data detection

Wang Mingyu (2):
  libjpeg-turbo: upgrade 2.1.5 -> 2.1.5.1
  xwayland: upgrade 22.1.7 -> 22.1.8

Xiangyu Chen (1):
  dhcpcd: fix dhcpcd start failure on qemuppc64

 meta/classes-recipe/cml1.bbclass              |  1 -
 meta/classes-recipe/kernel-yocto.bbclass      |  2 +-
 meta/classes-recipe/populate_sdk_base.bbclass |  2 +-
 meta/lib/bblayers/makesetup.py                | 10 +++++
 .../bblayers/setupwriters/oe-setup-layers.py  |  2 +
 meta/lib/oe/sstatesig.py                      |  4 ++
 meta/lib/oeqa/core/target/ssh.py              | 39 ++++++++++++----
 .../oeqa/selftest/cases/resulttooltests.py    |  2 +-
 .../dhcpcd/dhcpcd_9.4.1.bb                    |  1 +
 ...x-SECCOMP_AUDIT_ARCH-missing-ppc64le.patch | 34 ++++++++++++++
 .../openssl/openssl/CVE-2022-3996.patch       | 43 ------------------
 .../{openssl_3.0.7.bb => openssl_3.0.8.bb}    |  3 +-
 ...001-depmod-Ignore-.debug-directories.patch |  2 +-
 .../dbus/{dbus_1.14.4.bb => dbus_1.14.6.bb}   |  4 +-
 .../less/files/CVE-2022-46663.patch           | 28 ++++++++++++
 meta/recipes-extended/less/less_608.bb        |  1 +
 ...urbo_2.1.5.bb => libjpeg-turbo_2.1.5.1.bb} |  2 +-
 ...-xorg_21.1.6.bb => xserver-xorg_21.1.7.bb} |  2 +-
 ...{xwayland_22.1.7.bb => xwayland_22.1.8.bb} |  2 +-
 ...20230117.bb => linux-firmware_20230210.bb} | 41 ++++++++++++++---
 ...ccessor-helpers-into-accessors.h-v6..patch | 45 +++++++++++++++++++
 .../lttng/lttng-modules_2.13.8.bb             |  1 +
 ....08.12.bb => wireless-regdb_2023.02.13.bb} |  2 +-
 meta/recipes-support/curl/curl_7.85.0.bb      |  4 +-
 .../libseccomp/files/run-ptest                |  3 ++
 ...nviroment-to-decide-if-a-test-is-bui.patch | 44 ------------------
 .../libssh2/libssh2/fix-ssh2-test.patch       | 23 ++++++++++
 .../libssh2/{files => libssh2}/run-ptest      |  3 +-
 .../recipes-support/libssh2/libssh2_1.10.0.bb |  3 +-
 meta/recipes-support/vim/vim.inc              |  4 +-
 scripts/lib/buildstats.py                     | 33 +++++++++++---
 scripts/lib/wic/partition.py                  |  5 +++
 scripts/runqemu                               | 24 ++++++----
 33 files changed, 282 insertions(+), 137 deletions(-)
 create mode 100644 meta/recipes-connectivity/dhcpcd/files/0001-privsep-linux-fix-SECCOMP_AUDIT_ARCH-missing-ppc64le.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2022-3996.patch
 rename meta/recipes-connectivity/openssl/{openssl_3.0.7.bb => openssl_3.0.8.bb} (98%)
 rename meta/recipes-core/dbus/{dbus_1.14.4.bb => dbus_1.14.6.bb} (98%)
 create mode 100644 meta/recipes-extended/less/files/CVE-2022-46663.patch
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.1.5.bb => libjpeg-turbo_2.1.5.1.bb} (97%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.6.bb => xserver-xorg_21.1.7.bb} (92%)
 rename meta/recipes-graphics/xwayland/{xwayland_22.1.7.bb => xwayland_22.1.8.bb} (95%)
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230117.bb => linux-firmware_20230210.bb} (96%)
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-btrfs-move-accessor-helpers-into-accessors.h-v6..patch
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.08.12.bb => wireless-regdb_2023.02.13.bb} (94%)
 delete mode 100644 meta/recipes-support/libssh2/files/0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch
 create mode 100644 meta/recipes-support/libssh2/libssh2/fix-ssh2-test.patch
 rename meta/recipes-support/libssh2/{files => libssh2}/run-ptest (67%)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core][langdale 00/28] Pull request (cover letter only)
       [not found] <174856BF265CB3B6.13840@lists.openembedded.org>
@ 2023-03-03 14:49 ` Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2023-03-03 14:49 UTC (permalink / raw)
  To: steve; +Cc: openembedded-core

This is the final pull request for the 4.1.3 release build.

Steve

On Wed, Mar 1, 2023 at 5:57 AM Steve Sakoman via
lists.openembedded.org <steve=sakoman.com@lists.openembedded.org>
wrote:
>
> The following changes since commit ab1e3000cee9f5f3496a7e67cc59b2e08a681a89:
>
>   oeqa qemurunner.py: try to avoid reading one character at a time (2023-02-18 06:41:49 -1000)
>
> are available in the Git repository at:
>
>   https://git.openembedded.org/openembedded-core-contrib stable/langdale-next
>   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-next
>
> Adrian Freihofer (1):
>   bblayers/setupwriters/oe-setup-layers: create dir if not exists
>
> Alexander Kanavin (5):
>   vim: update 9.0.1211 -> 9.0.1293 to resolve open CVEs
>   dbus: upgrade 1.14.4 -> 1.14.6
>   linux-firmware: upgrade 20230117 -> 20230210
>   wireless-regdb: upgrade 2022.08.12 -> 2023.02.13
>   bblayers/makesetup: skip git repos that are submodules
>
> Alexis Lothoré (1):
>   oeqa/selftest/resulttooltests: fix minor typo
>
> Bruce Ashfield (1):
>   lttng-modules: fix for kernel 6.2+
>
> Dmitry Baryshkov (2):
>   linux-firmware: properly set license for all Qualcomm firmware
>   linux-firmware: add yamato fw files to qcom-adreno-a2xx package
>
> Federico Pellegrin (1):
>   curl: fix dependencies when building with ldap/ldaps
>
> Joshua Watt (1):
>   classes/populate_sdk_base: Append cleandirs
>
> Kai Kang (1):
>   xserver-xorg: 21.1.6 -> 21.1.7
>
> Mateusz Marciniec (1):
>   sstatesig: Improve output hash calculation
>
> Mikko Rapeli (2):
>   oeqa ssh.py: fix hangs in run()
>   runqemu: kill qemu if it hangs
>
> Narpat Mali (1):
>   libseccomp: fix for the ptest result format
>
> Pavel Zhukov (1):
>   wic: Fix usage of fstype=none in wic
>
> Richard Purdie (1):
>   libssh2: Clean up ptest patch/coverage
>
> Ross Burton (3):
>   less: backport the fix for CVE-2022-46663
>   lib/buildstats: handle tasks that never finished
>   cml1: remove redundant addtask
>
> Saul Wold (1):
>   busybox: Fix depmod patch
>
> Siddharth Doshi (1):
>   openssl: Upgrade 3.0.7 -> 3.0.8
>
> Ulrich Ölmann (1):
>   kernel-yocto: fix kernel-meta data detection
>
> Wang Mingyu (2):
>   libjpeg-turbo: upgrade 2.1.5 -> 2.1.5.1
>   xwayland: upgrade 22.1.7 -> 22.1.8
>
> Xiangyu Chen (1):
>   dhcpcd: fix dhcpcd start failure on qemuppc64
>
>  meta/classes-recipe/cml1.bbclass              |  1 -
>  meta/classes-recipe/kernel-yocto.bbclass      |  2 +-
>  meta/classes-recipe/populate_sdk_base.bbclass |  2 +-
>  meta/lib/bblayers/makesetup.py                | 10 +++++
>  .../bblayers/setupwriters/oe-setup-layers.py  |  2 +
>  meta/lib/oe/sstatesig.py                      |  4 ++
>  meta/lib/oeqa/core/target/ssh.py              | 39 ++++++++++++----
>  .../oeqa/selftest/cases/resulttooltests.py    |  2 +-
>  .../dhcpcd/dhcpcd_9.4.1.bb                    |  1 +
>  ...x-SECCOMP_AUDIT_ARCH-missing-ppc64le.patch | 34 ++++++++++++++
>  .../openssl/openssl/CVE-2022-3996.patch       | 43 ------------------
>  .../{openssl_3.0.7.bb => openssl_3.0.8.bb}    |  3 +-
>  ...001-depmod-Ignore-.debug-directories.patch |  2 +-
>  .../dbus/{dbus_1.14.4.bb => dbus_1.14.6.bb}   |  4 +-
>  .../less/files/CVE-2022-46663.patch           | 28 ++++++++++++
>  meta/recipes-extended/less/less_608.bb        |  1 +
>  ...urbo_2.1.5.bb => libjpeg-turbo_2.1.5.1.bb} |  2 +-
>  ...-xorg_21.1.6.bb => xserver-xorg_21.1.7.bb} |  2 +-
>  ...{xwayland_22.1.7.bb => xwayland_22.1.8.bb} |  2 +-
>  ...20230117.bb => linux-firmware_20230210.bb} | 41 ++++++++++++++---
>  ...ccessor-helpers-into-accessors.h-v6..patch | 45 +++++++++++++++++++
>  .../lttng/lttng-modules_2.13.8.bb             |  1 +
>  ....08.12.bb => wireless-regdb_2023.02.13.bb} |  2 +-
>  meta/recipes-support/curl/curl_7.85.0.bb      |  4 +-
>  .../libseccomp/files/run-ptest                |  3 ++
>  ...nviroment-to-decide-if-a-test-is-bui.patch | 44 ------------------
>  .../libssh2/libssh2/fix-ssh2-test.patch       | 23 ++++++++++
>  .../libssh2/{files => libssh2}/run-ptest      |  3 +-
>  .../recipes-support/libssh2/libssh2_1.10.0.bb |  3 +-
>  meta/recipes-support/vim/vim.inc              |  4 +-
>  scripts/lib/buildstats.py                     | 33 +++++++++++---
>  scripts/lib/wic/partition.py                  |  5 +++
>  scripts/runqemu                               | 24 ++++++----
>  33 files changed, 282 insertions(+), 137 deletions(-)
>  create mode 100644 meta/recipes-connectivity/dhcpcd/files/0001-privsep-linux-fix-SECCOMP_AUDIT_ARCH-missing-ppc64le.patch
>  delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2022-3996.patch
>  rename meta/recipes-connectivity/openssl/{openssl_3.0.7.bb => openssl_3.0.8.bb} (98%)
>  rename meta/recipes-core/dbus/{dbus_1.14.4.bb => dbus_1.14.6.bb} (98%)
>  create mode 100644 meta/recipes-extended/less/files/CVE-2022-46663.patch
>  rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.1.5.bb => libjpeg-turbo_2.1.5.1.bb} (97%)
>  rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.6.bb => xserver-xorg_21.1.7.bb} (92%)
>  rename meta/recipes-graphics/xwayland/{xwayland_22.1.7.bb => xwayland_22.1.8.bb} (95%)
>  rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230117.bb => linux-firmware_20230210.bb} (96%)
>  create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-btrfs-move-accessor-helpers-into-accessors.h-v6..patch
>  rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.08.12.bb => wireless-regdb_2023.02.13.bb} (94%)
>  delete mode 100644 meta/recipes-support/libssh2/files/0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch
>  create mode 100644 meta/recipes-support/libssh2/libssh2/fix-ssh2-test.patch
>  rename meta/recipes-support/libssh2/{files => libssh2}/run-ptest (67%)
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#177944): https://lists.openembedded.org/g/openembedded-core/message/177944
> Mute This Topic: https://lists.openembedded.org/mt/97317995/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-03 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 13:59 [OE-core][langdale 00/28] Pull request (cover letter only) Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-03-01 15:57 Steve Sakoman
     [not found] <174856BF265CB3B6.13840@lists.openembedded.org>
2023-03-03 14:49 ` Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox