From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/26] Consolidated pull
Date: Wed, 21 Dec 2016 16:19:08 +0000 [thread overview]
Message-ID: <cover.1482337069.git.ross.burton@intel.com> (raw)
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
next reply other threads:[~2016-12-21 16:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-21 16:19 Ross Burton [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-22 14:08 [PATCH 00/26] Consolidated Pull Ross Burton
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.1482337069.git.ross.burton@intel.com \
--to=ross.burton@intel.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.