diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a342312e..bd6414c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ and this project adheres to - Fix libcamera crashes due to clang patches - Fix musl builds for openflow, liburing, tracker-miners, libcamera plocate +- Bump linux-raspberrypi to 6.6.22 ### Added @@ -50,7 +51,8 @@ and this project adheres to python3-tomli-w, python3-invoke, python3-icecream python3-types-python-dateutil, python3-freezegun buildtools-imagemagick, spandsp, sngrep, bluez-tools - freerdp3, python3-dbus, msgraph, gtk4mm + freerdp3, python3-dbus, msgraph, gtk4mm, aer-inject + microsoft-gsl, libcpr - Add genericarm64 MACHINE diff --git a/sources/meta-arm b/sources/meta-arm index c652a09b3..2271e3376 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit c652a09b32d61bd4e34e6be1835b4355125617e5 +Subproject commit 2271e337667ae04e6a451835915b023a68a8979e diff --git a/sources/meta-clang b/sources/meta-clang index 460034b12..73c00a5a0 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 460034b1202b2ec139036ae40b06510df0e31555 +Subproject commit 73c00a5a0bebc871854e43cc1f0fe5bd5e5ad1d7 diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index ae392bf4c..2e27133af 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit ae392bf4c9b9499234cb4a3411624a4177237af2 +Subproject commit 2e27133afdc0947b14425005ca2784d68c90824b diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 742c3da87..a0a114361 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 742c3da8747b291e9624fc83948d5dc3ba04a33e +Subproject commit a0a114361758cd07143c6d960dde311479e79d27 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index d88e625cf..ec06e94f2 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit d88e625cf2d12adc3aba03567b7f9f639ba5f129 +Subproject commit ec06e94f2a459e57eacf3f70e078b6442a433aa9 diff --git a/sources/meta-variscite-bsp b/sources/meta-variscite-bsp index 28a8759eb..e73625314 160000 --- a/sources/meta-variscite-bsp +++ b/sources/meta-variscite-bsp @@ -1 +1 @@ -Subproject commit 28a8759ebc8017763f534f42dcb59deac959eff9 +Subproject commit e7362531418428ac7fdc377b611e5f710e3a9754 diff --git a/sources/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite/0001-Enable-PCIE-for-imx8qm-var-som.patch b/sources/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite/0001-Enable-PCIE-for-imx8qm-var-som.patch new file mode 100644 index 000000000..f27f68317 --- /dev/null +++ b/sources/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite/0001-Enable-PCIE-for-imx8qm-var-som.patch @@ -0,0 +1,33 @@ +From 442ff80c5e32f6a01ec160b15efb8ada114beff5 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Tue, 26 Mar 2024 12:24:50 -0700 +Subject: [PATCH] Enable PCIE for imx8qm-var-som + +Upstream-Status: Pending + +Signed-off-by: Khem Raj +--- + arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi +index 62d17f620822..f055d864df6d 100644 +--- a/arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi ++++ b/arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi +@@ -676,8 +676,12 @@ &mipi_csi_1 { + status = "disabled"; + }; + ++&phyx2_0 { ++ fsl,refclk-pad-mode = ; ++ status = "okay"; ++}; ++ + &pciea{ +- ext_osc = <1>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pciea>; + reset-gpio = <&lsio_gpio3 14 GPIO_ACTIVE_LOW>; +-- +2.44.0 + diff --git a/sources/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite_%.bbappend b/sources/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite_%.bbappend index 430fee4fb..7944bf899 100644 --- a/sources/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite_%.bbappend +++ b/sources/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite_%.bbappend @@ -1,3 +1,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" SRC_URI += "file://overlayfs.cfg" SRC_URI += "file://nologo.cfg" + +SRC_URI += "file://0001-Enable-PCIE-for-imx8qm-var-som.patch" diff --git a/sources/poky b/sources/poky index 21c9a9f81..f2ff622a4 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 21c9a9f81467a79b6a06b5286e2c7c7bd8bffbab +Subproject commit f2ff622a4c83948f7612c535034f5dbcb28781a8