All of lore.kernel.org
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/15] Ready to Pull
@ 2013-07-15 15:12 Saul Wold
  2013-07-15 15:15 ` Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Saul Wold @ 2013-07-15 15:12 UTC (permalink / raw)
  To: openembedded-core


Richard,

Here is a set of changes, mostly OE-QA change with a a few
package updates and a LSB fix.

Thanks
	Sau!

The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53:

  distrodata.bbaclass: change in git and svn package reporting (2013-07-12 10:12:13 -0700)

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

Alexandru Palalau (1):
  lib/oeqa/runtime: add tests for syslog and df

Chen Qi (1):
  core-image-lsb.bb: add 'package-management' to IMAGE_FEATURES

Saul Wold (3):
  libidn: upgrade to 1.28
  mc: upgrade to 4.8.9
  initscripts: Update to 9.48

Stefan Stanacar (10):
  lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net
    interface name
  lib/oeqa/utils/sshcontrol.py: fix passing command to subprocess
  testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout
    configurable and increase it
  lib/oeqa/runtime/multilib.py: use readelf instead of file
  lib/oeqa/oetest.py: provide a ps command for all tests
  classes/testimage.bbclass: use a copy of rootfs for tests
  testimage.bbclass, lib/oeqa: add headers and comments
  lib/oeqa: fix dependecy check
  lib/oeqa/runtime/df.py: limit output to /
  lib/oeqa/runtime/syslog.py: fix restart in case of systemd

 meta/classes/testimage.bbclass                     | 43 +++++++++++++++++--
 meta/lib/oeqa/oetest.py                            | 14 +++++--
 meta/lib/oeqa/runtime/connman.py                   |  5 ---
 meta/lib/oeqa/runtime/df.py                        | 13 ++++++
 meta/lib/oeqa/runtime/dmesg.py                     |  2 +-
 meta/lib/oeqa/runtime/multilib.py                  |  9 ++--
 meta/lib/oeqa/runtime/smart.py                     |  1 +
 meta/lib/oeqa/runtime/syslog.py                    | 37 ++++++++++++++++
 meta/lib/oeqa/utils/decorators.py                  | 12 +++++-
 meta/lib/oeqa/utils/qemurunner.py                  | 12 +++---
 meta/lib/oeqa/utils/sshcontrol.py                  | 49 ++++++++++++----------
 meta/recipes-extended/images/core-image-lsb.bb     |  2 +-
 .../libidn/{libidn_1.27.bb => libidn_1.28.bb}      |  4 +-
 ...binitscripts_9.47.bb => lsbinitscripts_9.48.bb} |  6 +--
 .../mc/{mc_4.8.8.bb => mc_4.8.9.bb}                |  4 +-
 15 files changed, 160 insertions(+), 53 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/df.py
 create mode 100644 meta/lib/oeqa/runtime/syslog.py
 rename meta/recipes-extended/libidn/{libidn_1.27.bb => libidn_1.28.bb} (91%)
 rename meta/recipes-extended/lsb/{lsbinitscripts_9.47.bb => lsbinitscripts_9.48.bb} (78%)
 rename meta/recipes-extended/mc/{mc_4.8.8.bb => mc_4.8.9.bb} (93%)

-- 
1.8.1.4



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CONSOLIDATED PULL 00/15] Ready to Pull
  2013-07-15 15:12 [CONSOLIDATED PULL 00/15] Ready to Pull Saul Wold
@ 2013-07-15 15:15 ` Paul Eggleton
  2013-07-15 15:15 ` Burton, Ross
  2013-07-16  9:06 ` Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-07-15 15:15 UTC (permalink / raw)
  To: openembedded-core

