From 9fd6f3929bde13bf0fe61489b550f9b99364ff22 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 29 Sep 2018 09:18:14 -0700 Subject: [PATCH 1/4] Updating sources/meta-freescale * sources/meta-freescale d2bff41...eed9592 (4): > layer.conf: Add thud to LAYERSERIES_COMPAT > mxldr: Fix QA errors seen on x86 builds > recipes: Limit BSP specific recipes on relevant SOCs > recipes: Mark compatible machines as restricted by dependencies Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index d2bff417f..eed9592e8 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit d2bff417fa7953303f3111731638f8c0d2336510 +Subproject commit eed9592e8ff5beff660a494af529af271045f2a6 From 233985d0cb4197b037fe69602dbbeaf03ab8d70d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 1 Oct 2018 08:23:52 -0700 Subject: [PATCH 2/4] Updating sources/meta-browser sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-ti sources/openembedded-core * sources/meta-browser 5072063...3750e6a (2): > firefox: Depend on yasm-native instead of nasm-native > layer.conf: Add thud to compatible layer series * sources/meta-intel 5cbac7d...847dcbb (3): > layer.conf: update layer compatibility sumo->thud > libyami-utils: 1.3.0 -> 1.3.1 > libyami: 1.3.0 -> 1.3.1 * sources/meta-odroid b737de2...0adceae (7): > meson64-common.cfg: remove old config options > meta-odroid-extras: add only of x11 in DISTRO_FEATURES > mali-example: add x11 and opengl to REQUIRED_DISTRO_FEATURES > wayland: make bbappend play well with other bsps > meta-odroid-extras: add dynamlic-layer for xf86-video-armsoc > linux-stable/4.18: update to 4.18.10 > u-boot: Inherit uboot-boot-scr only for odroid machines * sources/meta-openembedded 5f23d82...d273070 (9): > layers: Update layer compatibility to thud > yasm: Add recipe ( previously in oe-core ) > rsyslog: avoid recompiling program during running ptest > thunar-shares-plugin: add pam to REQUIRED_DISTRO_FEATURES > grpc-native: Fix buld on ubuntu 14.04 with gcc 4.8 > botan: Add recipe > net-snmp: improve reproducibility > tinyproxy: Refresh patches > mongodb: Consolidate COMPATIBLE_HOST * sources/meta-qt5 4fb1e60...0c7eb25 (5): > layer.conf: Add thud to LAYERSERIES_COMPAT > qt5-creator: Check before editing translation Makefile > qt5-creator: Pick native tools from native sysroot e.g. lrelease etc. > qt5-creator: fix build with QMAKE_AR > qt5-creator: upgrade to 4.7.1+ * sources/meta-ti c1f82b6...5f6e6c3 (33): > u-boot-ti-staging: update to version with separated SYSFW > dsplib/mathlib: do not install/deploy .metadata > ti-sgx-ddk-um: bump SRCREV to pickup the latest fixes > cmb-addon: Update to version 01.01.00.02 > ti-ns: Adding support for TI network services > ti-ndk: Upgrading to 3.40.01.01 > vps-lld-rtos: Updated to version 01.00.01.13 > profiling-rtos: Update to version 01.00.00.07 and added k3 support > usb-lld-rtos: update to versin 01.00.00.15A and added k3 support > sciclient-rtos: SRCREV update > transport-rtos: nimu-rtos: Updated to version 01.00.00.13 & added k3 support > sa-lld: sa-lld-rtos: Updated to version 04.00.00.00A, added k3 support and makefile build for k3 > pruss-lld: pruss-lld-rtos: Update to version 01.00.00.11 and added k3 support for rtos > pcie-lld-rtos: Update to version 02.03.00.01 and added k3 support > spi-lld-rtos: Update to version 01.00.00.12A and added k3 support > udma-lld-rtos: Added support for udma-lld on rtos (initial version) > pm-lld-rtos: Update to version 01.08.00.19 and k3 support > pa-lld: Update to version 03.00.02.07 > mcbsp-lld-rtos: Update to version 01.00.00.11A > fatfs-rtos: Update to version 01.00.00.11 & added k3 support > mcasp-lld-rtos: Update to 01.00.00.11A and add support to k3 > mmcsd-lld-rtos: Update to version 01.00.00.13 and added k3 support > starterware: Update to version 02.01.01.08 > emac-lld-rtos:Update to version 01.00.03.12A and added support to k3 > icss-emac-lld: Update to version 01.00.00.13 > gpio-lld-rtos: Update to version 01.00.00.12 and added support to k3 > i2c-lld-rtos: Update to version 01.00.00.02 and added support to k3 > board-rtos: Update to version 01.00.10.02 and added support to k3 > uart-lld-rtos: Update to version 01.00.00.12 > ti-pdk-build: Update to version 01.00.00.10A > osal: SRCREV update to 01.00.00.12.r1 > common-csl-ip: Update to version 03.03.00.12 > ti-pdk-bbclass: Using machine name as k3 instead of am65xx * sources/openembedded-core 4dad156...8dcd4e6 (14): > go.bbclass: Add -buildmode=pie for non mips arch > archiver: generalise task running when in configured mode > archiver: check tasks exist before adding dependencies > multilib: avoid expanding grub and grub-efi to multilib > libsdl2: disable sndio explicitly to avoid inconsistent result > mime.bbclass: fix do_package_qa_multilib error of lib32-fltk > multilib.bbclass: fix do_package_qa_multilib error > bind: fix multilib install file conflicts > groff: fix multilib install file conflicts > python: move sqlite module into python-sqlite > python: mark the tests modules as special when updating the manifest > python3: move sqlite files into python-sqlite > sysklogd: Re-enable alternatives for syslogd.8 man page > layer.conf: Drop sumo from LAYERSERIES_CORENAMES Signed-off-by: Khem Raj --- sources/meta-browser | 2 +- sources/meta-intel | 2 +- sources/meta-odroid | 2 +- sources/meta-openembedded | 2 +- sources/meta-qt5 | 2 +- sources/meta-ti | 2 +- sources/openembedded-core | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sources/meta-browser b/sources/meta-browser index 507206334..3750e6a4e 160000 --- a/sources/meta-browser +++ b/sources/meta-browser @@ -1 +1 @@ -Subproject commit 507206334d9214b3f37925b6e21cff20f45dc905 +Subproject commit 3750e6a4e0315f798d98dc5e0ddc30709efe65be diff --git a/sources/meta-intel b/sources/meta-intel index 5cbac7d16..847dcbb86 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 5cbac7d165c9134fd6b7662e82ba3e72d691961f +Subproject commit 847dcbb866bb48c3a051967dd0b46b452aa9d5c4 diff --git a/sources/meta-odroid b/sources/meta-odroid index b737de244..0adceae20 160000 --- a/sources/meta-odroid +++ b/sources/meta-odroid @@ -1 +1 @@ -Subproject commit b737de244fe8fb6121b4f7fedde24a46277df223 +Subproject commit 0adceae2016482d781203deea15590ce7ca96673 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 5f23d8217..d27307029 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 5f23d82175a38542b76b5aa2a0d1db680ca68752 +Subproject commit d273070293cf646fb399167dccc1a1b18dc41cb6 diff --git a/sources/meta-qt5 b/sources/meta-qt5 index 4fb1e6084..0c7eb257c 160000 --- a/sources/meta-qt5 +++ b/sources/meta-qt5 @@ -1 +1 @@ -Subproject commit 4fb1e6084c7fec8e5e5667bca6e4a4ddfd8b500e +Subproject commit 0c7eb257c3b0f03592e407e13c635d9e523fbcd0 diff --git a/sources/meta-ti b/sources/meta-ti index c1f82b668..5f6e6c3c7 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit c1f82b66818a358fa3e50158bb9f6d21f0363cd7 +Subproject commit 5f6e6c3c7dc96f5f254c91203f7684c160b4566f diff --git a/sources/openembedded-core b/sources/openembedded-core index 4dad1568f..8dcd4e6e7 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 4dad1568f8f84ec9de4bf7235822f77a8ee6a413 +Subproject commit 8dcd4e6e791c3a8b8bf5e69dca9bb9c887231d69 From 22ba9968b606b5e64a3a336184f89b179c2fa512 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 1 Oct 2018 16:12:48 -0700 Subject: [PATCH 3/4] Updating sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-qcom * sources/meta-freescale eed9592...4e13011 (35): > imx-gst1.0-plugin: Upgrade version from 4.4.0 to 4.4.2 > gstreamer1.0-plugins-bad: Update to L4.9.123-2.3.0_8mm_ga release > gstreamer1.0-plugins-good: Update to L4.9.123-2.3.0_8mm_ga release > gstreamer1.0-plugins-base: Update to L4.9.123-2.3.0_8mm_ga release > gstreamer1.0: Update to L4.9.123-2.3.0_8mm_ga > imx-codec: Upgrade version from 4.4.0 to 4.4.2 > imx-parser: Upgrade version from 4.4.0 to 4.4.2 > imx-vpuwrap: Upgrade version form 4.4.0 to 4.4.2 > imx-vpu-hantro: Upgrade version from 1.7.0 to 1.8.0 > u-boot-imx: Update to L4.9.123-2.3.0_8mm_ga release > linux-imx-mfgtool: Upgrade to v4.9.123 for L4.9.123-2.3.0_8mm_ga > linux-imx: Upgrade to v4.9.123 for L4.9.123-2.3.0_8mm_ga > qoriq-base : remove PREFERRED_PROVIDER_openssl10 > optee-client-qoriq: update to ab3c79c > optee-test-qoriq: update to 83c87d9 > optee-os-qoriq : update to 5f6c95c > linux-qoriq/4.9: update to e8b01fb > linux-qoriq/4.14: update to f2f35bb > cryptodev-qoriq: update to 479e6e7 > secure-obj:update to bbcbe6c > libpkcs11: update to e9f570c > openssl-qoriq: update to 1.1.0 > hyperrelay: add ldflags to INSANE_SKIP > dpdk: update to 0c0332a > restool: update to 9815bb6 > management-complex : upgrade 10.8.0->10.10.0 > gpp-aioptool:remove libio.h > aiopsl: update to ec0e50b > fmlib: update to 82d89ad > fmc: udpate to 09a497f > ppfe-firmware: udpate to 58aa0ca > uboot: update to 1e96fd8 > rcw: udpate to 04ec3bb > mc-utils: update to 30c6310 > ppa: update to 90e13c9 * sources/meta-freescale-3rdparty 3f892ee...66f45b2 (1): > layer.conf: Add thud to compatible layer series * sources/meta-qcom e4fdfe5...c986ceb (1): > Merge pull request #79 from YoeDistro/yoe/thud Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- sources/meta-freescale-3rdparty | 2 +- sources/meta-qcom | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index eed9592e8..4e1301127 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit eed9592e8ff5beff660a494af529af271045f2a6 +Subproject commit 4e1301127023dcf114ae2981cfbbea02154f28f4 diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index 3f892ee6b..66f45b283 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit 3f892ee6b50cd20fdc28483e360e37b24b63d025 +Subproject commit 66f45b283328fcfa7e652a50682e22ca230dfce8 diff --git a/sources/meta-qcom b/sources/meta-qcom index e4fdfe54a..c986cebf9 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit e4fdfe54ae3b10213a7d81f3d06526e656d2a827 +Subproject commit c986cebf95edec0ddf8c992040255c3662bc5d42 From 9eeefd840283c302ad11406c013ed9a9f8fba2b4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 2 Oct 2018 07:17:16 -0700 Subject: [PATCH 4/4] Updating sources/meta-96boards sources/meta-odroid sources/meta-ti * sources/meta-96boards ce2cb29...21e877c (1): > Merge pull request #273 from YoeDistro/yoe/mut * sources/meta-odroid 0adceae...2ca99ce (1): > linux-stable/4.18: update to 4.18.11 * sources/meta-ti 5f6e6c3...fb64da6 (4): > am65xx-evm: update DTBOs > linux-ti-staging: update to ti2018.04-rc3 > u-boot-ti-staging: update to ti2018.04-rc3 tag > layer.conf: Add thud to compatible layer series Signed-off-by: Khem Raj --- sources/meta-96boards | 2 +- sources/meta-odroid | 2 +- sources/meta-ti | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/meta-96boards b/sources/meta-96boards index ce2cb294f..21e877c66 160000 --- a/sources/meta-96boards +++ b/sources/meta-96boards @@ -1 +1 @@ -Subproject commit ce2cb294f980b04b76d52f874fcaba67449683b9 +Subproject commit 21e877c66bab6847ce87f46a21f24a9a3486bad7 diff --git a/sources/meta-odroid b/sources/meta-odroid index 0adceae20..2ca99cefd 160000 --- a/sources/meta-odroid +++ b/sources/meta-odroid @@ -1 +1 @@ -Subproject commit 0adceae2016482d781203deea15590ce7ca96673 +Subproject commit 2ca99cefd4361382d2eb58b8ee2bd937ca69f2c1 diff --git a/sources/meta-ti b/sources/meta-ti index 5f6e6c3c7..fb64da6cb 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 5f6e6c3c7dc96f5f254c91203f7684c160b4566f +Subproject commit fb64da6cbfd53952bd834dc4121e5fe5330352f2