This series fixes llvm build to support multilib configurations Adds dos2unix bbclass to core from meta-oe Fixes ppc security flags world builds
v2: Upgrade binutils and gdb Fix libidb2 cross build issue when build host == target host The following changes since commit 007ef1f468110b2698a27ea9a6d43fed5a0a9fc2: kernel-devsrc: restructure for out of tree (and on target) module builds (2018-08-19 16:33:41 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/master http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/master Khem Raj (9): mesa: Enable gallium-llvm on x86 and x86_64 powerpc: Remove pie flags from compiler cmdline llvm: Point llvm-config to one built with llvm-native dos2unix.bbclass: Move to oe-core llvm: Use YOCTO_ALTERNATE_MULTILIB_NAME environment variable in llvm-config mesa: Define YOCTO_ALTERNATE_MULTILIB_NAME to consider multilib names binutils: Update past 2.31.1 release gdb: Upgrade to 8.1.1 libidn2: Fix libunistring detection meta/classes/dos2unix.bbclass | 14 ++++++ meta/conf/distro/include/security_flags.inc | 7 +-- .../binutils/binutils-2.31.inc | 2 +- .../gdb/{gdb-8.1.inc => gdb-8.1.1.inc} | 4 +- ...ian_8.1.bb => gdb-cross-canadian_8.1.1.bb} | 0 .../{gdb-cross_8.1.bb => gdb-cross_8.1.1.bb} | 0 .../gdb/{gdb_8.1.bb => gdb_8.1.1.bb} | 0 ...-llvm-allow-env-override-of-exe-path.patch | 47 ++++++++++++++++--- meta/recipes-devtools/llvm/llvm_git.bb | 4 +- meta/recipes-extended/libidn/libidn2_2.0.5.bb | 4 ++ meta/recipes-graphics/cairo/cairo.inc | 3 +- meta/recipes-graphics/mesa/mesa.inc | 4 ++ 12 files changed, 72 insertions(+), 17 deletions(-) create mode 100644 meta/classes/dos2unix.bbclass rename meta/recipes-devtools/gdb/{gdb-8.1.inc => gdb-8.1.1.inc} (89%) rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.1.bb => gdb-cross-canadian_8.1.1.bb} (100%) rename meta/recipes-devtools/gdb/{gdb-cross_8.1.bb => gdb-cross_8.1.1.bb} (100%) rename meta/recipes-devtools/gdb/{gdb_8.1.bb => gdb_8.1.1.bb} (100%) -- 2.18.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
