* [PATCH 00/26] Consolidated pull
@ 2016-12-21 16:19 Ross Burton
0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2016-12-21 16:19 UTC (permalink / raw)
To: openembedded-core
A selection of patches from the list, some wic/selftest improvements, and most
importantly the ncurses fix for util-linux-native!
Ross
The following changes since commit 8ccf396c7284acd7e0fdf95473d317d23d05475f:
Revert "selftest/wic: extending test coverage for WIC script options" (2016-12-20 17:06:38 +0000)
are available in the git repository at:
ssh://git@git.yoctoproject.org/poky-contrib ross/mut
for you to fetch changes up to 2df1397b1894cd7cd67a33dde96e60fcc72c78f5:
ncurses.inc: add v6 binconfig-disabled entries (2016-12-20 18:16:19 +0000)
----------------------------------------------------------------
Alejandro Hernandez (1):
example-recipe: Fix LDFLAGS compilation issue on newly created recipes
Andre McCurdy (1):
glew: build for EGL in non-X11 distros
André Draszik (1):
initscripts: populate-volatile: suppress read-only-rootfs warnings
David Vincent (1):
kernel: Fix symlinks
Dengke Du (2):
Revert "subversion: fix "svnadmin create" fail on x86"
apr: fix off_t size can't match when configure and in target glibc
Ed Bartosh (2):
wic: look for wks files in <layer>/wic
wic: add kickstart file for MPC8315
Edwin Plauchu (1):
ruby: upgrade to 2.3.3
Jair Gonzalez (4):
selftest/wic: adding Testopia ID numbers to test cases missing it
selftest/wic: code cleanup
selftest/wic: reorganizing test methods by functionality
selftest/wic: extending test coverage for WIC script options
Khem Raj (4):
systemd: point to correct resolv.conf when resolved is enabled
x264: Fix build on mips architectures
gnutls: Do not use libunistring prefix
gstreamer1.0-libav: Fix build on mips64
Maciej Borzecki (2):
oeqa/utils/commands.py: allow use of binaries from native sysroot
wic: add --fixed-size wks option
Mans Rullgard (1):
initscripts: populate-volatile: don't run commands in background
Paul Eggleton (2):
devtool: modify: fix usage on the kernel
packagegroup-core-standalone-sdk-target: add libssp
Trevor Woerner (1):
ncurses.inc: add v6 binconfig-disabled entries
Zheng Ruoqin (1):
shared-mime-info 1.6 -> 1.8
Zubair Lutfullah Kakakhel (2):
openssl: Add support for many MIPS configurations
arch-mips: Add MIPS 64r6 N32 tune
meta/classes/binconfig-disabled.bbclass | 1 +
meta/classes/insane.bbclass | 2 +
meta/classes/kernel.bbclass | 6 +-
meta/classes/siteinfo.bbclass | 2 +
meta/conf/machine/include/tune-mips64r6.inc | 26 ++
meta/lib/oeqa/selftest/wic.py | 370 +++++++++++++--------
meta/lib/oeqa/utils/commands.py | 9 +-
meta/recipes-connectivity/openssl/openssl.inc | 24 +-
.../initscripts-1.0/populate-volatile.sh | 8 +-
meta/recipes-core/ncurses/ncurses.inc | 5 +-
.../packagegroup-core-standalone-sdk-target.bb | 5 +
meta/recipes-core/systemd/systemd_232.bb | 11 +-
.../ruby/{ruby_2.3.1.bb => ruby_2.3.3.bb} | 4 +-
.../0001-fix-svnadmin-create-fail-on-x86.patch | 56 ----
.../subversion/subversion_1.9.5.bb | 1 -
meta/recipes-graphics/glew/glew_2.0.0.bb | 19 +-
meta/recipes-kernel/linux/linux-dtb.inc | 4 +-
.../gstreamer1.0-libav/mips64_cpu_detection.patch | 32 ++
.../gstreamer/gstreamer1.0-libav_1.10.1.bb | 1 +
meta/recipes-multimedia/x264/x264_git.bb | 1 +
..._t-size-doesn-t-match-in-glibc-when-cross.patch | 76 +++++
meta/recipes-support/apr/apr_1.5.2.bb | 1 +
meta/recipes-support/gnutls/gnutls.inc | 1 +
.../shared-mime-info/shared-mime-info_1.6.bb | 7 -
.../shared-mime-info/shared-mime-info_1.8.bb | 7 +
.../recipes-example/example/example-recipe-0.1.bb | 2 +-
scripts/lib/devtool/standard.py | 2 +
scripts/lib/wic/canned-wks/mpc8315e-rdb.wks | 6 +
scripts/lib/wic/engine.py | 7 +-
scripts/lib/wic/help.py | 14 +-
scripts/lib/wic/imager/direct.py | 2 +-
scripts/lib/wic/ksparser.py | 41 ++-
scripts/lib/wic/partition.py | 88 +++--
scripts/lib/wic/utils/partitionedfs.py | 2 +-
34 files changed, 567 insertions(+), 276 deletions(-)
rename meta/recipes-devtools/ruby/{ruby_2.3.1.bb => ruby_2.3.3.bb} (89%)
delete mode 100644 meta/recipes-devtools/subversion/subversion/0001-fix-svnadmin-create-fail-on-x86.patch
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/mips64_cpu_detection.patch
create mode 100644 meta/recipes-support/apr/apr/0001-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch
delete mode 100644 meta/recipes-support/shared-mime-info/shared-mime-info_1.6.bb
create mode 100644 meta/recipes-support/shared-mime-info/shared-mime-info_1.8.bb
create mode 100644 scripts/lib/wic/canned-wks/mpc8315e-rdb.wks
Alejandro Hernandez (1):
example-recipe: Fix LDFLAGS compilation issue on newly created recipes
Andre McCurdy (1):
glew: build for EGL in non-X11 distros
André Draszik (1):
initscripts: populate-volatile: suppress read-only-rootfs warnings
David Vincent (1):
kernel: Fix symlinks
Dengke Du (2):
Revert "subversion: fix "svnadmin create" fail on x86"
apr: fix off_t size can't match when configure and in target glibc
Ed Bartosh (2):
wic: look for wks files in <layer>/wic
wic: add kickstart file for MPC8315
Edwin Plauchu (1):
ruby: upgrade to 2.3.3
Jair Gonzalez (4):
selftest/wic: adding Testopia ID numbers to test cases missing it
selftest/wic: code cleanup
selftest/wic: reorganizing test methods by functionality
selftest/wic: extending test coverage for WIC script options
Khem Raj (4):
systemd: point to correct resolv.conf when resolved is enabled
x264: Fix build on mips architectures
gnutls: Do not use libunistring prefix
gstreamer1.0-libav: Fix build on mips64
Maciej Borzecki (2):
oeqa/utils/commands.py: allow use of binaries from native sysroot
wic: add --fixed-size wks option
Mans Rullgard (1):
initscripts: populate-volatile: don't run commands in background
Paul Eggleton (2):
devtool: modify: fix usage on the kernel
packagegroup-core-standalone-sdk-target: add libssp
Trevor Woerner (1):
ncurses.inc: add v6 binconfig-disabled entries
Zheng Ruoqin (1):
shared-mime-info 1.6 -> 1.8
Zubair Lutfullah Kakakhel (2):
openssl: Add support for many MIPS configurations
arch-mips: Add MIPS 64r6 N32 tune
meta/classes/binconfig-disabled.bbclass | 1 +
meta/classes/insane.bbclass | 2 +
meta/classes/kernel.bbclass | 6 +-
meta/classes/siteinfo.bbclass | 2 +
meta/conf/machine/include/tune-mips64r6.inc | 26 ++
meta/lib/oeqa/selftest/wic.py | 370 +++++++++++++--------
meta/lib/oeqa/utils/commands.py | 9 +-
meta/recipes-connectivity/openssl/openssl.inc | 24 +-
.../initscripts-1.0/populate-volatile.sh | 8 +-
meta/recipes-core/ncurses/ncurses.inc | 5 +-
.../packagegroup-core-standalone-sdk-target.bb | 5 +
meta/recipes-core/systemd/systemd_232.bb | 11 +-
.../ruby/{ruby_2.3.1.bb => ruby_2.3.3.bb} | 4 +-
.../0001-fix-svnadmin-create-fail-on-x86.patch | 56 ----
.../subversion/subversion_1.9.5.bb | 1 -
meta/recipes-graphics/glew/glew_2.0.0.bb | 19 +-
meta/recipes-kernel/linux/linux-dtb.inc | 4 +-
.../gstreamer1.0-libav/mips64_cpu_detection.patch | 32 ++
.../gstreamer/gstreamer1.0-libav_1.10.1.bb | 1 +
meta/recipes-multimedia/x264/x264_git.bb | 1 +
..._t-size-doesn-t-match-in-glibc-when-cross.patch | 76 +++++
meta/recipes-support/apr/apr_1.5.2.bb | 1 +
meta/recipes-support/gnutls/gnutls.inc | 1 +
...ed-mime-info_1.6.bb => shared-mime-info_1.8.bb} | 4 +-
.../recipes-example/example/example-recipe-0.1.bb | 2 +-
scripts/lib/devtool/standard.py | 2 +
scripts/lib/wic/canned-wks/mpc8315e-rdb.wks | 6 +
scripts/lib/wic/engine.py | 7 +-
scripts/lib/wic/help.py | 14 +-
scripts/lib/wic/imager/direct.py | 2 +-
scripts/lib/wic/ksparser.py | 41 ++-
scripts/lib/wic/partition.py | 88 +++--
scripts/lib/wic/utils/partitionedfs.py | 2 +-
33 files changed, 562 insertions(+), 271 deletions(-)
rename meta/recipes-devtools/ruby/{ruby_2.3.1.bb => ruby_2.3.3.bb} (89%)
delete mode 100644 meta/recipes-devtools/subversion/subversion/0001-fix-svnadmin-create-fail-on-x86.patch
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/mips64_cpu_detection.patch
create mode 100644 meta/recipes-support/apr/apr/0001-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch
rename meta/recipes-support/shared-mime-info/{shared-mime-info_1.6.bb => shared-mime-info_1.8.bb} (43%)
create mode 100644 scripts/lib/wic/canned-wks/mpc8315e-rdb.wks
--
2.8.1
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 00/26] Consolidated Pull
@ 2015-12-22 14:08 Ross Burton
0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2015-12-22 14:08 UTC (permalink / raw)
To: openembedded-core
Hi,
A consolidated pull of patches from the list, that have passed the autobuilder.
The only failures are a mystery failure in the selftest has more debugging output in my mut2 branch,
and Freescale still haven't resolved the u-boot-qoriq failure.
(poky-contrib:ross/mut)
Ross
Alejandro del Castillo (1):
opkg: upgrade to v0.3.1
Alexander Kanavin (1):
flex: update to 2.6.0
Andre McCurdy (7):
feature-arm-thumb.inc: drop ARM -vs- thumb comments
feature-arm-thumb.inc: drop legacy _thumb and _thumb-interwork
over-rides
feature-arm-thumb.inc: drop 'no-thumb-interwork' tuning feature
tune-cortexm3.inc: provide an _armv7m over-ride via MACHINEOVERRIDES
tune-cortexr4.inc: provide an _armv7r over-ride via MACHINEOVERRIDES
gcc-configure-common.inc: add gcc-runtime ABI fixes for armv7m and
armv7r
pixman: check neon support via TUNE_FEATURES, not the _armv7a
over-ride
Aníbal Limón (1):
dev-manual: Fix errata in new kvm-vhost.
Christopher Larson (1):
buildhistory-collect-srcrevs: hide empty sections
Daniel Istrate (1):
selftest/buildhistory.py: Test buildhistory does not change sigs
Fan Xin (1):
gettext: Upgrade 0.19.4 -> 0.19.6
Hongxu Jia (1):
multilib.bbclass: install multilib and non-multilib locales in images
Humberto Ibarra (1):
scripts/yocto-layer: Avoids duplication of "meta-" prefix
Jackie Huang (1):
staging.bbclass: make already-stripped can be skipped
Jianxun Zhang (1):
meta-yocto-bsp: Remove uvesafb (v86d) from generic x86 features
Joshua Lock (1):
wic/help.py: document that mountpoint is optional for part command
Juro Bystricky (1):
oe-buildenv-internal: fix return code
Jussi Kukkonen (1):
xdg-utils: Do not build the in-script documentation
Khem Raj (2):
gcc5: Upgrade gcc-5.2 -> gcc-5.3
libxcb: Add a workaround for gcc5 bug on mips
Ross Burton (3):
cooker: use in instead of count
systemd: remove merge conflicts accidently left in
cooker: fix findFilesMatchingInDir documentation
Yuanjie Huang (1):
rpm: Fix support for db5 and db6
bitbake/lib/bb/cooker.py | 9 +-
documentation/dev-manual/dev-manual-qemu.xml | 8 +-
.../conf/machine/include/genericx86-common.inc | 2 +-
meta/classes/image.bbclass | 20 ++-
meta/classes/multilib.bbclass | 9 ++
meta/classes/staging.bbclass | 5 +-
.../conf/machine/include/arm/feature-arm-thumb.inc | 17 --
meta/conf/machine/include/tune-cortexm3.inc | 1 +
meta/conf/machine/include/tune-cortexr4.inc | 1 +
meta/lib/oeqa/selftest/buildhistory.py | 69 +++++++-
.../parallel.patch | 0
.../{gettext_0.19.4.bb => gettext_0.19.6.bb} | 4 +-
...-remove-userspace-firmware-loading-suppor.patch | 5 +-
...fixes-Do-not-use-obsolete-bison-construct.patch | 80 ----------
meta/recipes-devtools/flex/files/run-ptest | 29 ----
meta/recipes-devtools/flex/flex.inc | 45 ------
...-target-for-building-tests-without-runnin.patch | 28 ++++
.../recipes-devtools/flex/flex/disable-tests.patch | 19 +++
.../{files => flex}/do_not_create_pdf_doc.patch | 0
meta/recipes-devtools/flex/flex/run-ptest | 5 +
meta/recipes-devtools/flex/flex_2.5.39.bb | 9 --
meta/recipes-devtools/flex/flex_2.6.0.bb | 55 +++++++
.../gcc/gcc-5.2/0037-pr65779.patch | 173 ---------------------
.../gcc/gcc-5.2/0043-fix-arm-thumb.patch | 39 -----
.../gcc/gcc-5.2/0046-musl-no-fixincludes.patch | 22 ---
.../gcc/{gcc-5.2.inc => gcc-5.3.inc} | 31 ++--
.../0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch | 10 +-
.../{gcc-5.2 => gcc-5.3}/0002-uclibc-conf.patch | 6 +-
.../0003-gcc-uclibc-locale-ctype_touplow_t.patch | 6 +-
.../{gcc-5.2 => gcc-5.3}/0004-uclibc-locale.patch | 18 +--
.../0005-uclibc-locale-no__x.patch | 6 +-
.../0006-uclibc-locale-wchar_fix.patch | 6 +-
.../0007-uclibc-locale-update.patch | 6 +-
.../0008-missing-execinfo_h.patch | 6 +-
.../{gcc-5.2 => gcc-5.3}/0009-c99-snprintf.patch | 6 +-
.../0010-gcc-poison-system-directories.patch | 26 ++--
.../0011-gcc-poison-dir-extend.patch | 6 +-
.../0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch | 8 +-
.../0013-64-bit-multilib-hack.patch | 6 +-
.../0014-optional-libstdc.patch | 12 +-
...0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch | 14 +-
.../0016-COLLECT_GCC_OPTIONS.patch | 6 +-
...efaults.h-in-B-instead-of-S-and-t-oe-in-B.patch | 14 +-
.../0018-fortran-cross-compile-hack.patch | 10 +-
.../0019-libgcc-sjlj-check.patch | 10 +-
.../0020-cpp-honor-sysroot.patch | 6 +-
.../0021-MIPS64-Default-to-N64-ABI.patch | 10 +-
...C_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 8 +-
...0023-gcc-Fix-argument-list-too-long-error.patch | 10 +-
.../{gcc-5.2 => gcc-5.3}/0024-Disable-sdt.patch | 22 +--
.../gcc/{gcc-5.2 => gcc-5.3}/0025-libtool.patch | 6 +-
...4-pass-fix-v4bx-to-linker-to-support-EABI.patch | 6 +-
...tilib-config-files-from-B-instead-of-usin.patch | 14 +-
...-libdir-from-.la-which-usually-points-to-.patch | 6 +-
.../gcc/{gcc-5.2 => gcc-5.3}/0029-export-CPP.patch | 6 +-
...AltiVec-generation-on-powepc-linux-target.patch | 10 +-
...-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch | 6 +-
...Ensure-target-gcc-headers-can-be-included.patch | 10 +-
...-t-build-with-disable-dependency-tracking.patch | 6 +-
...h-host-directory-during-relink-if-inst_pr.patch | 6 +-
...-link-the-plugins-with-libgomp-explicitly.patch | 6 +-
...IBS_DIR-replacement-instead-of-hardcoding.patch | 8 +-
.../0037-aarch64-Add-support-for-musl-ldso.patch | 26 ++++
.../0038-fix-g-sysroot.patch} | 32 ++--
...ibcc1-fix-libcc1-s-install-path-and-rpath.patch | 11 +-
...handle-sysroot-support-for-nativesdk-gcc.patch} | 21 ++-
...t-sysroot-gcc-version-specific-dirs-with.patch} | 38 +++--
...various-_FOR_BUILD-and-related-variables.patch} | 24 ++-
.../0043-libstdc-Support-musl.patch} | 22 ++-
...-as-a-musl-libc-specifier-and-the-necess.patch} | 149 +++++++++---------
.../0045-Support-for-arm-linux-musl.patch} | 146 +++++++++--------
...et-rid-of-ever-broken-fixincludes-on-musl.patch | 28 ++++
meta/recipes-devtools/gcc/gcc-configure-common.inc | 2 +
...s-canadian_5.2.bb => gcc-cross-canadian_5.3.bb} | 0
...oss-initial_5.2.bb => gcc-cross-initial_5.3.bb} | 0
.../gcc/{gcc-cross_5.2.bb => gcc-cross_5.3.bb} | 0
...-initial_5.2.bb => gcc-crosssdk-initial_5.3.bb} | 0
.../{gcc-crosssdk_5.2.bb => gcc-crosssdk_5.3.bb} | 0
meta/recipes-devtools/gcc/gcc-runtime.inc | 4 +-
.../gcc/{gcc-runtime_5.2.bb => gcc-runtime_5.3.bb} | 0
...gcc-sanitizers_5.2.bb => gcc-sanitizers_5.3.bb} | 0
.../gcc/{gcc-source_5.2.bb => gcc-source_5.3.bb} | 0
.../gcc/{gcc_5.2.bb => gcc_5.3.bb} | 0
...libgcc-initial_5.2.bb => libgcc-initial_5.3.bb} | 0
.../gcc/{libgcc_5.2.bb => libgcc_5.3.bb} | 0
.../gcc/{libgfortran_5.2.bb => libgfortran_5.3.bb} | 0
...1-configure.ac-use-pkg-config-for-libsolv.patch | 36 +++++
...-include-stdio.h-for-getting-FILE-defined.patch | 45 ------
...ver_set_arch_policy-use-correct-logic-dur.patch | 35 +++++
...ve-add-support-for-empty-compressed-files.patch | 64 --------
...ng_util-New-file-with-bin_to_hex-function.patch | 122 ---------------
.../opkg/0002-md5-Add-md5_to_string-function.patch | 110 -------------
...0003-sha256-Add-sha256_to_string-function.patch | 110 -------------
...4-opkg_download-Use-short-cache-file-name.patch | 85 ----------
.../opkg/{opkg_0.3.0.bb => opkg_0.3.1.bb} | 13 +-
meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch | 95 ++++++-----
.../0001-Don-t-build-the-in-script-manual.patch | 30 ++++
meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | 1 +
.../libxcb/gcc-mips-pr68302-mips-workaround.patch | 22 +++
meta/recipes-graphics/xorg-lib/libxcb_1.11.1.bb | 4 +-
meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb | 7 +-
scripts/buildhistory-collect-srcrevs | 22 ++-
scripts/lib/wic/help.py | 5 +-
scripts/oe-buildenv-internal | 4 +-
scripts/yocto-layer | 6 +-
105 files changed, 939 insertions(+), 1393 deletions(-)
rename meta/recipes-core/gettext/{gettext-0.19.4 => gettext-0.19.6}/parallel.patch (100%)
rename meta/recipes-core/gettext/{gettext_0.19.4.bb => gettext_0.19.6.bb} (97%)
delete mode 100644 meta/recipes-devtools/flex/files/0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch
delete mode 100755 meta/recipes-devtools/flex/files/run-ptest
delete mode 100644 meta/recipes-devtools/flex/flex.inc
create mode 100644 meta/recipes-devtools/flex/flex/0001-tests-add-a-target-for-building-tests-without-runnin.patch
create mode 100644 meta/recipes-devtools/flex/flex/disable-tests.patch
rename meta/recipes-devtools/flex/{files => flex}/do_not_create_pdf_doc.patch (100%)
create mode 100755 meta/recipes-devtools/flex/flex/run-ptest
delete mode 100644 meta/recipes-devtools/flex/flex_2.5.39.bb
create mode 100644 meta/recipes-devtools/flex/flex_2.6.0.bb
delete mode 100644 meta/recipes-devtools/gcc/gcc-5.2/0037-pr65779.patch
delete mode 100644 meta/recipes-devtools/gcc/gcc-5.2/0043-fix-arm-thumb.patch
delete mode 100644 meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch
rename meta/recipes-devtools/gcc/{gcc-5.2.inc => gcc-5.3.inc} (83%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch (84%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0002-uclibc-conf.patch (93%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0003-gcc-uclibc-locale-ctype_touplow_t.patch (95%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0004-uclibc-locale.patch (99%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0005-uclibc-locale-no__x.patch (98%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0006-uclibc-locale-wchar_fix.patch (95%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0007-uclibc-locale-update.patch (99%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0008-missing-execinfo_h.patch (87%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0009-c99-snprintf.patch (85%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0010-gcc-poison-system-directories.patch (92%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0011-gcc-poison-dir-extend.patch (92%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch (94%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0013-64-bit-multilib-hack.patch (97%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0014-optional-libstdc.patch (93%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch (85%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0016-COLLECT_GCC_OPTIONS.patch (89%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0017-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch (91%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0018-fortran-cross-compile-hack.patch (87%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0019-libgcc-sjlj-check.patch (92%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0020-cpp-honor-sysroot.patch (94%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0021-MIPS64-Default-to-N64-ABI.patch (86%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0022-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch (98%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0023-gcc-Fix-argument-list-too-long-error.patch (86%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0024-Disable-sdt.patch (88%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0025-libtool.patch (91%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0026-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch (91%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0027-Use-the-multilib-config-files-from-B-instead-of-usin.patch (89%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0028-Avoid-using-libdir-from-.la-which-usually-points-to-.patch (84%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0029-export-CPP.patch (95%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0030-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch (88%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0031-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch (91%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0032-Ensure-target-gcc-headers-can-be-included.patch (93%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0033-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch (92%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0034-Don-t-search-host-directory-during-relink-if-inst_pr.patch (87%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0035-Dont-link-the-plugins-with-libgomp-explicitly.patch (96%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch (82%)
create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/0037-aarch64-Add-support-for-musl-ldso.patch
rename meta/recipes-devtools/gcc/{gcc-5.2/0038-fix-g++-sysroot.patch => gcc-5.3/0038-fix-g-sysroot.patch} (64%)
rename meta/recipes-devtools/gcc/{gcc-5.2 => gcc-5.3}/0039-libcc1-fix-libcc1-s-install-path-and-rpath.patch (90%)
rename meta/recipes-devtools/gcc/{gcc-5.2/0040-nativesdk-gcc-support.patch => gcc-5.3/0040-handle-sysroot-support-for-nativesdk-gcc.patch} (93%)
rename meta/recipes-devtools/gcc/{gcc-5.2/0041-handle-target-sysroot-multilib.patch => gcc-5.3/0041-Search-target-sysroot-gcc-version-specific-dirs-with.patch} (73%)
rename meta/recipes-devtools/gcc/{gcc-5.2/0042-cxxflags-for-build.patch => gcc-5.3/0042-Fix-various-_FOR_BUILD-and-related-variables.patch} (88%)
rename meta/recipes-devtools/gcc/{gcc-5.2/0043-libstdc-musl.patch => gcc-5.3/0043-libstdc-Support-musl.patch} (56%)
rename meta/recipes-devtools/gcc/{gcc-5.2/0044-gcc-musl-support.patch => gcc-5.3/0044-Adding-mmusl-as-a-musl-libc-specifier-and-the-necess.patch} (75%)
rename meta/recipes-devtools/gcc/{gcc-5.2/0045-musl-dynamic-linker.patch => gcc-5.3/0045-Support-for-arm-linux-musl.patch} (68%)
create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/0046-Get-rid-of-ever-broken-fixincludes-on-musl.patch
rename meta/recipes-devtools/gcc/{gcc-cross-canadian_5.2.bb => gcc-cross-canadian_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-cross-initial_5.2.bb => gcc-cross-initial_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-cross_5.2.bb => gcc-cross_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-crosssdk-initial_5.2.bb => gcc-crosssdk-initial_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-crosssdk_5.2.bb => gcc-crosssdk_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-runtime_5.2.bb => gcc-runtime_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-sanitizers_5.2.bb => gcc-sanitizers_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-source_5.2.bb => gcc-source_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc_5.2.bb => gcc_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgcc-initial_5.2.bb => libgcc-initial_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgcc_5.2.bb => libgcc_5.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgfortran_5.2.bb => libgfortran_5.3.bb} (100%)
create mode 100644 meta/recipes-devtools/opkg/opkg/0001-configure.ac-use-pkg-config-for-libsolv.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg/0001-libopkg-include-stdio.h-for-getting-FILE-defined.patch
create mode 100644 meta/recipes-devtools/opkg/opkg/0001-libsolv_solver_set_arch_policy-use-correct-logic-dur.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg/0001-opkg_archive-add-support-for-empty-compressed-files.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg/0001-string_util-New-file-with-bin_to_hex-function.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg/0002-md5-Add-md5_to_string-function.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg/0003-sha256-Add-sha256_to_string-function.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg/0004-opkg_download-Use-short-cache-file-name.patch
rename meta/recipes-devtools/opkg/{opkg_0.3.0.bb => opkg_0.3.1.bb} (81%)
create mode 100644 meta/recipes-extended/xdg-utils/xdg-utils/0001-Don-t-build-the-in-script-manual.patch
create mode 100644 meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch
--
2.6.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-21 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21 16:19 [PATCH 00/26] Consolidated pull Ross Burton
-- strict thread matches above, loose matches on Subject: below --
2015-12-22 14:08 [PATCH 00/26] Consolidated Pull Ross Burton
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.