-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix updater errors in overlay/ folder after creating partitions and layers to latest #534
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
u-boot based images have regressed where vc4 graphics does not work when using u-boot, somewhere it needs to be debugged and fixed in u-boot but for now we disable using u-boot as bootloader Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
This ensures that all kernel modules and other dependencies are pulled in automatically Signed-off-by: Khem Raj <[email protected]>
Also run sync to ensure the content is surely written down to disk this addresses a pesky issue where sometimes new partitions did not come out good and junk content is seen in /boot partition and it is mounted as read-only and all files are not available. Sometimes these files could be dtbo files which means certain feaures may not work even after system is booted ok. Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
This helps in ensuring that old content is cleaned up before they start to get new content. replace cp cmds with install cmd, install is more suited here Signed-off-by: Khem Raj <[email protected]>
Move common pieces to inc files rename kiosk.inc to graphics.inc as thats what its doing QB_MEM is image specific so move it out of inc files Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-rust sources/meta-ti * sources/meta-arm a52d805...77ac287 (8): > arm/sbsa-acs: add SBSA Architecture Compliance Suite > kas: Add fvp-baser-aemv8r64 build > arm-bsp/machine: Introduce fvp-baser-aemv8r64 machine and its BSP > arm-bsp/linux: Introduce FVP common config fragment > arm-bsp/linux: Introduce arm64 generic config fragment > arm-bsp/arch: Introduce support for armv8r64 arch > arm-bsp/arch: Introduce support for armv8-4a arch > autonomy/docs: Documentation updates and fixes * sources/meta-clang 9d190cb...7567dd4 (2): > clang: Update 12.0.0-RC4 > bpftrace: Update to using master branch * sources/meta-freescale-3rdparty e87475a...46109e4 (1): > olinuxino: update U-Boot choosing * sources/meta-intel f5c204c9...8f6c78dc (9): > linux-intel-rt/5.4: update to v5.4.102 > linux-intel/5.4: update to 5.4.106 > linux-intel-rt/5.10: update to v5.10.21 > linux-intel/5.10: update to 5.10.25 > intel-compute-runtime: remove DEPENDS on clang > intel-graphics-compiler: upgrade 1.0.6083 -> 1.0.6410 > opencl-clang/12.0.0: add recipe > llvm-project-source: exclude for llvm-12 > ipmctl: add recipe * sources/meta-odroid c9765e7...36a018d (1): > odroid-c4-hardkernel: fix gcc 11 patch * sources/meta-openembedded da393545a2...454644c578 (22): > libxaw: upgrade 1.0.13 -> 1.0.14 > nodejs: ppc64le machine support > zabbix: upgrade 5.2.5 -> 5.2.6 > ostree: upgrade 2020.8 -> 2021.1 > fbgrab: upgrade 1.4 -> 1.5 > emacs: upgrade 27.1 -> 27.2 > snort: upgrade 2.9.17 -> 2.9.17.1 > networkmanager-openvpn: upgrade 1.8.12 -> 1.8.14 > lldpd: upgrade 1.0.4 -> 1.0.8 > fetchmail: upgrade 6.4.17 -> 6.4.18 > gnome-autoar: upgrade 0.2.4 -> 0.3.1 > libnet-ssleay-perl: add rdep on perl-module-autoloader > rsyslog: fix some of the ptests > gpsd: backport d-bus message time patch from upstream > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1 > python3-h5py: Upgrade 3.1.0 -> 3.2.1 > python3-pyroute2: Upgrade 0.5.15 -> 0.5.16 > python3-matplotlib: Upgrade 3.3.4 -> 3.4.1 > python3-parso: Upgrade 0.8.1 -> 0.8.2 > python3-httplib2: Upgrade 0.19.0 -> 0.19.1 > python3-bitarray: Upgrade 1.8.1 -> 1.8.2 > python3-sqlalchemy: Upgrade 1.4.3 -> 1.4.4 * sources/meta-qcom bf41043...d7b4e9f (2): > Merge pull request #289 from lumag/rb5-rootfs > Merge pull request #288 from alimon/mesa_git * sources/meta-rust a430267...742cd5c (3): > Merge pull request #334 from meta-rust/progress > Merge pull request #331 from YoeDistro/yoe/mut > Merge pull request #313 from weltling/nativesdk_0 * sources/meta-ti e03e9156...01e53fc6 (10): > ti-rtos: Update metadata and versions for RTOS firmware > conf/machine: k3: Lets build bmap files by default > conf/machine: am64xx: Switch to multi-certificate boot images > conf/machine: am64xx: Consolidate image configuration to SoC include > conf/machine: j7200-evm: Switch to multi-certificate boot images > conf/machine: am64xx/j7200: Drop trusted-firmware deployment for tar wic > conf/machine: j7: Document boot images as legacy mode > conf/machine: am65xx: Document boot images as legacy mode > conf/machine: k3: Add multi-certificate boot image support > conf/machine: am64*, j7200: cleanup k3r5 configs Signed-off-by: Khem Raj <[email protected]>
There is no active devices to maintain Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Nov 2, 2023
…reescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 450037ab...a25a782b (4): > arm/optee: cleanups from code review > arm-bsp/documentation: corstone1000: Update the user guide > arm/optee: update to 4.0.0 > arm/hafnium: update to v2.9 * sources/meta-freescale 37bd435c...e3cf24db (6): > wayland: Delete recipe > Merge pull request #1685 from thochstein/dtb-move > Merge pull request #1681 from YoeDistro/yoe/pu > Merge pull request #1678 from twoerner/contrib/twoerner/32bit-dt-reorg > Merge pull request #1679 from thochstein/master > Merge pull request #1680 from thochstein/nxp-wlan * sources/meta-freescale-3rdparty bccd93f...47d6186 (1): > Merge pull request #284 from chrisdimich/master * sources/meta-intel 7b62d64d...d72611ba (1): > metee: fix compilation error with musl * sources/meta-openembedded 08edc0b6a...5c3fb4894 (16): > DO NOT MERGE: XXX: Add Github actions support for CI > ipmitool: Update and eliminate unneeded patch > python3-pcodedmp: add recipe > python3-olefile: add recipe > python3-oletools: add recipe > python3-multivolumefile: add recipe > python3-blivetgui: 2.3.0 -> 2.4.2 > python3-blivet: 3.4.3 -> 3.8.2 > python3-pymemcache: add recipe > python3-jsbeautifier: add recipe > python3-inflate64: add recipe > python3-colorclass: add recipe > python3-objectpath: Add ObjectPath Python Recipe > python3-nacl: drop duplicate recipe > python3-rarfile: add recipe > xfce4-panel-profiles: 1.0.13 -> 1.0.14 * sources/meta-qcom 93a9e3e...0e774c2 (2): > Merge pull request #534 from lumag/drop-machine-config > Merge pull request #535 from lumag/drop-ci * sources/meta-qt6 eb670d2...388c811 (27): > qtwebengine: Fix illegal instruction crash on rpi4 > qtwebengine: Fix build with clang 17 > qtquick3dphysics: Fix build on clang/x86 > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly > qtapplicationmanager: Fix build with musl > qtbase: Do not use LFS64 functions explicitly on musl > qtbase: Add locale-base-c only on glibc based targets > conan.inc: Remove support > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine > qtwebengine: Pass OE specific pkg-config-native for host pkg-config > qtwebengine: Fix missing boolean value to disable minizip > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler > qtbase: Add a packageconfig knob to enable lld linker > Update submodule refs on '6.6' in yocto/meta-qt6 < qtwebengine: Fix illegal instruction crash on rpi4 < qtwebengine: Fix build with clang 17 < qtquick3dphysics: Fix build on clang/x86 < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly < qtapplicationmanager: Fix build with musl < qtbase: Do not use LFS64 functions explicitly on musl < qtbase: Add locale-base-c only on glibc based targets < conan.inc: Remove support < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine < qtwebengine: Pass OE specific pkg-config-native for host pkg-config < qtwebengine: Fix missing boolean value to disable minizip < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler < qtbase: Add a packageconfig knob to enable lld linker * sources/meta-riscv 0d51aae...f901e61 (3): > Drop old ae350-ax45mp.yml and set master branches > ReCommit accidental removes > Add KAS support and reorder machine conf files * sources/meta-rockchip e628b72...3d91ea1 (1): > rock-pi-s: add * sources/meta-ti 26729b38...c535b9cd (2): > conf: machine: Update OPTEEMACHINE for am62pxx > conf: machine: am62*: Pick common overlays by prefix * sources/meta-variscite-bsp 92e4f31...41e95e2 (46): < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02 > imx-boot: Adjust for changes in do_compile in meta-freescale > layer.conf: update LAYERSERIES_COMPAT for nanbield > imx-atf: Remove version info from bbappend > freertos-variscite: Fix compile failure when do_compile is rerun > imx-boot: Update the patch to apply with meta-freescale/master > recipes: Add missing Upstream Status tag > freertos-variscite: Clear out environment provided LDFLAGS > libubootenv: Refresh patch to match 0.3.4 from oe-core master > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02 < layer.conf: update LAYERSERIES_COMPAT for nanbield < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02 < Merge branch 'yoe/mut' into yoe/kirkstone-var02 < iimx-atf: Remove version info from bbappend < freertos-variscite: Fix compile failure when do_compile is rerun < imx-boot: Update the patch to apply with meta-freescale/master < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend < pm-utils: disable stop and start for wifi and bluetooth < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs < linux-variscite: add support for VAR-SOM-MX7 < machine: imx7-var-som: Adjust for using new location of tune file from core < recipes: Add missing Upstream Status tag < freertos-variscite: Clear out environment provided LDFLAGS < libubootenv: Refresh patch to match 0.3.4 from oe-core master < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 < wl18xx-calibrator: Rename rdep for wl18xx firmware < imx-sc-firmware: Use var-som override for variscite specifics < imx-sc-firmware: Make do_compile override only for var-som < bluez5: Limit Applying bbappend changes for variscite SOMs < base-files: Install variscite-blacklist.conf only on variscite machines < imx-boot: Keep scope of patches to variscite machines. < imx-atf: Use the varigit only on variscite machines < variscite.inc: Add var-som new common override < variscite: Enable optee machine feature on iMX8 based machines * sources/poky 6745d5eb7c...f3facfb835 (40): > cdrtools: Fix build on riscv64 > rust-cross-canadian: Add riscv64 to cross-canadian hosts > uninative.bbclass: Add ldso information for riscv64 > machine-sdk: Add SDK_ARCH for riscv64 > meson: Add check for riscv64 in link template > poky: Do not inherit uninative on ppc64le and riscv64 hosts > qemuriscv: Add to common MACHINE_FEATURES instead of overriding them > gdb: Update to gdb 14 release > openssl: Add missing perl-module-file-spec-functions rdep for ptests > coreutils: Add ptest dependencies > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests > oeqa/selftest: Drop machines support > cve-check.bbclass: support embedded SW components with different version number > meta/recipes: Remove empty ${PN}/DEV_PKG_DEPENDENCY workarounds > insane: Add QA check for RRECOMMENDS on non-existent packages > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes > Add DOCS-WIP > oeqa/qemurunner: Extra debug > bitbake: hashserv: Abstract database > bitbake: bitbake-hashserv: Allow arguments from environment > bitbake: asyncrpc: Prefix log messages with client info > bitbake: hashserv: tests: Add external database tests > bitbake: asyncrpc: Add context manager API > bitbake: hashserv: Add websocket connection implementation > bitbake: asyncrpc: Abstract sockets > bitbake: Toaster: Added pytest.init file > bitbake: Toaster: fixed: Tests fail when executed one after the other out of sequence > bitbake: Toaster: Move toaster tests requirements in bitbake/lib/toaster/toaster-tests-requirements > bitbake: Toaster: Bug-fix django.db.utils.IntegrityError: Problem installing fixture > bitbake: Toaster: fixed pytest error: Database access not allowed, use the "django_db" > bitbake: Toaster: Bug-fix pytest and Failed: Database access not allowed > bitbake: Toaster: Update orm.models to catch error ProcessLookupError > bitbake: Toaster: Update toaster-requirements.txt to add pytest and some plugin's > bitbake: bitbake-worker: add header with length of message > patchtest-send-results: fix sender parsing > machine: drop obsolete SERIAL_CONSOLES_CHECK > patchtest: remove test for CVE tag in mbox > patchtest: make pylint tests compatible with 3.x > patchtest-send-results: add In-Reply-To > selftest/sstatetests: add a test for CDN sstate cache Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Nov 3, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 450037ab...a25a782b (4): > arm/optee: cleanups from code review > arm-bsp/documentation: corstone1000: Update the user guide > arm/optee: update to 4.0.0 > arm/hafnium: update to v2.9 * sources/meta-clang 183f6e9...25bb290 (1): > clang: Upgrade to 17.0.4 release * sources/meta-freescale 37bd435c...e3cf24db (6): > wayland: Delete recipe > Merge pull request #1685 from thochstein/dtb-move > Merge pull request #1681 from YoeDistro/yoe/pu > Merge pull request #1678 from twoerner/contrib/twoerner/32bit-dt-reorg > Merge pull request #1679 from thochstein/master > Merge pull request #1680 from thochstein/nxp-wlan * sources/meta-freescale-3rdparty bccd93f...47d6186 (1): > Merge pull request #284 from chrisdimich/master * sources/meta-intel 7b62d64d...d72611ba (1): > metee: fix compilation error with musl * sources/meta-openembedded 08edc0b6a...5c3fb4894 (16): > DO NOT MERGE: XXX: Add Github actions support for CI > ipmitool: Update and eliminate unneeded patch > python3-pcodedmp: add recipe > python3-olefile: add recipe > python3-oletools: add recipe > python3-multivolumefile: add recipe > python3-blivetgui: 2.3.0 -> 2.4.2 > python3-blivet: 3.4.3 -> 3.8.2 > python3-pymemcache: add recipe > python3-jsbeautifier: add recipe > python3-inflate64: add recipe > python3-colorclass: add recipe > python3-objectpath: Add ObjectPath Python Recipe > python3-nacl: drop duplicate recipe > python3-rarfile: add recipe > xfce4-panel-profiles: 1.0.13 -> 1.0.14 * sources/meta-qcom 93a9e3e...0e774c2 (2): > Merge pull request #534 from lumag/drop-machine-config > Merge pull request #535 from lumag/drop-ci * sources/meta-qt6 eb670d2...388c811 (27): > qtwebengine: Fix illegal instruction crash on rpi4 > qtwebengine: Fix build with clang 17 > qtquick3dphysics: Fix build on clang/x86 > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly > qtapplicationmanager: Fix build with musl > qtbase: Do not use LFS64 functions explicitly on musl > qtbase: Add locale-base-c only on glibc based targets > conan.inc: Remove support > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine > qtwebengine: Pass OE specific pkg-config-native for host pkg-config > qtwebengine: Fix missing boolean value to disable minizip > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler > qtbase: Add a packageconfig knob to enable lld linker > Update submodule refs on '6.6' in yocto/meta-qt6 < qtwebengine: Fix illegal instruction crash on rpi4 < qtwebengine: Fix build with clang 17 < qtquick3dphysics: Fix build on clang/x86 < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly < qtapplicationmanager: Fix build with musl < qtbase: Do not use LFS64 functions explicitly on musl < qtbase: Add locale-base-c only on glibc based targets < conan.inc: Remove support < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine < qtwebengine: Pass OE specific pkg-config-native for host pkg-config < qtwebengine: Fix missing boolean value to disable minizip < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler < qtbase: Add a packageconfig knob to enable lld linker * sources/meta-riscv 0d51aae...f901e61 (3): > Drop old ae350-ax45mp.yml and set master branches > ReCommit accidental removes > Add KAS support and reorder machine conf files * sources/meta-rockchip e628b72...3d91ea1 (1): > rock-pi-s: add * sources/meta-ti 26729b38...c535b9cd (2): > conf: machine: Update OPTEEMACHINE for am62pxx > conf: machine: am62*: Pick common overlays by prefix * sources/meta-variscite-bsp 92e4f31...41e95e2 (46): < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02 > imx-boot: Adjust for changes in do_compile in meta-freescale > layer.conf: update LAYERSERIES_COMPAT for nanbield > imx-atf: Remove version info from bbappend > freertos-variscite: Fix compile failure when do_compile is rerun > imx-boot: Update the patch to apply with meta-freescale/master > recipes: Add missing Upstream Status tag > freertos-variscite: Clear out environment provided LDFLAGS > libubootenv: Refresh patch to match 0.3.4 from oe-core master > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02 < layer.conf: update LAYERSERIES_COMPAT for nanbield < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02 < Merge branch 'yoe/mut' into yoe/kirkstone-var02 < iimx-atf: Remove version info from bbappend < freertos-variscite: Fix compile failure when do_compile is rerun < imx-boot: Update the patch to apply with meta-freescale/master < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend < pm-utils: disable stop and start for wifi and bluetooth < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs < linux-variscite: add support for VAR-SOM-MX7 < machine: imx7-var-som: Adjust for using new location of tune file from core < recipes: Add missing Upstream Status tag < freertos-variscite: Clear out environment provided LDFLAGS < libubootenv: Refresh patch to match 0.3.4 from oe-core master < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 < wl18xx-calibrator: Rename rdep for wl18xx firmware < imx-sc-firmware: Use var-som override for variscite specifics < imx-sc-firmware: Make do_compile override only for var-som < bluez5: Limit Applying bbappend changes for variscite SOMs < base-files: Install variscite-blacklist.conf only on variscite machines < imx-boot: Keep scope of patches to variscite machines. < imx-atf: Use the varigit only on variscite machines < variscite.inc: Add var-som new common override < variscite: Enable optee machine feature on iMX8 based machines * sources/poky 6745d5eb7c...39a33d42a8 (41): > llvm: Upgrade to 17.0.4 release > cdrtools: Fix build on riscv64 > rust-cross-canadian: Add riscv64 to cross-canadian hosts > uninative.bbclass: Add ldso information for riscv64 > machine-sdk: Add SDK_ARCH for riscv64 > meson: Add check for riscv64 in link template > poky: Do not inherit uninative on ppc64le and riscv64 hosts > qemuriscv: Add to common MACHINE_FEATURES instead of overriding them > gdb: Update to gdb 14 release > openssl: Add missing perl-module-file-spec-functions rdep for ptests > coreutils: Add ptest dependencies > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests > oeqa/selftest: Drop machines support > cve-check.bbclass: support embedded SW components with different version number > meta/recipes: Remove empty ${PN}/DEV_PKG_DEPENDENCY workarounds > insane: Add QA check for RRECOMMENDS on non-existent packages > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes > Add DOCS-WIP > oeqa/qemurunner: Extra debug > bitbake: hashserv: Abstract database > bitbake: bitbake-hashserv: Allow arguments from environment > bitbake: asyncrpc: Prefix log messages with client info > bitbake: hashserv: tests: Add external database tests > bitbake: asyncrpc: Add context manager API > bitbake: hashserv: Add websocket connection implementation > bitbake: asyncrpc: Abstract sockets > bitbake: Toaster: Added pytest.init file > bitbake: Toaster: fixed: Tests fail when executed one after the other out of sequence > bitbake: Toaster: Move toaster tests requirements in bitbake/lib/toaster/toaster-tests-requirements > bitbake: Toaster: Bug-fix django.db.utils.IntegrityError: Problem installing fixture > bitbake: Toaster: fixed pytest error: Database access not allowed, use the "django_db" > bitbake: Toaster: Bug-fix pytest and Failed: Database access not allowed > bitbake: Toaster: Update orm.models to catch error ProcessLookupError > bitbake: Toaster: Update toaster-requirements.txt to add pytest and some plugin's > bitbake: bitbake-worker: add header with length of message > patchtest-send-results: fix sender parsing > machine: drop obsolete SERIAL_CONSOLES_CHECK > patchtest: remove test for CVE tag in mbox > patchtest: make pylint tests compatible with 3.x > patchtest-send-results: add In-Reply-To > selftest/sstatetests: add a test for CDN sstate cache Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Nov 3, 2023
…reescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/poky * sources/meta-arm 450037ab...a25a782b (4): > arm/optee: cleanups from code review > arm-bsp/documentation: corstone1000: Update the user guide > arm/optee: update to 4.0.0 > arm/hafnium: update to v2.9 * sources/meta-freescale 37bd435c...6d2c944f (5): > Merge pull request #1685 from thochstein/dtb-move > Merge pull request #1681 from YoeDistro/yoe/pu > Merge pull request #1678 from twoerner/contrib/twoerner/32bit-dt-reorg > Merge pull request #1679 from thochstein/master > Merge pull request #1680 from thochstein/nxp-wlan * sources/meta-freescale-3rdparty bccd93f...47d6186 (1): > Merge pull request #284 from chrisdimich/master * sources/meta-intel 7b62d64d...d72611ba (1): > metee: fix compilation error with musl * sources/meta-openembedded 08edc0b6ac...762a6880f3 (15): > ipmitool: Update and eliminate unneeded patch > python3-pcodedmp: add recipe > python3-olefile: add recipe > python3-oletools: add recipe > python3-multivolumefile: add recipe > python3-blivetgui: 2.3.0 -> 2.4.2 > python3-blivet: 3.4.3 -> 3.8.2 > python3-pymemcache: add recipe > python3-jsbeautifier: add recipe > python3-inflate64: add recipe > python3-colorclass: add recipe > python3-objectpath: Add ObjectPath Python Recipe > python3-nacl: drop duplicate recipe > python3-rarfile: add recipe > xfce4-panel-profiles: 1.0.13 -> 1.0.14 * sources/meta-qcom 93a9e3e...0e774c2 (2): > Merge pull request #534 from lumag/drop-machine-config > Merge pull request #535 from lumag/drop-ci * sources/meta-qt6 eb670d2...e9d7f5c (1): > Merge pull request #15 from YoeDistro/kraj/6.6 * sources/meta-riscv 0d51aae...f901e61 (3): > Drop old ae350-ax45mp.yml and set master branches > ReCommit accidental removes > Add KAS support and reorder machine conf files * sources/meta-rockchip e628b72...3d91ea1 (1): > rock-pi-s: add * sources/meta-ti 26729b38...c535b9cd (2): > conf: machine: Update OPTEEMACHINE for am62pxx > conf: machine: am62*: Pick common overlays by prefix * sources/poky 6745d5eb7cc...b53d1287d24 (6): > patchtest-send-results: fix sender parsing > machine: drop obsolete SERIAL_CONSOLES_CHECK > patchtest: remove test for CVE tag in mbox > patchtest: make pylint tests compatible with 3.x > patchtest-send-results: add In-Reply-To > selftest/sstatetests: add a test for CDN sstate cache Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.