From 65def63d4a5f607369b16fa8f418b2752410c081 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 14 Jan 2020 15:51:19 -0800 Subject: [PATCH 1/5] Layer Updates: sources/bitbake sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-ti sources/openembedded-core * sources/bitbake 1e96df26...f5daef68 (3): > runqueue: Use a set for the setscene tasks list > knotty: Be consistent when creating/updating progress bars > knotty: Hide the footer if a process progress bar is shown * sources/meta-intel 86b5fea2...c4a7ab83 (2): > linux-intel/5.4: update to v5.4.6 > linux-intel-dev: update to v5.5-rc3 * sources/meta-odroid 52d037e...f42fb26 (1): > linux-stable/5.4: update to 5.4.11 * sources/meta-openembedded 4e23f0a2fe...ea8604a0e3 (28): > gst-shark: Upgrade to 0.6.1 > gstd: Upgrade to 0.8.1 > poppler/poppler-data: Add HOMEPAGE tags > mariadb: fix library LZ4 lookup > python-pyconnman: 0.1.0 -> 0.2.0 > python-bitarray: 1.2.0 -> 1.2.1 > python-asn1crypto: 1.2.0 -> 1.3.0 > python3-bandit: 1.5.1 -> 1.6.2 > python3-astor: 0.8 -> 0.8.1 > python3-jsonrpcserver: update to 4.1.2 > libsigrok: add support for hidapi integration > zbar: Switch to github and update to latest > yad: upgrade 4.1 -> 5.0 > libsdl2-ttf: upgrade 2.0.14 -> 2.0.15 > libsdl2-mixer: upgrade 2.0.2 -> 2.0.4 > libsdl2-image: upgrade 2.0.3 -> 2.0.5 > libdvdread: upgrade 6.0.1 -> 6.0.2 > libburn: upgrade 1.5.0 -> 1.5.2 > ipmiutil: upgrade 3.0.5 -> 3.1.5 > libspatialite: Workaround proj_api.h deprecation in proj 6.0.0 > proj: upgrade to 6.2.0 > cloc: new package > enchant2: Remove, moved to oe-core > spirv-tools: Disable Werror > rocksdb: Disable Werror > websocketpp: Fix clang specific flags in cmake files > tinyproxy: Fix user and group in tinyproxy install > tinyproxy: Install a default tinyproxy.conf * sources/meta-qt5 2503916...254576f (30): > qt-kiosk-browser: Add recipe > nativesdk-packagegroup: fix cmake builds using sdk > qtbase: Use pcre packages by default > qt5: use PACKAGECONFIG to disable tests and examples > qtlocation: use geoclue 2 > qtbase: use offscreen platform plugin for tools > qtbase: add openssl PACKAGECONFIG for native nativesdk > qtbase-native: disable vulkan support > maliit-framework-qt5: fix test installations > qtenginio: remove obsolete module > ogl-runtime: update to v2.5.0 release > qtquick3d: add recipe > qtwebengine: refresh the patches and upload them to meta-qt5 forks on github for maintenance > qtbase: refresh the patches and upload them to meta-qt5 forks on github for maintenance > qt5: Update to Qt 5.14.0 > qtbase: Fix patch fuzz detected with devtool > qtbase: Backport the patch from upstream gerrit > qt5-creator: Update musl patch to link qmldesigner with -lexecinfo > qtwebengine: Move CharAllocator definition to header > qt5-creator: Add missing dep on libz.so > qt5-creator: Make clang-format patch work with multiple clang versions > qtwebengine: Include cstddef for size_t definition > qmllive: Fix build with multilib settings > quazip: Fix multilib builds > qtwebkit: Fix linking errors on clang/mips/ppc > ogl-runtime: Only compile for supported architectures > qttools: Add option to disable qdoc > qttools: Use CONFIG+=disable_external_rpath > packagegroup-qt5-toolchain-target: Make machine specific > recipes: Disable clang dependent recipes for riscv64/32 * sources/meta-raspberrypi c3b3cd6...e7c856e (6): > Add support for PiTFT 2.8" with capacitive touch > armstubs: Define the new symbols use in Makefile > raspberrypi-tools: Update to current HEAD > pi-bluetooth: Fix signature failures > gstreamer1.0-plugins-base: respect opengl DISTRO_FEATURES when vc4graphics is in MACHINE_FEATURES > linux-raspberrypi: bump to Linux version 4.19.93 * sources/meta-ti acc48649...2251edb9 (1): > linux-ti-staging: update to ti2019.06-rc3 * sources/openembedded-core 9e7b38c61c...b6d4150f9c (27): > gettext: fix typo in Upstream-Status > systemd: add missing Upstream-Status > scripts/oe-build-perf-report: Avoid buildstats warning > sstate: Improve move into place op and touch file > toaster.bbclass: Correct pkgdatadir path in toaster_package_dumpdata() > glib-2.0: Fix hardcoded paths in checksums > meta-extsdk-toolchain: Mark as nostamp > glib: support target/os/libc-specific Meson cross files > weston-init: Let weston run without pam on distros without pam > site: musl and glibc have working mktime() > site: strtod() works in glibc / musl > site: set nanosleep() behaviour for glibc / musl > site: on linux, link(2) doesn't follow symlinks > site: on linux, pipes are fifos with max link count of 1 > site: musl and glibc have working utimes() > site: linux supports NULL in utime() > site: musl and glibc have working getgroups() > site: set getcwd() test result for abort()-bug for glibc / musl > site: set getcwd() behaviour for long paths for glibc / musl > site: musl and glibc have glibc compatible getcwd() > site: linux supports unlink() of executing program > site: musl and glibc have glibc compatible calloc() > site: musl and glibc have working mkstemp() > site: musl has working memcmp() > site: linux has working chown() > busybox: Update inittab > perl: improve reproducibility Signed-off-by: Khem Raj --- sources/bitbake | 2 +- sources/meta-intel | 2 +- sources/meta-odroid | 2 +- sources/meta-openembedded | 2 +- sources/meta-qt5 | 2 +- sources/meta-raspberrypi | 2 +- sources/meta-ti | 2 +- sources/openembedded-core | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sources/bitbake b/sources/bitbake index 1e96df260..f5daef687 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit 1e96df260e47d160dbd36bfc92c31ef06266f662 +Subproject commit f5daef68703481a3c243dfecc7de404e6ebfdbb6 diff --git a/sources/meta-intel b/sources/meta-intel index 86b5fea26..c4a7ab83f 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 86b5fea26a0f868bf348d130cb915c758584e930 +Subproject commit c4a7ab83f11a57083735bd4e13605a4587647d2f diff --git a/sources/meta-odroid b/sources/meta-odroid index 52d037ec6..f42fb268c 160000 --- a/sources/meta-odroid +++ b/sources/meta-odroid @@ -1 +1 @@ -Subproject commit 52d037ec67225b97cf1c93bb709bc4e2ff23dade +Subproject commit f42fb268cd6b837a8081ac0b3a8f2116a8ea76cc diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 4e23f0a2f..ea8604a0e 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 4e23f0a2fef79e3a1eb08e90b9a277e40ed66a39 +Subproject commit ea8604a0e3fe38a5a49690b1b92b5b4964e7b5da diff --git a/sources/meta-qt5 b/sources/meta-qt5 index 25039161c..254576f9b 160000 --- a/sources/meta-qt5 +++ b/sources/meta-qt5 @@ -1 +1 @@ -Subproject commit 25039161c1646ce1b6cc30303d4588e43b9b714a +Subproject commit 254576f9b4b2a6271b4ed25df335c625bd6ef885 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index c3b3cd6ef..e7c856ee7 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit c3b3cd6efd300cd2f9ef0e952d2ebd5077bb17af +Subproject commit e7c856ee7bcfd7878853b55310957f0b9a990fd2 diff --git a/sources/meta-ti b/sources/meta-ti index acc486497..2251edb9b 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit acc48649713f4ec81bca3bf4afed98e592a68cd7 +Subproject commit 2251edb9b93aef4dfcd8a0f7b3ec4e1ddeb970af diff --git a/sources/openembedded-core b/sources/openembedded-core index 9e7b38c61..b6d4150f9 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 9e7b38c61c6b84b7f137c733ac5da9414025693d +Subproject commit b6d4150f9c74f25a4022a3fa0bd489a8e85deb77 From f92440d598653ce09feb9863b824a772fb5084fc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 17 Jan 2020 09:24:23 -0800 Subject: [PATCH 2/5] Layer Updates: sources/meta-browser sources/meta-clang sources/meta-freescale sources/meta-openembedded sources/meta-qcom sources/openembedded-core * sources/meta-browser 7378141...65f8d37 (1): > chromium: update to 79.0.3945.117 See https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop.html * sources/meta-clang ac1912b...b4c7c28 (2): > libcxx: Correct link failure due to missing __divti3 > mesa: Clang can compile it on mips * sources/meta-freescale 967a9715...d8f73dcb (3): > optee-test_3.2.0.imx: remove no longer required gcc fixes > optee-client_3.2.0.imx: remove 0001-libteec-refactor-_dprintf.patch > imx-base: non-overriding append for WKS_FILE_DEPENDS * sources/meta-openembedded ea8604a0e3...dcd719b714 (47): > lcov: geninfo needs another perl module > pcsc-lite: upgrade 1.8.25 -> 1.8.26 > libnih: Remove > packagegroup-meta-oe: Remove unbuildable recipes for ppc64le from rdeps > mpv: Disable lua support on powerpc > mozjs: extend --with-intl-api=build to ppc > fluentbit: Fix build on powerpc > ssiapi: Needs boost/ppc support > grpc: Link with libatomic on powerpc > opencv: Tend for the compiler --param option rename in gcc10 > libsass: upgrade 3.6.1 -> 3.6.3 > libmicrohttpd: upgrade 0.9.68 -> 0.9.69 > zabbix: modify service file > libencode-perl: upgrade 3.01 -> 3.02 > sysprof: Correct systemdunitdir location > fio: upgrade 3.16 -> 3.17 > dhcpcd: upgrade 8.1.1 -> 8.1.5 > rdma-core: Use overloadable attribute with clang > libhugetlbfs: Fix missing file mode in create() API > iozone3: Do not define prototype for pread64() > jack: Use c++ compiler for programs which use c++ source files > sysprof: avoid namesapace conflict with glibc headers > vboxguestdrivers: update to new version 6.1.2 > keyutils: upgrade 1.6 -> 1.6.1 > python-pyrsistent: upgrade 0.15.5 -> 0.15.7 > python-periphery: 2.0.0 -> 2.0.1 > python-packaging: 19.2 -> 20.0 > python-kconfiglib: upgrade 10.42.0 -> 13.7.0 > python-javaobj-py3: upgrade 0.3.0 -> 0.4.0.1 > python-engineio: upgrade 3.11.1 -> 3.11.2 > python-cmd2: upgrade 0.9.22 -> 0.9.23 > python3-pulsectl: upgrade 18.12.5 -> 20.1.2 > python3-ordered-set: 3.0.1 -> 3.1.1 > python3-multidict: 4.5.2 -> 4.7.4 > python3-more-itertools: 7.2.0 -> 8.1.0 > python3-keras-preprocessing: upgrade 1.0.5 -> 1.1.0 > python3-keras-applications: upgrade 1.0.6 -> 1.0.8 > python3-coverage: 4.4.2 -> 5.0.2 > python3-cheetah: upgrade 3.2.3 -> 3.2.4 > multipath-tools: fix libudevdir > websocketpp: refresh clang patch > byacc: upgrade 20191103 -> 20191125 > open-vm-tools: fix build error with usrmerge feature > crda: fix UDEV_RULE_DIR > sysprof: fix ARM builds > sysprof: update to 3.34.1 > sysprof: add a recipe from oe-core * sources/meta-qcom fdf8be9...4dda387 (1): > Merge pull request #131 from alimon/master_linux5.4 * sources/openembedded-core b6d4150f9c...9d7a521971 (40): > sstatesig: Improve debug output if getpwuid() fails > sqlite: fix numerous CVEs > valgrind: partially fix ptests > strace: fix failing ptests > bash: exclude from ptests > perl: fix failing ptests > iputils: resolve a name clash with latest libcap > libevent: disable ptests that require a DNS and an intenet connection > glib: disable a failing ptest > dbus: fix failing ptest (by disabling as it needs X) > busybox: fix failing ptests > elfutils: upgrade 0.177 -> 0.178 > ifupdown: update 0.8.22 -> 0.8.35 > ltp: update to 20190930 > pseudo: adjust for attr 2.4.48 > acl/attr: update to latest upstream releases > rpm: fix with musl and latest elfutils. > rpm: switch to openssl from nss > site: Remove sctp related configs > perf: fix build for v5.5+ > linux-yocto-dev: bump to v5-5-rcX > curl: upgrade 7.67.0 -> 7.68.0 > u-boot: Upgrade 2020.01-rc5 -> 2020.01 > qemuboot-mips: Enable cirrus VGA device > glib-2.0: Fix hardcoded paths with dots in names > gstreamer1.0: Enable debug in builds > gstreamer1.0: set the name of the test suite for ptests > gstreamer1.0: decouple check and tests options > gstreamer: Remove unused common files and patches > gst-validate: Move recipe specific patch to dedicated subdirectory > gstreamer1.0-rtsp-server: Transition to meson based build > gstreamer1.0-omx: Transition to meson based build > gstreamer1.0-vaapi: Transition to meson based builds > gstreamer1.0-libav: Transition to meson based builds > gstreamer1.0-plugins-ugly: Transition to meson based builds > gstreamer1.0-plugins-bad: Transition to meson based builds > gstreamer1.0-plugins-good: Transition to meson based builds > gstreamer1.0-plugins-base: Transition to meson based builds > gstreamer1.0: Transition to meson based builds > gstreamer: Add common .inc files for meson based recipes Signed-off-by: Khem Raj --- sources/meta-browser | 2 +- sources/meta-clang | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-qcom | 2 +- sources/openembedded-core | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sources/meta-browser b/sources/meta-browser index 737814160..65f8d378f 160000 --- a/sources/meta-browser +++ b/sources/meta-browser @@ -1 +1 @@ -Subproject commit 7378141606822ef0bb985aaa00e442c9ea806429 +Subproject commit 65f8d378f0b610b2ac3e6c9ac452dedcb9d41b69 diff --git a/sources/meta-clang b/sources/meta-clang index ac1912b4e..b4c7c2899 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit ac1912b4e09ea1e9c60e4e61b3a7978a5759babc +Subproject commit b4c7c28993fbf5b10d6ad99fd0ed117d144534cf diff --git a/sources/meta-freescale b/sources/meta-freescale index 967a9715b..d8f73dcbb 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 967a9715b36b7170c28ce9a40be979c3d4b5f221 +Subproject commit d8f73dcbb538533f265fadb837c80d0170e0ce10 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index ea8604a0e..dcd719b71 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit ea8604a0e3fe38a5a49690b1b92b5b4964e7b5da +Subproject commit dcd719b714adedd28f026030d3ea037e560b9aac diff --git a/sources/meta-qcom b/sources/meta-qcom index fdf8be9df..4dda38765 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit fdf8be9dfca2ea921ac3400fcbde2665aaf5d8a5 +Subproject commit 4dda38765cc3a0251923abe5061d57f847bf3b6e diff --git a/sources/openembedded-core b/sources/openembedded-core index b6d4150f9..9d7a52197 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit b6d4150f9c74f25a4022a3fa0bd489a8e85deb77 +Subproject commit 9d7a5219713af8117eda145052c6d9abdf577d8f From e6c61426fe0b110fa10acbe70e334b6d63b44568 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 17 Jan 2020 15:05:09 -0800 Subject: [PATCH 3/5] Layer Updates: sources/meta-freescale sources/meta-qcom * sources/meta-freescale d8f73dcb...728ce4f1 (1): > gstreamer: Adapt to meson changes from oe-core * sources/meta-qcom 4dda387...3112187 (1): > Merge pull request #133 from alimon/master_linux5.4 Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- sources/meta-qcom | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index d8f73dcbb..728ce4f16 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit d8f73dcbb538533f265fadb837c80d0170e0ce10 +Subproject commit 728ce4f1677012db95c6f946f43e272762d98175 diff --git a/sources/meta-qcom b/sources/meta-qcom index 4dda38765..3112187aa 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 4dda38765cc3a0251923abe5061d57f847bf3b6e +Subproject commit 3112187aa79342359638b747c50a069db0f51bbb From 134d694f1c3fb8bda5d64e7d4fb4451bf695fd4d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Jan 2020 13:01:18 -0800 Subject: [PATCH 4/5] Add meta-python2 to layermix Signed-off-by: Khem Raj --- .gitmodules | 4 ++++ conf/bblayers.conf | 1 + sources/meta-python2 | 1 + 3 files changed, 6 insertions(+) create mode 160000 sources/meta-python2 diff --git a/.gitmodules b/.gitmodules index a3e7dff92..1cedf36d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -78,3 +78,7 @@ path = sources/meta-altera url = https://github.com/YoeDistro/meta-altera branch = master +[submodule "sources/meta-python2"] + path = sources/meta-python2 + url = https://github.com/YoeDistro/meta-python2 + branch = master diff --git a/conf/bblayers.conf b/conf/bblayers.conf index dbdb5ff1e..771b9775e 100644 --- a/conf/bblayers.conf +++ b/conf/bblayers.conf @@ -30,6 +30,7 @@ EXTRALAYERS = "\ ${TOPDIR}/sources/meta-qt5 \ ${TOPDIR}/sources/meta-rust \ ${TOPDIR}/sources/meta-clang \ + ${TOPDIR}/sources/meta-python2 \ " BASELAYERS = "\ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/sources/meta-python2 b/sources/meta-python2 new file mode 160000 index 000000000..45613765c --- /dev/null +++ b/sources/meta-python2 @@ -0,0 +1 @@ +Subproject commit 45613765ced8b102bc9a536c574dbeed46783d12 From d739375ba20e5edf30618892f2d1b63d8dfd39e7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Jan 2020 13:03:04 -0800 Subject: [PATCH 5/5] Layer Updates: sources/bitbake sources/meta-browser sources/meta-clang sources/meta-freescale sources/meta-intel sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/openembedded-core * sources/bitbake f5daef68...feb43e7c (7): > persist_data.py: Immediately get exclusive lock in __setitem__ > fetch2/git: _revision_key: collapse adjacent slashes > fetch2: do not suffix srcrev cache key with PN > tests/utils: add tests for bb.utils.get_referenced_vars > bb.utils: add get_referenced_vars > lib: amend code to use proper singleton comparisons where possible > lib: remove unused imports * sources/meta-browser 65f8d37...1697014 (1): > chromium: Fix patch fuzz * sources/meta-clang b4c7c28...6892939 (5): > Make llvm CRT components optional > clang: package the multilib symlink > clang: stay closer to cmake.bbclass > clang: use nonarch_libdir/clang for all runtime files > clang: Search for dynamic linker. * sources/meta-freescale 728ce4f1...84757e4a (1): > devregs: update to latest version and add imx8mn support * sources/meta-intel c4a7ab83...f23e067e (1): > linux-intel/5.4: update to v5.4.8 * sources/meta-openembedded dcd719b714...d0748372d2 (14): > cppzmq: bump to version 4.6.0 > gitpkgv.bbclass: Add support for extending the supported tag formats > fontforge: rework for python3 > evolution-data-server: remove pythonnative from inherit > python-supervisor: upgrade 4.0.2 -> 4.1.0 > python-tqdm: upgrade 4.38.0 -> 4.41.1 > python-waitress: upgrade 1.4.1 -> 1.4.2 > python-wcwidth: upgrade 0.1.7 -> 0.1.8 > python3-websockets: upgrade 8.0.2 -> 8.1 > python3-wheel: upgrade 0.32.3 -> 0.33.6 > python3-yarl: upgrade 1.3.0 -> 1.4.2 > cups-filters: upgrade 1.26.0 -> 1.26.2 > cups-filters: use libexecdir and cleanup > opensc: Upgrade to 0.20.0 * sources/meta-qt5 254576f...47fb26d (5): > recipes: Use python3 during build > qt-kiosk-browser: Only support arm/x86 > qtwebengine: Fix missing headers found in build with clang > gstreamer1.0-plugins-good: Adjust bbappend for meson migration in core > qttools: remove ptest installation * sources/meta-raspberrypi e7c856e...05c86e3 (1): > README: Add documentation badge * sources/openembedded-core 9d7a521971...1098fdf360 (37): > epiphany: Add missing mime-xgd inherit > vim: Add missing mime-xgd inherit > rootfs: Make BUILDNAME a weak default in reproducible_build_simple > ltp: Fix nm01 faliure > newlib: Enable building libstdc++ for newlib based toolchains > gcc-configure: Enable the use of different symbol versioning > machine_dict: Add i686 to the ELF machine dictionary > ghostscript: Add powerpc64 LE specific objarch.h > tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE > openssl: Add powerpc64 LE support > gcc: Enable 32bit powerpcle at multi-arch for powerpc64le > classes, conf, lib: Add support for powerpc64le > libfm: Add mime and mime-xdg classes > wic: fix images build in parallel > pcmanfm: Inherit mime-xdg > gcr: add mime-xdg to inherit > insane.bbclass: Spawn warning for missing mime-xdg in inherit > mime-xdg.bbclass: initial add > gcr: add mime to inherit > shared-mime-info: add mime to inherit > insane.bbclass: introduce a warning for mime missing in inherit > mime.bbclass: rework > shared-mime-info: upgrade 1.10 -> 1.15 > itstool: extend to nativesdk > itstool: add from meta-oe > xf86-video-intel: bump to latest SRCREV > newlib: Upgrade newlib and libgloss to the yearly release 3.2.0 > libubootenv: fix multilib build > vim: update from 8.1.1518 to 8.2 > findutils: Upgrade to 4.7.0 > sysklogd: fix parallel build problem > foomatic-filters: remove recipe > python: remove Python 2 and all supporting classes > glibc: Upgrade to 2.31 > prelink: Deal with mips specific gnu-hash impelementation > webkitgtk: Disable gold for all mips > mips: Enable gnu-hash-style on glibc Signed-off-by: Khem Raj --- sources/bitbake | 2 +- sources/meta-browser | 2 +- sources/meta-clang | 2 +- sources/meta-freescale | 2 +- sources/meta-intel | 2 +- sources/meta-openembedded | 2 +- sources/meta-qt5 | 2 +- sources/meta-raspberrypi | 2 +- sources/openembedded-core | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sources/bitbake b/sources/bitbake index f5daef687..feb43e7c3 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit f5daef68703481a3c243dfecc7de404e6ebfdbb6 +Subproject commit feb43e7c30f5bfab75d718896c45df621810d06f diff --git a/sources/meta-browser b/sources/meta-browser index 65f8d378f..1697014a0 160000 --- a/sources/meta-browser +++ b/sources/meta-browser @@ -1 +1 @@ -Subproject commit 65f8d378f0b610b2ac3e6c9ac452dedcb9d41b69 +Subproject commit 1697014a05967ed54b294f3c4b5621df494d6551 diff --git a/sources/meta-clang b/sources/meta-clang index b4c7c2899..6892939b8 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit b4c7c28993fbf5b10d6ad99fd0ed117d144534cf +Subproject commit 6892939b8c41582609711d6f6e73a03c421cac41 diff --git a/sources/meta-freescale b/sources/meta-freescale index 728ce4f16..84757e4a9 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 728ce4f1677012db95c6f946f43e272762d98175 +Subproject commit 84757e4a9b497960d8c9eacc555495d805c5acae diff --git a/sources/meta-intel b/sources/meta-intel index c4a7ab83f..f23e067e8 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit c4a7ab83f11a57083735bd4e13605a4587647d2f +Subproject commit f23e067e86a88fba9621063aa56f53aab81c8fc6 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index dcd719b71..d0748372d 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit dcd719b714adedd28f026030d3ea037e560b9aac +Subproject commit d0748372d26fac2c9741d4f8486b37f53dab5cc3 diff --git a/sources/meta-qt5 b/sources/meta-qt5 index 254576f9b..47fb26ded 160000 --- a/sources/meta-qt5 +++ b/sources/meta-qt5 @@ -1 +1 @@ -Subproject commit 254576f9b4b2a6271b4ed25df335c625bd6ef885 +Subproject commit 47fb26deddabe331514d54a5884bb319839d7de8 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index e7c856ee7..05c86e316 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit e7c856ee7bcfd7878853b55310957f0b9a990fd2 +Subproject commit 05c86e3160956813d1dccd372863733b5a4e3438 diff --git a/sources/openembedded-core b/sources/openembedded-core index 9d7a52197..1098fdf36 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 9d7a5219713af8117eda145052c6d9abdf577d8f +Subproject commit 1098fdf3608f25ae81aa7197a95253c2e61ea9b7