Skip to content

Commit

Permalink
Layer Updates: sources/meta-clang sources/meta-qcom sources/meta-ti s…
Browse files Browse the repository at this point in the history
…ources/openembedded-core

* sources/meta-clang 6b10458...f6b8109 (1):
  > README.md: Define a way to disable llvm/clang runtime

* sources/meta-qcom 60bea40...9f2b959 (1):
  > Merge pull request #117 from alimon/master

* sources/meta-ti 4d6d14a2...dc6693c8 (15):
  > ion-tests: Fix build with musl
  > ti-pdk-build-rtos: SRCREV update to 01.00.00.14A
  > uart-lld-rtos: SRCREV update to 01.00.00.16B
  > spi-lld-rtos: SRCREV update to 01.00.00.16A
  > sa-lld: SRCREV update to 04.00.00.03B
  > pruss-lld: SRCREV update to 01.00.00.15A
  > osal: SRCREV udpate to 01.00.00.16B
  > mmcsd-lld-rtos: SRCREV uppdate to 01.00.00.17C
  > mcasp-lld-rtos: SRCREV update to 01.01.00.15A
  > i2c-lld-rtos: SRCREV update to 01.00.00.16A
  > gpio-llld-rtos: SRCREV udpate to 01.00.00.16B
  > emac-lld: SRCREV udpate to 01.00.03.18
  > common-csl-ip: SRCREV update to 03.03.00.16B
  > board-rtos: SRCREV update to 01.00.10.06D
  > IPCLLD: Added ipc_echo_testb for j721e RR5Fs

* sources/openembedded-core 520c6f30cd...d5fd205239 (18):
  > lib/oe/terminal.py: fix gnome-terminal start behavior
  > ghostscript: Disable libpaper
  > watchdog: fix PIDFile path in existing patch
  > insane: add check for perllocal.pod
  > systemd: don't install systemd-hwdb-update.service
  > systemd: don't install udev.pc manually
  > meson: fix cross detection
  > meson: update patch status
  > meson: fix RDEPENDS
  > oe.svg: Copy artwork from openembedded-classic.
  > meta: add missing some description in devtools
  > qemu: Add ppc64 to QEMU_TARGETS
  > musl: Update to latest
  > wic/direct: Partition numbering is broken for MBR primary partition #4
  > devtool/standard.py: Not filtering devtool workspace for devtool finish
  > kernel-devicetree.bbclass: add missing backslash
  > ethtool, libcap: fix upstream version check
  > uninative: Update to 2.7 release

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Oct 8, 2019
1 parent f7c4118 commit 42e2977
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sources/meta-clang
Submodule meta-clang updated 1 files
+4 −2 README.md
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 28 files
+80 −0 contrib/artwork/oe.svg
+18 −1 meta/classes/insane.bbclass
+1 −1 meta/classes/kernel-devicetree.bbclass
+5 −5 meta/conf/distro/include/yocto-uninative.inc
+1 −1 meta/lib/oe/terminal.py
+0 −67 meta/recipes-core/musl/musl/0001-Change-container-for-riscv-floating-point-state-to-_.patch
+0 −55 meta/recipes-core/musl/musl/0001-correct-the-operand-specifiers-in-the-riscv64-CAS-ro.patch
+48 −0 meta/recipes-core/musl/musl/0001-riscv-Define-sigcontext-again.patch
+2 −3 meta/recipes-core/musl/musl_git.bb
+3 −8 meta/recipes-core/systemd/systemd_243.bb
+3 −0 meta/recipes-devtools/apt/apt.inc
+6 −0 meta/recipes-devtools/cmake/cmake.inc
+2 −0 meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
+4 −1 meta/recipes-devtools/dnf/dnf_4.2.2.bb
+5 −2 meta/recipes-devtools/meson/meson.inc
+28 −0 meta/recipes-devtools/meson/meson/0001-Cross-build-is-defined-by-the-existance-of-a-cross-f.patch
+1 −1 meta/recipes-devtools/meson/meson/0001-environment.py-detect-windows-also-if-the-system-str.patch
+0 −28 meta/recipes-devtools/meson/meson/0001-mesonbuild-environment.py-do-not-determine-whether-a.patch
+5 −1 meta/recipes-devtools/qemu/qemu.inc
+4 −0 meta/recipes-devtools/quilt/quilt.inc
+3 −0 meta/recipes-devtools/swig/swig.inc
+3 −0 meta/recipes-devtools/unfs3/unfs3_git.bb
+2 −0 meta/recipes-extended/ethtool/ethtool_5.2.bb
+2 −2 meta/recipes-extended/ghostscript/ghostscript_9.27.bb
+1 −1 meta/recipes-extended/watchdog/watchdog/0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch
+2 −0 meta/recipes-support/libcap/libcap_2.27.bb
+1 −1 scripts/lib/devtool/standard.py
+2 −1 scripts/lib/wic/plugins/imager/direct.py

0 comments on commit 42e2977

Please sign in to comment.