* [Consolidated Pull 00/11] Kernel Update and more ptest support
@ 2014-02-10 21:26 Saul Wold
2014-02-11 12:34 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2014-02-10 21:26 UTC (permalink / raw)
To: openembedded-core
Richard,
These are changes that went through the Autobuild, I reviewed them.
The ptest changes have been pending for a bit, is there a reason that
you have not taken them?
Thanks
Sau!
The following changes since commit b5b4898cd409036161c62891e9618d9ab3f891f9:
python-pycurl: upgrade to 7.19.3 (2014-02-08 21:03:27 +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
Bruce Ashfield (3):
kernel: stop using -exec rm for deleting files
linux-yocto/3.10: integrate LTSI
linux-yocto/3.10: add powermanagement config to 32 bit common-pc
Chong Lu (2):
acl: enable ptest support
attr: enable ptest support
Darren Hart (1):
linux-yocto: Use PACKAGE_ARCH in build dir
Dave Lerner (1):
valgrind: Integration of regression tests to ptest
Marius Avram (1):
puzzles: upgrade to r10116
Paul Eggleton (1):
conf/bitbake.conf: default HOMEPAGE to blank instead of unknown
Stefan Stanacar (2):
oeqa/utils: targetbuild: take proxy into account
testimage: fail if no package manifest is found
meta/classes/kernel.bbclass | 18 +-
meta/classes/package_deb.bbclass | 3 +-
meta/classes/package_ipk.bbclass | 3 +-
meta/classes/package_rpm.bbclass | 3 +-
meta/classes/testimage.bbclass | 7 +-
meta/conf/bitbake.conf | 2 +-
meta/lib/oeqa/runtime/buildcvs.py | 2 +-
meta/lib/oeqa/runtime/buildiptables.py | 2 +-
meta/lib/oeqa/runtime/buildsudoku.py | 2 +-
meta/lib/oeqa/utils/targetbuild.py | 20 +-
.../valgrind/valgrind/add-ptest.patch | 205 +++++++++++++++++++++
.../valgrind/valgrind/force-nostabs.patch | 42 +++++
.../valgrind/remove-arm-variant-specific.patch | 67 +++++++
.../valgrind/remove-ppc-tests-failing-build.patch | 75 ++++++++
meta/recipes-devtools/valgrind/valgrind/run-ptest | 11 ++
meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 58 +++++-
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 4 +-
meta/recipes-kernel/linux/linux-yocto.inc | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 16 +-
.../{puzzles_r9765.bb => puzzles_r10116.bb} | 34 ++--
meta/recipes-support/attr/acl.inc | 14 +-
meta/recipes-support/attr/acl/run-ptest | 7 +
meta/recipes-support/attr/attr.inc | 17 +-
meta/recipes-support/attr/files/run-ptest | 5 +
25 files changed, 572 insertions(+), 53 deletions(-)
create mode 100644 meta/recipes-devtools/valgrind/valgrind/add-ptest.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/force-nostabs.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/remove-ppc-tests-failing-build.patch
create mode 100755 meta/recipes-devtools/valgrind/valgrind/run-ptest
rename meta/recipes-sato/puzzles/{puzzles_r9765.bb => puzzles_r10116.bb} (47%)
create mode 100644 meta/recipes-support/attr/acl/run-ptest
create mode 100644 meta/recipes-support/attr/files/run-ptest
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Consolidated Pull 00/11] Kernel Update and more ptest support
2014-02-10 21:26 [Consolidated Pull 00/11] Kernel Update and more ptest support Saul Wold
@ 2014-02-11 12:34 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2014-02-11 12:34 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
On Mon, 2014-02-10 at 13:26 -0800, Saul Wold wrote:
> Richard,
>
> These are changes that went through the Autobuild, I reviewed them.
> The ptest changes have been pending for a bit, is there a reason that
> you have not taken them?
Did you look at the results of the autobuild? Several items failed.
Specifically on the ptest parts, did you read my reply to the previous
pull request you sent? Or my emails on the list about some of these
patches? There is a good reason I'm not taking the ptest ones. I was
discussed in the bug triage meeting too.
> The following changes since commit b5b4898cd409036161c62891e9618d9ab3f891f9:
>
> python-pycurl: upgrade to 7.19.3 (2014-02-08 21:03:27 +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
>
> Bruce Ashfield (3):
> kernel: stop using -exec rm for deleting files
This version of the patch is broken and causes a build failure. There is
a fixed version out there. I'll take that instead.
> linux-yocto/3.10: integrate LTSI
> linux-yocto/3.10: add powermanagement config to 32 bit common-pc
>
> Chong Lu (2):
> acl: enable ptest support
This adds in perl as a dependency which breaks nightly-x32.
The big problem here is I can't trust what you're doing in these pull
requests :(
Please either make time to do this properly, or just don't do it but
please don't half do it.
Cheers,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-11 12:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 21:26 [Consolidated Pull 00/11] Kernel Update and more ptest support Saul Wold
2014-02-11 12:34 ` Richard Purdie
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.