* [CONSOLIDATED PULL 00/21] Currently finishing on AB
@ 2013-12-20 6:58 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-12-20 6:58 UTC (permalink / raw)
To: openembedded-core
Richard,
here is a set of mostly your patches alone with a few others, I actually built
a few more patches which I dropped, notably Valentin's weston patch since I think
Koen's suggestion from May would make a more flexible solution.
I verified the openssl change via buildhistory (thanks Paul!)
Thanks
Sau!
The following changes since commit cd94dd3d9bba32c3fd55959586128b236d1d4e34:
security_flags: more relocation issues (2013-12-18 17:23:55 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
Corneliu Stoicescu (3):
oe-selftest: New BuildhistoryBase object for buildhistory testing.
oe-selftest: New test module for OE scripts.
oe-selftest: added buildhistory buildtime tests in module
buildoptions.py
Cristian Iorga (1):
libtirpc: upgrade to 0.2.4
Richard Purdie (8):
native: Use deltask to remove tasks which have no purpose
externalsrc: Use deltask API
ptest: Fix dependency/ordering issue
ptest: Disable for native recipes
sstatesig: Ensure we return all matches for find_sigdata
sstatesig: Allow the BB_HASHFILENAME to be passed in for comparision
purposes
sstatesig: Update for the removal of sstate-name
sstatesig: Correctly handle matches spanning stamps and sstatedir
Saul Wold (5):
conf-notes: remove meta-toolchain-sdk references
harfbuzz: Allow PACKAGECONFIG to be overridden
beecrypt: Allow PACKAGECONFIG to be overridden
openssl: use PACKAGECONFIG to disable perl bits
util-linux: remove non PN based -dev packages
Stefan Stanacar (2):
lib/oeqa/runtime: rewrite the systemd test module
testimage: include traceback when loading a test fails
Valentin Popa (1):
runqemu: Allow user to set -vga option with qemuparams
Zhang Xiao (1):
nfs-utils: modify the boot sequence of the init script
meta/classes/externalsrc.bbclass | 21 +----
meta/classes/native.bbclass | 11 +--
meta/classes/ptest.bbclass | 3 +-
meta/classes/testimage.bbclass | 3 +-
meta/conf/conf-notes.txt | 1 -
meta/lib/oe/sstatesig.py | 15 ++--
meta/lib/oeqa/runtime/systemd.py | 93 +++++++++++-----------
meta/lib/oeqa/selftest/buildhistory.py | 45 +++++++++++
meta/lib/oeqa/selftest/buildoptions.py | 20 +++++
meta/lib/oeqa/selftest/oescripts.py | 60 ++++++++++++++
.../nfs-utils/nfs-utils_1.2.9.bb | 5 +-
meta/recipes-connectivity/openssl/openssl.inc | 16 ++--
meta/recipes-core/util-linux/util-linux.inc | 10 +--
.../libtirpc-0.2.3/obsolete_automake_macros.patch | 15 ----
.../libtirpc-0.2.1-fortify.patch | 0
.../remove-des-uclibc.patch | 0
.../{libtirpc_0.2.3.bb => libtirpc_0.2.4.bb} | 8 +-
meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb | 2 +-
meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 2 +-
scripts/runqemu | 1 +
scripts/runqemu-internal | 12 ++-
21 files changed, 228 insertions(+), 115 deletions(-)
create mode 100644 meta/lib/oeqa/selftest/buildhistory.py
create mode 100644 meta/lib/oeqa/selftest/oescripts.py
delete mode 100644 meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch
rename meta/recipes-extended/libtirpc/{libtirpc-0.2.3 => libtirpc}/libtirpc-0.2.1-fortify.patch (100%)
rename meta/recipes-extended/libtirpc/{libtirpc-0.2.3 => libtirpc}/remove-des-uclibc.patch (100%)
rename meta/recipes-extended/libtirpc/{libtirpc_0.2.3.bb => libtirpc_0.2.4.bb} (84%)
--
1.8.3.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-20 6:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 6:58 [CONSOLIDATED PULL 00/21] Currently finishing on AB Saul Wold
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.