On Monday 15 July 2013 08:12:12 Saul Wold wrote:
> Richard,
> 
> Here is a set of changes, mostly OE-QA change with a a few
> package updates and a LSB fix.
> 
> Thanks
> 	Sau!
> 
> The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53:
> 
>   distrodata.bbaclass: change in git and svn package reporting (2013-07-12
> 10:12:13 -0700)
> 
> 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
> 
> Alexandru Palalau (1):
>   lib/oeqa/runtime: add tests for syslog and df
> 
> Chen Qi (1):
>   core-image-lsb.bb: add 'package-management' to IMAGE_FEATURES
> 
> Saul Wold (3):
>   libidn: upgrade to 1.28
>   mc: upgrade to 4.8.9
>   initscripts: Update to 9.48
> 
> Stefan Stanacar (10):
>   lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net
>     interface name
>   lib/oeqa/utils/sshcontrol.py: fix passing command to subprocess
>   testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout
>     configurable and increase it
>   lib/oeqa/runtime/multilib.py: use readelf instead of file
>   lib/oeqa/oetest.py: provide a ps command for all tests
>   classes/testimage.bbclass: use a copy of rootfs for tests
>   testimage.bbclass, lib/oeqa: add headers and comments
>   lib/oeqa: fix dependecy check
>   lib/oeqa/runtime/df.py: limit output to /
>   lib/oeqa/runtime/syslog.py: fix restart in case of systemd

Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com>

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CONSOLIDATED PULL 00/15] Ready to Pull
  2013-07-15 15:12 [CONSOLIDATED PULL 00/15] Ready to Pull Saul Wold
  2013-07-15 15:15 ` Paul Eggleton
@ 2013-07-15 15:15 ` Burton, Ross
  2013-07-16  9:06 ` Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-07-15 15:15 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

On 15 July 2013 16:12, Saul Wold <sgw@linux.intel.com> wrote:
> The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53:
>
>   distrodata.bbaclass: change in git and svn package reporting (2013-07-12 10:12:13 -0700)
>
> 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

Acked-By: Ross Burton <ross.burton@intel.com>

Ross


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CONSOLIDATED PULL 00/15] Ready to Pull
  2013-07-15 15:12 [CONSOLIDATED PULL 00/15] Ready to Pull Saul Wold
  2013-07-15 15:15 ` Paul Eggleton
  2013-07-15 15:15 ` Burton, Ross
@ 2013-07-16  9:06 ` Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2013-07-16  9:06 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

On Mon, 2013-07-15 at 08:12 -0700, Saul Wold wrote:
> Richard,
> 
> Here is a set of changes, mostly OE-QA change with a a few
> package updates and a LSB fix.
> 
> Thanks
> 	Sau!
> 
> The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53:
> 
>   distrodata.bbaclass: change in git and svn package reporting (2013-07-12 10:12:13 -0700)
> 
> 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
> 
> Alexandru Palalau (1):
>   lib/oeqa/runtime: add tests for syslog and df
> 
> Chen Qi (1):
>   core-image-lsb.bb: add 'package-management' to IMAGE_FEATURES
> 
> Saul Wold (3):
>   libidn: upgrade to 1.28
>   mc: upgrade to 4.8.9
>   initscripts: Update to 9.48
> 
> Stefan Stanacar (10):
>   lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net
>     interface name
>   lib/oeqa/utils/sshcontrol.py: fix passing command to subprocess
>   testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout
>     configurable and increase it
>   lib/oeqa/runtime/multilib.py: use readelf instead of file
>   lib/oeqa/oetest.py: provide a ps command for all tests
>   classes/testimage.bbclass: use a copy of rootfs for tests
>   testimage.bbclass, lib/oeqa: add headers and comments
>   lib/oeqa: fix dependecy check
>   lib/oeqa/runtime/df.py: limit output to /
>   lib/oeqa/runtime/syslog.py: fix restart in case of systemd

I pulled this but the numbers don't add up, there are only 13 commits in
the branch, not 15.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-16  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-15 15:12 [CONSOLIDATED PULL 00/15] Ready to Pull Saul Wold
2013-07-15 15:15 ` Paul Eggleton
2013-07-15 15:15 ` Burton, Ross
2013-07-16  9:06 ` 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.