Skip to content

Commit

Permalink
Layer Updates: sources/bitbake sources/meta-arm sources/meta-freescal…
Browse files Browse the repository at this point in the history
…e sources/meta-openembedded sources/meta-qcom sources/openembedded-core

* sources/bitbake 32180d50...1f06f326 (2):
  > fetch2: Add crate fetcher
  > build: Tweak exception handling for setscene tasks

* sources/meta-arm 522350b...763764d (2):
  > arm-bsp/hafnium: extend stage-1 mapping limit on TC
  > arm-bsp: tc: use proper UUID in optee and linux kernel

* sources/meta-freescale edb9ede4...63073229 (3):
  > Merge pull request #954 from thochstein/recipes-bsp
  > Merge pull request #952 from zandrey/imx8mq-mainline-bsp-support
  > Merge pull request #950 from zandrey/upgrade-u-boot-fslc

* sources/meta-openembedded 0e59a23901...0d8dee9172 (22):
  > jq: upgrade 1.6 -> 2021-10-24 git
  > meta-xfce: Convert catfish and menulibre to use setuptools3
  > monit: upgrade 5.29.0 -> 5.30.0
  > libsdl2-ttf: upgrade 2.0.15 -> 2.0.18
  > libmodbus: upgrade 3.1.6 -> 3.1.7
  > cups-filters: upgrade 1.27.2 -> 1.28.11
  > cryptsetup: upgrade 2.4.2 -> 2.4.3
  > networkmanager: upgrade 1.32.12 -> 1.34.0
  > mtr: upgrade 0.94 -> 0.95
  > iotop: Use lld with clang on arm
  > packagegroup-meta-oe: Add duktape
  > Add recipe for duktape
  > xorg-xrdp: Upgraded from 0.2.5 to 0.2.18.
  > xrdp: Fixed build error with openssl 3.0 and upgraded from 0.9.17 to 0.9.18.
  > php: avoid textrel QA Issue warning
  > python3-pyruvate: disable 64 bit atomics for mips
  > python3-fastjsonschema: Upgrade 2.15.1 -> 2.15.3
  > python3-croniter: Upgrade 1.1.0 -> 1.2.0
  > python3-jsmin: Upgrade 3.0.0 -> 3.0.1
  > python3-fasteners: Upgrade 0.16.3 -> 0.17.2
  > python3-jdatetime: Upgrade 3.6.4 -> 3.8.1
  > python3-gmpy2: Upgrade 2.1.1 -> 2.1.2

* sources/meta-qcom 6ba1344...76f22a8 (1):
  > Merge pull request #418 from lumag/lrzsz

* sources/openembedded-core e213db717fa...ecb61b36938 (10):
  > build-appliance-image: Update to master head revision
  > crate-fetch: Switch to version contained in bitbake
  > abi_version: Bump HASHEQUIV_HASH_VERSION
  > sstate: Improve failure to obtain archive message/handling
  > sstate: Show better exception information for failures
  > build-appliance-image: Update to master head revision
  > oeqa/runtime/stap: increase buffer size
  > expat: Simplify ptest-runner
  > iproute2: update 5.15.0 to 5.16.0
  > mtd-utils: upgrade 2.1.3 -> 2.1.4

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jan 20, 2022
1 parent df5f1a5 commit 9726385
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sources/bitbake
2 changes: 1 addition & 1 deletion sources/meta-freescale
Submodule meta-freescale updated 28 files
+0 −2 classes/imx-boot-container.bbclass
+11 −0 classes/uuu_bootloader_tag.bbclass
+30 −4 conf/machine/imx8mq-evk.conf
+3 −3 recipes-bsp/firmware-imx/firmware-imx-8.14.inc
+0 −0 recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb
+0 −0 recipes-bsp/firmware-imx/firmware-imx-8m_8.14.bb
+9 −6 recipes-bsp/firmware-imx/firmware-imx_8.14.bb
+1 −1 recipes-bsp/imx-atf/imx-atf_2.4.bb
+12 −123 recipes-bsp/imx-mkimage/files/0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch
+6 −4 recipes-bsp/imx-mkimage/imx-boot_1.0.bb
+2 −2 recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+3 −3 recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.11.0.bb
+3 −3 recipes-bsp/imx-seco/imx-seco-libs_git.bb
+3 −3 recipes-bsp/imx-seco/imx-seco_3.8.4.bb
+2 −2 recipes-bsp/imx-test/imx-test_git.bb
+3 −3 recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb
+2 −2 recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.1.bb
+3 −3 recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb
+3 −3 recipes-bsp/isp-imx/basler-camera_4.2.2.16.0.bb
+3 −4 recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb
+3 −3 recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc
+0 −0 recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb
+0 −0 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb
+0 −0 recipes-bsp/u-boot/u-boot-fslc_2022.01.bb
+2 −4 recipes-bsp/u-boot/u-boot-imx-common_2021.04.inc
+4 −0 recipes-bsp/u-boot/u-boot-imx-mfgtool_2021.04.bb
+9 −0 recipes-bsp/u-boot/u-boot-imx_2021.04.bb
+6 −7 wic/imx-boot-container-bootpart.wks.in
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 31 files
+1 −1 meta-networking/recipes-connectivity/networkmanager/networkmanager_1.34.0.bb
+0 −68 meta-networking/recipes-support/mtr/mtr/0001-Fix-a-lot-of-Werror-format-security-errors-in-printw.patch
+2 −4 meta-networking/recipes-support/mtr/mtr_0.95.bb
+1 −0 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+1 −1 meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb
+5 −8 meta-oe/recipes-devtools/jq/jq_git.bb
+5 −0 meta-oe/recipes-devtools/php/php_8.1.0.bb
+21 −0 meta-oe/recipes-extended/duktape/duktape_2.6.0.bb
+297 −0 meta-oe/recipes-extended/duktape/files/0001-Support-makefile-variables.patch
+4 −0 meta-oe/recipes-extended/iotop/iotop_1.20.bb
+0 −52 meta-oe/recipes-extended/libmodbus/libmodbus/Fix-typo.patch
+0 −32 meta-oe/recipes-extended/libmodbus/libmodbus/f1eb4bc7ccb09cd8d19ab641ee37637f8c34d16d.patch
+0 −12 meta-oe/recipes-extended/libmodbus/libmodbus_3.1.6.bb
+9 −0 meta-oe/recipes-extended/libmodbus/libmodbus_3.1.7.bb
+3 −3 meta-oe/recipes-graphics/libsdl/libsdl2-ttf/automake_foreign.patch
+5 −7 meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.18.bb
+1 −1 meta-oe/recipes-printing/cups/cups-filters.inc
+0 −4 meta-oe/recipes-printing/cups/cups-filters_1.27.2.bb
+3 −0 meta-oe/recipes-printing/cups/cups-filters_1.28.11.bb
+1 −1 meta-oe/recipes-support/monit/monit_5.30.0.bb
+3 −5 meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb
+9 −15 meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb
+1 −1 meta-python/recipes-devtools/python/python3-croniter_1.2.0.bb
+8 −3 meta-python/recipes-devtools/python/python3-fasteners_0.17.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.3.bb
+2 −1 meta-python/recipes-devtools/python/python3-gmpy2_2.1.2.bb
+2 −2 meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb
+8 −0 meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb
+1 −1 meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
+1 −1 meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
2 changes: 1 addition & 1 deletion sources/meta-qcom

0 comments on commit 9726385

Please sign in to comment.