-
-
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/bitbake sources/meta-arm sources/meta-atmel so…
…urces/meta-freescale sources/meta-openembedded sources/meta-raspberrypi sources/meta-ti sources/openembedded-core * sources/bitbake 22b8c532...71aaac9e (4): > msg: use safe YAML loader > hashserv: Fix broken AF_UNIX path length limit > Revert "fetch2: use relative symlinks for anything pulled from PREMIRRORS" > hashserv: client: Fix AF_UNIX path length limits * sources/meta-arm afa281b...3c9486f (8): > arm/qemuarm64-secureboot: don't use -dev kernel > kas: remove redundant env settings > gitlab-ci: force git updates > arm-autonomy/init: Revert Change execution order between modutils.sh and checkroot.sh > arm-autonomy/modutils-initscripts: Revert fix modules.dep update > arm-bsp/trusted-firmware-a: move N1SDP to TF-A 2.4 > arm-bsp/scp-firmware: Update N1SDP SCP firmware to 2.7.0 > arm-autonomy/xen-tools: update vif hostname fix patch status * sources/meta-atmel 31bd86f...173cf6a (5): > u-boot: fix ubi partition for default environment for sam9x60ek board > sam-ba: upgrade to 3.3.1 > Merge pull request #191 from YoeDistro/yoe/mut > u-boot-at91: bump to linux4sam-2020.10 > Merge pull request #190 from YoeDistro/yoe/mut * sources/meta-freescale 77b1a6a8...b4413043 (2): > linux-fslc-imx: update to v5.4.82 > linux-fslc: update to v5.4.82 * sources/meta-openembedded 8e7c57bd8f...38ef5f5bf0 (14): > firmwared: add recipe > mbedtls: upgrade to 2.24.0 > libwebsockets: upgrade to 4.1.6 > ser2net: 4.2.0 -> 4.3.0 > openocd: disable the support of ccache > linuxconsole: Add recipe for version 1.7.0 > jasper: upgrade 2.0.22 -> 2.0.23 > beep: Add recipe for version 1.2.2 > gensio: 2.1.4 -> 2.2.0 > colord: fix installed-vs-shipped error > openct: use upstream SRC_URI > liboop: use upstream SRC_URI > fbset: use DEBIAN_MIRROR in SRC_URI > lockfile-progs: use DEBIAN_MIRROR in SRC_URI * sources/meta-raspberrypi 1ae52a7...f82376c (1): > linux-firmware-rpidistro: Added firmware for BCM43456 * sources/meta-ti 73506585...10b41e33 (1): > linux-ti-staging: Update kernel to 5.4.78 * sources/openembedded-core e995e67bc7...a55b01a3a1 (45): > build-appliance-image: Update to master head revision > metadata_scm: Fix signature handling of METADATA_REVISION and METADATA_BRANCH > build-appliance-image: Update to master head revision > build-appliance-image: Update to master head revision > Revert "bitbake.conf: Add all layers (from BBLAYERS) to PSEUDO_IGNORE_PATHS" > sysstat: upgrade 12.4.0 -> 12.4.1 > lighttpd: upgrade 1.4.55 -> 1.4.56 > libinput: upgrade 1.16.3 -> 1.16.4 > kernel-module-split.bbclass: fix kernel modules getting marked as CONFFILES > mesa: Update 20.2.1 -> 20.2.4 > coreutils: add SUSE-specific issues to CVE whitelist > libffi: add patch to revert clang VFP workaround > tune-octeontx2.inc: Add tune for Marvell OCTEON TX2 core > kea: fix reproducibility > llvm: sort the lists in generated source reproducibibly > serf: do not install the static library > piglit: fix reproducibility > ffmpeg: fix reproducibility > webkitgtk: fix reproducibility > ruby: fix reproducibility > llvm: fix reproducibility > meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for timestamps > populate_sdk_ext: use SDK_CUSTOM_TEPLATECONF variable to enable custom templateconf.cfg > cantarell-fonts: update 0.0.25 -> 0.201 > python3-setuptools-scm: fix upstream version check > bison: upgrade 3.7.3 -> 3.7.4 > lz4: upgrade 1.9.2 -> 1.9.3 > xkbcomp: upgrade 1.4.3 -> 1.4.4 > piglit: upgrade to latest revision > libhandy: upgrade 1.0.1 -> 1.0.2 > stress-ng: upgrade 0.11.23 -> 0.11.24 > man-pages: upgrade 5.08 -> 5.09 > grep: upgrade 3.5 -> 3.6 > acpica: upgrade 20200925 -> 20201113 > createrepo-c: upgrade 0.16.1 -> 0.16.2 > ifupdown: upgrade 0.8.35 -> 0.8.36 > elfutils: upgrade 0.181 -> 0.182 > pango: upgrade 1.46.2 -> 1.48.0 > quota: upgrade 4.05 -> 4.06 > bind: upgrade 9.16.7 -> 9.16.9 > libcap: update 2.44 -> 2.45 > vulkan-samples: update to latest revision > meson: upgrade 0.55.1 -> 0.56.0 > netbase: upgrade 6.1 -> 6.2 > pseudo: Update to print PSEUDO_LOGFILE in abort message on path mismatches Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule bitbake
updated
4 files
+2 −5 | lib/bb/fetch2/__init__.py | |
+1 −1 | lib/bb/msg.py | |
+12 −3 | lib/hashserv/client.py | |
+25 −4 | lib/hashserv/tests.py |
Submodule meta-arm
updated
15 files
Submodule meta-atmel
updated
10 files
Submodule meta-freescale
updated
2 files
+3 −3 | recipes-kernel/linux/linux-fslc-imx_5.4.bb | |
+2 −2 | recipes-kernel/linux/linux-fslc_5.4.bb |
Submodule meta-openembedded
updated
25 files
Submodule meta-raspberrypi
updated
1 files
+16 −3 | recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb |
Submodule meta-ti
updated
2 files
+2 −2 | recipes-kernel/linux/linux-ti-staging-rt_5.4.bb | |
+2 −2 | recipes-kernel/linux/linux-ti-staging_5.4.bb |
Submodule openembedded-core
updated
76 files