From 681ef1c2285eda225eb2342a97b391d36fdfafed Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Sep 2023 08:52:25 -0700 Subject: [PATCH 1/3] Layer Updates: sources/meta-freescale sources/poky * sources/meta-freescale 04db36f8...a601d538 (2): > Merge pull request #1649 from ksloat/master > Merge pull request #1645 from thochstein/firmware-nxp-wifi * sources/poky a8f3ebc4e0a...bcc6c86fb74 (13): > gcc: Fresh 0003-64-bit-multilib-hack.patch to add loongarch64 support > build-sysroots: target or native sysroot population need to be selected explicitly > runqemu: check permissions of available render nodes as well as their presence > mesa: add intel raytracing support to opencl build > librepo: upgrade 1.15.2 -> 1.16.0 > Add libacl to required packages > dev-manual: remove unsupported :term: markup inside markup > migration-guides: add release notes for 4.0.12 > migration-guides: add release notes for 4.2.3 > vim: upgrade 9.0.1592 -> 9.0.1664 > avahi: handle invalid service types gracefully > python3-build: upgrade to 1.0.3 > nativesdk-intercept: Fix bad intercept chgrp/chown logic Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- sources/poky | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index 04db36f81..a601d538b 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 04db36f81953fc5f91f6c0b17f6d25b47778fd19 +Subproject commit a601d538ba46ac59d280e7e68d3f7e153ede48b9 diff --git a/sources/poky b/sources/poky index a8f3ebc4e..bcc6c86fb 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit a8f3ebc4e0ab5caa9c715798d19ac6dbd15d3957 +Subproject commit bcc6c86fb744d0e6eb5714dcea83a77e0f71f069 From 654eb257259ac382c20fe114a734d29aa089a262 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Sep 2023 16:49:58 -0700 Subject: [PATCH 2/3] Layer Updates: sources/poky * sources/poky bcc6c86fb74...6fd8af0d30e (5): > classes: Drop ';' delimiter from ROOTFS/IMAGE*COMMAND variables > apr: Fix ptests on musl > pybootchartgui: also match do_compile and do_configure subtasks > libc-test: Depend on musl-staticdev > dropbear: fix CVE-2023-36328 Signed-off-by: Khem Raj --- sources/poky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/poky b/sources/poky index bcc6c86fb..6fd8af0d3 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit bcc6c86fb744d0e6eb5714dcea83a77e0f71f069 +Subproject commit 6fd8af0d30e555da55e5ca954009f32a84ced4a6 From adb8f85535251fd901c0bc7fc1c3fda4a06a4b06 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Sep 2023 20:59:14 -0700 Subject: [PATCH 3/3] actions: Bump actions/checkout from v3->v4 Signed-off-by: Khem Raj --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 1962cccf4..e402a58c4 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 720 steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f21cf987c..b22419497 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 720 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive