From: Armin Kuster <akuster808@gmail.com>
To: akuster@mvista.com, openembedded-core@lists.openembedded.org
Subject: [PATCH 00/72] Krogoth-next V2, pull request
Date: Mon, 23 May 2016 21:55:52 -0700 [thread overview]
Message-ID: <cover.1464025858.git.akuster808@gmail.com> (raw)
Rebased, removed per feedback and add a few new ones.
Please consider this for krogoth-next.
The following changes since commit da4bfbef46e52d2b647a837a47d0f5cb813ba8b2:
gdb: Backport patch to changes with AVX and MPX (2016-05-22 08:43:01 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib akuster/krogoth-next
http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/krogoth-next
Alexander D. Kanevskiy (1):
image.bbclass: don't execute compression commands multiple times
Alexander Kanavin (1):
arch-powerpc64.inc: disable the use of qemu usermode on ppc64
Anders Darander (1):
lib/oe/rootfs: Fix DEBUGFS generation, without openssl
Andre McCurdy (1):
image.bbclass: don't emit redundant IMAGE_CMD_xxx functions
André Draszik (2):
gdb: fix QA warning (uClibc)
feature-arm-neon.inc: restore vfpv3-d16 support
Aníbal Limón (1):
classes/base: get_lic_checksum_file_list imporve validaton of url's
Armin Kuster (2):
librsvg: Security fixes via update to 2.40.15
python-numpy: fix build failure with python-matplotlib
Awais Belal (1):
mesa-demos: remove demos using obsolete screen surface
Christopher Clark (1):
linux-firmware: break out bnx2 mips firmware and WHENCE license
Dengke Du (3):
bash: fixed ptest run-builtins failed
lttng-tools: filter random filename of ptest output
coreutils: fix for native and nativesdk
Denys Dmytriyenko (1):
arch-armv7ve: inherit armv7a tunes file
Diego Rondini (1):
base-files: add some safety checks in profile
Felipe F. Tonello (1):
packagegroup-core-tools-profile: Enable valgrind on ARMv7a and above
George McCollister (1):
wic: fix path parsing, use last occurrence
Ian Reinhart Geiser (1):
classes/image_vm: allow different filesystems to be used for VM
images.
Ioan-Adrian Ratiu (2):
wic: isoimage-isohybrid: add grubefi configfile support
wic: isoimage-isohybrid: fix splash file paths
Ismo Puustinen (1):
libpcre: Fix CVE-2016-3191
Joshua Lock (2):
packagegroup-core-lsb: fix whitespace in meta-qt* warnings
openssl: prevent ABI break from earlier krogoth releases
Jussi Kukkonen (1):
gcc-sanitizers: Depend on target gcc
Klauer, Daniel (1):
python-smartpm: Fix channel command --remove-all option (again)
Leonardo Sandoval (2):
scripts/lib/bsp/kernel.py: force patching when branch is machine
branch is re-use
populate_sdk_ext.bbclass : Show logfile in case the SDK EXT
installation failed
Maxin B. John (3):
popt: fix dependencies and QA Issue
bash: fix dependencies and QA Issue
libxml2: fix dependencies and QA Issues
Paul Eggleton (2):
recipetool: create: fix picking up false npm package directories
recipetool: create: fix falling back to declared license for npm
packages
Peter Kjellerstedt (1):
metadata_scm.bbclass: Do not assume ${COREBASE} is a Git repo
Randy Witt (1):
populate_sdk_ext: Change lockedsigs task mismatch to a warning
Raymond Tan (1):
mkefidisk.sh: mount images as read-only
Robert Yang (5):
grub_git: set COMPATIBLE_HOST_armv7a to null
insane.bbclass: remove workdir from package_qa_check_license()
libxsettings-client: fix COPYING file
cogl-1.0: set COMPATIBLE_HOST_armv4 to null
gnu-efi: set COMPATIBLE_HOST_armv4 to null
Ross Burton (25):
package: ensure do_split_packages doesn't return duplicates
busybox: don't build ar
meta: add comments to explain autotools-brokensep use
mx-1.0: inherit gtk-doc
mx: move to autotools instead of autotools-brokensep
bluez5: enable out-of-tree builds
oeqa/sstatetests: add http_proxy to no-op hash test
oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigs
autotools: add default for CACHED_CONFIGUREVARS
python-pygobject: remove redundant gnome-common dependency
gnome-desktop3: remove redundant gnome-common dependency
webkitgtk: remove gnome-common dependency
qemu: remove explicit but redundant native build dependencies
mesa-gl: add missing MESA_CRYPTO to PACKAGECONFIG
oeqa/selftest/buildoptions: remove buildhistory signature test
eudev: add PACKAGECONFIG for hwdb
dbus-test: install executables not libtool wrapper scripts
mesa: add PACKAGECONFIG for gbm
bitbake.conf: change APACHE_MIRROR to point at archive.apache.org
image_types: fix image/compression dependency collection
bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS
bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support
authentication agents
unzip: update SRC_URI
openssh: change URI to http:
zip: update SRC_URI
Ruslan Bilovol (2):
kernel-uimage: change target image to vmlinux
libunwind: backport aarch64_be support
Stephano Cetola (2):
toolchain-scripts: replace source built-in call
sysvinit-inittab: restrict labels to 4 chars
Tristan Van Berkom (1):
cross-localedef-native_2.22.bb: Use autotools configure
Yuqing Zhu (1):
alsa-lib: Fix incorrect appl pointer when mmap_commit() returns error.
bitbake/lib/bb/fetch2/__init__.py | 5 +-
meta/classes/autotools.bbclass | 2 +
meta/classes/base.bbclass | 3 +
meta/classes/image-vm.bbclass | 13 +-
meta/classes/image.bbclass | 12 +-
meta/classes/image_types.bbclass | 36 +-
meta/classes/insane.bbclass | 4 +-
meta/classes/kernel-uimage.bbclass | 2 +-
meta/classes/metadata_scm.bbclass | 5 +-
meta/classes/package.bbclass | 6 +-
meta/classes/populate_sdk_ext.bbclass | 4 +-
meta/classes/toolchain-scripts.bbclass | 4 +-
meta/conf/bitbake.conf | 3 +-
meta/conf/machine/include/arm/arch-armv7ve.inc | 19 +-
meta/conf/machine/include/arm/feature-arm-neon.inc | 2 +-
meta/conf/machine/include/arm/feature-arm-vfp.inc | 2 +-
.../machine/include/powerpc/arch-powerpc64.inc | 3 +
meta/lib/oe/package.py | 2 +-
meta/lib/oe/rootfs.py | 2 +
meta/lib/oeqa/selftest/buildoptions.py | 59 -
meta/lib/oeqa/selftest/sstatetests.py | 8 +-
meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb | 1 +
meta/recipes-bsp/grub/grub_git.bb | 1 +
meta/recipes-connectivity/bluez5/bluez5.inc | 5 +-
.../bluez5/bluez5/out-of-tree.patch | 26 +
meta/recipes-connectivity/openssh/openssh_7.1p2.bb | 2 +-
.../openssl/debian1.0.2/version-script.patch | 31 +-
meta/recipes-core/base-files/base-files/profile | 6 +-
meta/recipes-core/busybox/busybox/defconfig | 2 +-
meta/recipes-core/coreutils/coreutils_8.25.bb | 14 +-
meta/recipes-core/dbus/dbus-test_1.10.6.bb | 13 +-
.../glibc/cross-localedef-native_2.23.bb | 9 +-
meta/recipes-core/libxml/libxml2_2.9.3.bb | 2 +-
.../packagegroup-core-tools-profile.bb | 6 +-
.../sysvinit/sysvinit-inittab_2.88dsf.bb | 3 +-
meta/recipes-core/udev/eudev_3.1.5.bb | 4 +-
meta/recipes-devtools/gcc/gcc-sanitizers.inc | 2 +-
meta/recipes-devtools/gdb/gdb-common.inc | 2 +-
meta/recipes-devtools/git/git.inc | 1 +
.../python/python-numpy/aarch64/_numpyconfig.h | 1 +
.../python/python-numpy/mips64/_numpyconfig.h | 1 +
.../python/python-numpy/powerpc64/_numpyconfig.h | 1 +
.../python/python-pygobject_3.18.2.bb | 2 +-
.../python-smartpm/smart-channel-remove-all.patch | 33 +
meta/recipes-devtools/python/python-smartpm_git.bb | 1 +
meta/recipes-devtools/qemu/qemu.inc | 5 +-
meta/recipes-extended/bash/bash.inc | 2 +-
.../bash/bash/fix-run-builtins.patch | 33 +
meta/recipes-extended/bash/bash_4.3.30.bb | 1 +
.../packagegroups/packagegroup-core-lsb.bb | 8 +-
meta/recipes-extended/sysstat/sysstat.inc | 1 +
meta/recipes-extended/unzip/unzip_6.0.bb | 2 +-
meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | 1 +
meta/recipes-extended/zip/zip.inc | 26 -
meta/recipes-extended/zip/zip_3.0.bb | 39 +-
.../gnome-desktop/gnome-desktop3_3.18.2.bb | 2 +-
.../{librsvg_2.40.13.bb => librsvg_2.40.15.bb} | 4 +-
meta/recipes-graphics/cogl/cogl-1.0.inc | 2 +
.../libxsettings-client_0.10.bb | 13 +-
...dependant-on-obsolete-MESA_screen_surface.patch | 1592 ++++++++++++++++++++
meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb | 1 +
meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb | 2 +-
meta/recipes-graphics/mesa/mesa.inc | 6 +-
.../recipes-graphics/mx/mx-1.0/fix-build-dir.patch | 46 -
meta/recipes-graphics/mx/mx-1.0_1.4.7.bb | 1 -
meta/recipes-graphics/mx/mx.inc | 5 +-
.../linux-firmware/linux-firmware_git.bb | 20 +
...ls-filter-random-filename-of-tests-output.patch | 55 +
meta/recipes-kernel/lttng/lttng-tools_git.bb | 1 +
...fix-appl-pointer-not-correct-when-mmap_co.patch | 137 ++
meta/recipes-multimedia/alsa/alsa-lib_1.1.0.bb | 1 +
meta/recipes-sato/webkit/webkitgtk_2.10.7.bb | 3 +-
.../libpcre/libpcre/CVE-2016-3191.patch | 174 +++
meta/recipes-support/libpcre/libpcre_8.38.bb | 1 +
...roduce-build-support-for-aarch64_be-targe.patch | 33 +
...-wrong-big_endian-flag-in-aarch64_be-case.patch | 34 +
meta/recipes-support/libunwind/libunwind_1.1.bb | 2 +
meta/recipes-support/popt/popt_1.16.bb | 2 +
scripts/contrib/mkefidisk.sh | 4 +-
scripts/lib/bsp/kernel.py | 1 +
scripts/lib/recipetool/create.py | 2 +-
scripts/lib/recipetool/create_npm.py | 2 +-
scripts/lib/wic/plugin.py | 2 +-
.../lib/wic/plugins/source/isoimage-isohybrid.py | 55 +-
84 files changed, 2395 insertions(+), 291 deletions(-)
create mode 100644 meta/recipes-connectivity/bluez5/bluez5/out-of-tree.patch
create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-channel-remove-all.patch
create mode 100644 meta/recipes-extended/bash/bash/fix-run-builtins.patch
delete mode 100644 meta/recipes-extended/zip/zip.inc
rename meta/recipes-gnome/librsvg/{librsvg_2.40.13.bb => librsvg_2.40.15.bb} (91%)
create mode 100644 meta/recipes-graphics/mesa/mesa-demos/0011-drop-demos-dependant-on-obsolete-MESA_screen_surface.patch
delete mode 100644 meta/recipes-graphics/mx/mx-1.0/fix-build-dir.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0001-lttng-tools-filter-random-filename-of-tests-output.patch
create mode 100755 meta/recipes-multimedia/alsa/alsa-lib/0001-pcm_plugin-fix-appl-pointer-not-correct-when-mmap_co.patch
create mode 100644 meta/recipes-support/libpcre/libpcre/CVE-2016-3191.patch
create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/0001-aarch64-introduce-build-support-for-aarch64_be-targe.patch
create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/0002-aarch64-fix-wrong-big_endian-flag-in-aarch64_be-case.patch
--
2.3.5
next reply other threads:[~2016-05-24 4:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-24 4:55 Armin Kuster [this message]
2016-05-26 11:27 ` [PATCH 00/72] Krogoth-next V2, pull request André Draszik
2016-06-09 9:33 ` akuster808
2016-06-09 10:34 ` Martin Jansa
2016-06-09 11:13 ` akuster808
2016-06-20 13:39 ` Anders Darander
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1464025858.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=akuster@mvista.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.