All of lore.kernel.org
 help / color / mirror / Atom feed
* [hardknott][PATCH 00/14] Review request
@ 2021-12-01  7:16 Anuj Mittal
  2021-12-01  7:16 ` [hardknott][PATCH 01/14] linux-yocto/5.4: update to v5.4.154 Anuj Mittal
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Anuj Mittal @ 2021-12-01  7:16 UTC (permalink / raw)
  To: openembedded-core

Next set of changes for hardknott. Please review. No problems seen while
testing on autobuilder except for an intermittent qemu bootup failure.

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2975

Thanks,

Anuj

The following changes since commit e95ccf6f7fe5a42fffcfa5e43087ff964622e26c:

  squashfs-tools: fix CVE-2021-41072 (2021-11-22 09:45:46 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/hardknott

Bruce Ashfield (5):
  linux-yocto/5.4: update to v5.4.154
  linux-yocto/5.4: update to v5.4.155
  linux-yocto/5.4: update to v5.4.156
  linux-yocto/5.4: update to v5.4.158
  linux-yocto/5.10: update to v5.10.79

Claus Stovgaard (1):
  cups: Fix missing installation of cups sysv init scripts

Daniel Gomez (1):
  os-release: Add DISTRO_CODENAME as vardeps for do_compile

Mingli Yu (1):
  wic: use shutil.which

Oleksandr Kravchuk (1):
  python3: update to 3.9.7

Pavel Zhukov (1):
  go: upgrade 1.16.8 -> 1.16.10

Richard Purdie (2):
  uninative: Add version to uninative tarball name
  glibc: Fix i586/c3 support

Ross Burton (1):
  gmp: fix CVE-2021-43618

zhengruoqin (1):
  python3: upgrade 3.9.5 -> 3.9.6

 meta/classes/uninative.bbclass                |  2 +-
 meta/conf/distro/include/yocto-uninative.inc  |  3 +-
 meta/recipes-core/glibc/glibc_2.33.bb         |  2 +-
 meta/recipes-core/os-release/os-release.bb    |  4 ++-
 .../go/{go-1.16.8.inc => go-1.16.10.inc}      |  6 ++--
 ..._1.16.8.bb => go-binary-native_1.16.10.bb} |  4 +--
 ...1.16.8.bb => go-cross-canadian_1.16.10.bb} |  0
 ...go-cross_1.16.8.bb => go-cross_1.16.10.bb} |  0
 ...sssdk_1.16.8.bb => go-crosssdk_1.16.10.bb} |  0
 ...-native_1.16.8.bb => go-native_1.16.10.bb} |  0
 ...untime_1.16.8.bb => go-runtime_1.16.10.bb} |  0
 .../go/{go_1.16.8.bb => go_1.16.10.bb}        |  0
 ...sue36464-parallel-build-race-problem.patch | 34 -------------------
 .../{python3_3.9.5.bb => python3_3.9.7.bb}    |  3 +-
 meta/recipes-extended/cups/cups.inc           |  2 +-
 .../linux/linux-yocto-rt_5.10.bb              |  6 ++--
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++--
 .../linux/linux-yocto-tiny_5.10.bb            |  8 ++---
 .../linux/linux-yocto-tiny_5.4.bb             |  8 ++---
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++++-------
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 ++++++------
 .../gmp/gmp/cve-2021-43618.patch              | 27 +++++++++++++++
 meta/recipes-support/gmp/gmp_6.2.1.bb         |  1 +
 scripts/lib/wic/engine.py                     |  6 ++--
 scripts/lib/wic/misc.py                       |  4 +--
 scripts/wic                                   |  4 +--
 26 files changed, 86 insertions(+), 90 deletions(-)
 rename meta/recipes-devtools/go/{go-1.16.8.inc => go-1.16.10.inc} (86%)
 rename meta/recipes-devtools/go/{go-binary-native_1.16.8.bb => go-binary-native_1.16.10.bb} (83%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.16.8.bb => go-cross-canadian_1.16.10.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.16.8.bb => go-cross_1.16.10.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.16.8.bb => go-crosssdk_1.16.10.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.16.8.bb => go-native_1.16.10.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.16.8.bb => go-runtime_1.16.10.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.16.8.bb => go_1.16.10.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
 rename meta/recipes-devtools/python/{python3_3.9.5.bb => python3_3.9.7.bb} (98%)
 create mode 100644 meta/recipes-support/gmp/gmp/cve-2021-43618.patch

-- 
2.33.1



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [hardknott][PATCH 00/14] Review request
@ 2021-11-16  3:24 Anuj Mittal
  0 siblings, 0 replies; 16+ messages in thread
From: Anuj Mittal @ 2021-11-16  3:24 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for hardknott. No issues seen while testing
on autobuilder.

Thanks,

Anuj

The following changes since commit 0ca080a23c2770a15138f702d4c879bbd90ca360:

  build-appliance-image: Update to hardknott head revision (2021-11-04 11:58:28 +0000)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/hardknott

Alexander Kanavin (2):
  linux-firmware: upgrade 20210919 -> 20211027
  cross-canadian: correct the location of pkg-config files

Anuj Mittal (2):
  meta: add explicit branch and protocol to SRC_URI
  llvm: bump HASHEQUIV_HASH_VERSION

Bruce Ashfield (2):
  linux-yocto/5.10: update to v5.10.76
  linux-yocto-rt/5.10: update to -rt54

Chen Qi (1):
  avahi: update CVE id fixed by local-ping.patch

Jose Quaresma (1):
  sstate: another fix for touching files inside pseudo

Manuel Leonhardt (1):
  sstate: Account for reserved characters when shortening sstate
    filenames

Richard Purdie (5):
  linunistring: Add missing gperf-native dependency
  pseudo: Add in ability to flush database with shutdown request
  pseudo: Add fcntl64 wrapper
  scripts/convert-srcuri: Backport SRC_URI conversion script from master
    branch
  meta/scripts: Manual git url branch additions

 .../devtool/devtool-upgrade-test2_git.bb      |  2 +-
 .../devtool-upgrade-test2_git.bb.upgraded     |  2 +-
 .../git-submodule-test/git-submodule-test.bb  |  2 +-
 meta/classes/cross-canadian.bbclass           |  2 +-
 meta/classes/devupstream.bbclass              |  2 +-
 meta/classes/sstate.bbclass                   | 14 ++--
 .../distro/include/default-distrovars.inc     |  2 +-
 meta/lib/oeqa/selftest/cases/devtool.py       |  4 +-
 meta/lib/oeqa/selftest/cases/fetch.py         |  2 +-
 meta/lib/oeqa/selftest/cases/recipetool.py    |  6 +-
 meta/lib/oeqa/selftest/cases/sstatetests.py   |  2 +-
 meta/recipes-bsp/efibootmgr/efibootmgr_17.bb  |  2 +-
 meta/recipes-bsp/efivar/efivar_37.bb          |  2 +-
 meta/recipes-bsp/opensbi/opensbi_0.9.bb       |  2 +-
 meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb  |  2 +-
 meta/recipes-bsp/u-boot/u-boot-common.inc     |  2 +-
 .../avahi/files/local-ping.patch              |  1 +
 .../connman/connman-gnome_0.7.bb              |  2 +-
 .../libnss-mdns/libnss-mdns_0.14.1.bb         |  2 +-
 .../libuv/libuv_1.41.0.bb                     |  2 +-
 .../mobile-broadband-provider-info_git.bb     |  2 +-
 meta/recipes-core/dbus-wait/dbus-wait_git.bb  |  2 +-
 meta/recipes-core/fts/fts_1.2.7.bb            |  2 +-
 .../glibc/cross-localedef-native_2.33.bb      |  2 +-
 meta/recipes-core/ifupdown/ifupdown_0.8.36.bb |  2 +-
 .../initscripts/init-system-helpers_1.60.bb   |  2 +-
 meta/recipes-core/libxcrypt/libxcrypt.inc     |  2 +-
 meta/recipes-core/musl/libucontext_git.bb     |  2 +-
 meta/recipes-core/musl/musl-obstack.bb        |  2 +-
 meta/recipes-core/musl/musl-utils.bb          |  2 +-
 meta/recipes-core/musl/musl_git.bb            |  2 +-
 meta/recipes-core/ncurses/ncurses.inc         |  2 +-
 meta/recipes-core/netbase/netbase_6.2.bb      |  2 +-
 meta/recipes-core/psplash/psplash_git.bb      |  2 +-
 meta/recipes-core/systemd/systemd.inc         |  2 +-
 .../update-rc.d/update-rc.d_0.8.bb            |  2 +-
 .../bootchart2/bootchart2_0.14.9.bb           |  2 +-
 .../btrfs-tools/btrfs-tools_5.10.1.bb         |  2 +-
 .../createrepo-c/createrepo-c_0.17.0.bb       |  2 +-
 meta/recipes-devtools/distcc/distcc_3.3.5.bb  |  2 +-
 meta/recipes-devtools/dnf/dnf_4.6.0.bb        |  2 +-
 meta/recipes-devtools/e2fsprogs/e2fsprogs.inc |  2 +-
 meta/recipes-devtools/file/file_5.39.bb       |  2 +-
 meta/recipes-devtools/glide/glide_0.13.3.bb   |  2 +-
 .../gnu-config/gnu-config_git.bb              |  2 +-
 .../libcomps/libcomps_0.1.15.bb               |  2 +-
 meta/recipes-devtools/libdnf/libdnf_0.58.0.bb |  2 +-
 .../librepo/librepo_1.13.0.bb                 |  2 +-
 meta/recipes-devtools/llvm/llvm_git.bb        |  6 +-
 meta/recipes-devtools/mtd/mtd-utils_git.bb    |  2 +-
 meta/recipes-devtools/ninja/ninja_1.10.2.bb   |  2 +-
 .../patchelf/patchelf_0.12.bb                 |  2 +-
 meta/recipes-devtools/pseudo/pseudo_git.bb    |  2 +-
 meta/recipes-devtools/rpm/rpm_4.16.1.3.bb     |  2 +-
 .../squashfs-tools/squashfs-tools_git.bb      |  2 +-
 .../systemd-bootchart_234.bb                  |  2 +-
 .../tcf-agent/tcf-agent_git.bb                |  2 +-
 meta/recipes-devtools/unfs3/unfs3_git.bb      |  2 +-
 meta/recipes-extended/bzip2/bzip2_1.0.8.bb    |  2 +-
 .../go-examples/go-helloworld_0.1.bb          |  2 +-
 .../iputils/iputils_s20200821.bb              |  2 +-
 .../recipes-extended/libaio/libaio_0.3.112.bb |  2 +-
 meta/recipes-extended/libnsl/libnsl2_git.bb   |  2 +-
 .../recipes-extended/libnss-nis/libnss-nis.bb |  2 +-
 .../libsolv/libsolv_0.7.17.bb                 |  2 +-
 meta/recipes-extended/ltp/ltp_20210121.bb     |  2 +-
 .../net-tools/net-tools_2.10.bb               |  2 +-
 meta/recipes-extended/procps/procps_3.3.17.bb |  2 +-
 meta/recipes-extended/psmisc/psmisc_23.4.bb   |  2 +-
 .../rpcsvc-proto/rpcsvc-proto.bb              |  2 +-
 .../sysklogd/sysklogd_2.2.2.bb                |  2 +-
 .../xinetd/xinetd_2.3.15.4.bb                 |  2 +-
 meta/recipes-extended/zstd/zstd_1.4.9.bb      |  2 +-
 meta/recipes-gnome/libhandy/libhandy_1.2.0.bb |  2 +-
 meta/recipes-gnome/libportal/libportal_0.3.bb |  2 +-
 .../glslang/glslang_11.2.0.bb                 |  2 +-
 .../igt-gpu-tools/igt-gpu-tools_git.bb        |  2 +-
 .../libfakekey/libfakekey_git.bb              |  2 +-
 .../libmatchbox/libmatchbox_1.12.bb           |  2 +-
 .../libva/libva-utils_2.10.0.bb               |  2 +-
 .../matchbox-wm/matchbox-wm_1.2.2.bb          |  2 +-
 meta/recipes-graphics/mx/mx-1.0_1.4.7.bb      |  2 +-
 meta/recipes-graphics/piglit/piglit_git.bb    |  2 +-
 .../spir/spirv-headers_1.5.4.bb               |  2 +-
 .../spir/spirv-tools_2020.7.bb                |  2 +-
 .../virglrenderer/virglrenderer_0.8.2.bb      |  2 +-
 meta/recipes-graphics/vulkan/assimp_5.0.1.bb  |  2 +-
 .../vulkan/vulkan-headers_1.2.170.0.bb        |  2 +-
 .../vulkan/vulkan-loader_1.2.170.0.bb         |  2 +-
 .../vulkan/vulkan-samples_git.bb              |  2 +-
 .../vulkan/vulkan-tools_1.2.170.0.bb          |  2 +-
 .../xinput-calibrator_git.bb                  |  2 +-
 .../xorg-driver/xf86-video-intel_git.bb       |  2 +-
 meta/recipes-kernel/blktrace/blktrace_git.bb  |  2 +-
 meta/recipes-kernel/cryptodev/cryptodev.inc   |  2 +-
 meta/recipes-kernel/dtc/dtc.inc               |  2 +-
 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 meta/recipes-kernel/kmod/kmod.inc             |  2 +-
 ...20210919.bb => linux-firmware_20211027.bb} |  4 +-
 .../linux/linux-yocto-rt_5.10.bb              |  6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++---
 meta/recipes-kernel/powertop/powertop_2.13.bb |  2 +-
 .../systemtap/systemtap_git.inc               |  2 +-
 meta/recipes-multimedia/x264/x264_git.bb      |  2 +-
 meta/recipes-sato/l3afpad/l3afpad_git.bb      |  2 +-
 .../matchbox-config-gtk_0.2.bb                |  2 +-
 .../matchbox-desktop/matchbox-desktop_2.2.bb  |  2 +-
 .../matchbox-panel-2/matchbox-panel-2_2.11.bb |  2 +-
 .../matchbox-terminal_0.2.bb                  |  2 +-
 .../matchbox-theme-sato_0.2.bb                |  2 +-
 .../sato-screenshot/sato-screenshot_0.3.bb    |  2 +-
 .../settings-daemon/settings-daemon_0.0.2.bb  |  2 +-
 .../bmap-tools/bmap-tools_3.6.bb              |  2 +-
 .../boost/boost-build-native_4.3.0.bb         |  2 +-
 .../ca-certificates_20211016.bb               |  2 +-
 .../dos2unix/dos2unix_7.4.2.bb                |  2 +-
 .../gnome-desktop-testing_2018.1.bb           |  2 +-
 meta/recipes-support/libgit2/libgit2_1.1.0.bb |  2 +-
 .../libjitterentropy_3.0.1.bb                 |  2 +-
 .../libunistring/libunistring_0.9.10.bb       |  1 +
 meta/recipes-support/lz4/lz4_1.9.3.bb         |  2 +-
 meta/recipes-support/numactl/numactl_git.bb   |  2 +-
 .../p11-kit/p11-kit_0.23.22.bb                |  2 +-
 .../ptest-runner/ptest-runner_2.4.2.bb        |  2 +-
 .../rng-tools/rng-tools_6.11.bb               |  2 +-
 .../shared-mime-info/shared-mime-info_git.bb  |  2 +-
 meta/recipes-support/vim/vim.inc              |  2 +-
 meta/recipes-support/xxhash/xxhash_0.8.0.bb   |  2 +-
 scripts/contrib/convert-srcuri.py             | 77 +++++++++++++++++++
 scripts/lib/recipetool/create.py              |  3 +
 131 files changed, 239 insertions(+), 153 deletions(-)
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20210919.bb => linux-firmware_20211027.bb} (99%)
 create mode 100755 scripts/contrib/convert-srcuri.py

-- 
2.33.1



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

end of thread, other threads:[~2021-12-01  7:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-01  7:16 [hardknott][PATCH 00/14] Review request Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 01/14] linux-yocto/5.4: update to v5.4.154 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 02/14] linux-yocto/5.4: update to v5.4.155 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 03/14] linux-yocto/5.4: update to v5.4.156 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 04/14] linux-yocto/5.4: update to v5.4.158 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 05/14] go: upgrade 1.16.8 -> 1.16.10 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 06/14] uninative: Add version to uninative tarball name Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 07/14] wic: use shutil.which Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 08/14] gmp: fix CVE-2021-43618 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 09/14] glibc: Fix i586/c3 support Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 10/14] linux-yocto/5.10: update to v5.10.79 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 11/14] os-release: Add DISTRO_CODENAME as vardeps for do_compile Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 12/14] python3: upgrade 3.9.5 -> 3.9.6 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 13/14] python3: update to 3.9.7 Anuj Mittal
2021-12-01  7:16 ` [hardknott][PATCH 14/14] cups: Fix missing installation of cups sysv init scripts Anuj Mittal
  -- strict thread matches above, loose matches on Subject: below --
2021-11-16  3:24 [hardknott][PATCH 00/14] Review request Anuj Mittal

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.