-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Layer Updates: sources/meta-arm sources/meta-freescale sources/meta-f…
…reescale-3rdparty sources/meta-intel sources/meta-raspberrypi sources/meta-riscv sources/meta-rust sources/meta-ti sources/openembedded-core * sources/meta-arm 00fa6ce...a0d4477 (7): > arm/trusted-firmware-a: don't build all targets in parallel > arm/trusted-firmware-a: actually add mbedtls to SRC_URI > arm: trusted-firmware-a variable name misuse > arm/trusted-firmware-a: add support to install dtb built as part of TFA > arm/trusted-firmware-a: fix variable name typo > arm/trusted-firmware-a: fix TC0 build when host doesn't have openssl-dev > arm/trusted-firmware-a: do verbose builds * sources/meta-freescale 4689674e...b82b4084 (11): > imx8*: Drop unused IMAGE_BOOTLOADER > imx-vpu-hantro: fix compilation issues with -fcommon > imx-vpu-hantro: upgrade to 1.18.0 > imx-vpu: upgrade to version 5.4.39.3 > SCR-5.4.3_2.0.0.txt: Update SCR for latest NXP release > imx-atf: fix build with -fno-common > linux-fslc-imx: update to v5.4.61 + fix perf build > linux-fslc: upgrade kernel to v5.4.61 from korg + fix perf build > imx-base.inc: Change default Linux kernel to linux-fslc-imx > kernel-module-imx-gpu-viv+fslc: Update to version 6.4.0.p2.0-based > imx-uuc: bump up revision from upstream * sources/meta-freescale-3rdparty cf2ab8d...e2d8ca6 (5): > Drop unused IMAGE_BOOTLOADER variable > u-boot-boundary: Bump revision to eae0188 > linux-congatec: Add LINUX_VERSION > linux-variscite: Update to version 4.14.x > u-boot-variscite: Update to version 2018.03 * sources/meta-intel d0d57b97...d7134e86 (3): > linux-intel-rt/5.4: update revision to include bug fixes > linux-intel/5.4: update to v5.4.57 > slimboot-tools: add support for slimbootloader tools * sources/meta-raspberrypi bc7a066...93305f7 (6): > raspberrypi-firmware: Upgrade to 20200819 > linux-raspberrypi: Update to 5.4.59 > linux-raspberrypi-5.4: bump SRCREV to latest to fix perf build > linux-raspberrypi: bump to revision 4b945d5 > raspberrypi-firmware: update to current HEAD > rpi-default-versions: Switch defaults to 5.4 * sources/meta-riscv c144132...1faef0e (7): > qt5-layer: Remove Qt5 overides > Use https URLs to fetch repositories > mesa : Fix patch-fuzz waring message when build qemuriscv32 > glibc: Update to use upstream > linux-yocto : Support kernel 5.8 for riscv32 > glibc: Update to the latest upstream submission > README.md : Remove LSB related content that is deprecated * sources/meta-rust 7f235b6...318fb46 (1): > Merge pull request #278 from srwalter/rust-1.46 * sources/meta-ti 4a63fd0f...0fe2507c (24): > ti-rtos-firmware/metadata: update to 07.01.00.10 version > ti-sci-fw: upgrade 2020.07-rc2 -> 2020.07-rc3 > linux-ti-staging: Update to the tag 07.01.000.01 and rt kernel moves to 5.4.61 > u-boot-ti-staging: Update to tag 07.01.00.0001 > prusw-fw: Package the firmware images from ti-linux-firmware > prueth-fw: Package the firmware images from ti-linux-firmware > prueth-hsr/prp: Update hsr/prp firmwares to latest > ti-sci-fw: pick up u-boot-spl.bin from sysroot and simplify dependency > u-boot-ti: deploy u-boot-spl.bin for all K3 and add staging into sysroot > rtos, pdk, csl: bump PE where versions went backwards due to reverts > rtos, gcc-arm-none-eabi: Rename gcc-arm-none-eabi -> gcc-arm-baremetal > Revert "ti-sysbios: upgrade 6.76.03.01 -> 6.82.01.19" > Revert "ti-ndk: upgrade 3.61.01.01 -> 3.75.01.01" > Revert "ti-ns: upgrade 2.60.01.06 -> 2.75.00.17" > Revert "ti-xdctools: upgrade 3.55.02.22 -> 3.61.00.16" > Revert "ti-cgt7x: upgrade 1.2.0 -> 1.3.0" > Revert "ti-cgt-arm: upgrade 18.12.5 -> 20.2.0" > Revert "gcc-arm, gcc-aarch64: upgrade baremetal gcc compilers to 9.2-2019.12" > Revert "edma3-lld: update to the latest" > Revert "HACK: ipumm: Temporary work-around for linker error with XDC tools upgrade" > Revert "ti-pdk-fetch: update to REL.CORESDK.07.00.00.24 tag" > Revert "ti-pdk-fetch: update to 07.00.00.34" > Revert "common-csl-ip: update to REL.CORESDK.07.00.00.24" > Revert "common-csl-ip: update to 07.00.00.34" * sources/openembedded-core ebe45e8d28...21799bdf2a (3): > Merge remote-tracking branch 'origin/dunfell' into yoe/dunfell > json-c: Fix CVE-2020-12762 > Merge remote-tracking branch 'origin/dunfell' into yoe/dunfell Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule meta-arm
updated
1 files
+20 −10 | meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc |
Submodule meta-freescale
updated
18 files
Submodule meta-freescale-3rdparty
updated
14 files
Submodule meta-intel
updated
3 files
+22 −0 | recipes-devtools/slimboot/slimboot-tools_git.bb | |
+1 −1 | recipes-kernel/linux/linux-intel-rt_5.4.bb | |
+2 −2 | recipes-kernel/linux/linux-intel_5.4.bb |
Submodule meta-raspberrypi
updated
3 files
+1 −1 | conf/machine/include/rpi-default-versions.inc | |
+3 −4 | recipes-bsp/common/raspberrypi-firmware.inc | |
+2 −2 | recipes-kernel/linux/linux-raspberrypi_5.4.bb |
Submodule meta-riscv
updated
9 files
Submodule meta-rust
updated
7 files
Submodule meta-ti
updated
39 files
Submodule openembedded-core
updated
54 files