All of lore.kernel.org
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/40] Review and ACK
@ 2013-07-18  6:34 Saul Wold
  2013-07-18  9:43 ` Paul Eggleton
  2013-07-18 10:52 ` Burton, Ross
  0 siblings, 2 replies; 10+ messages in thread
From: Saul Wold @ 2013-07-18  6:34 UTC (permalink / raw)
  To: openembedded-core

Ross, Paul:

Please review this set and ACK as appropriate, I will rebase based
on your input.  This this is on the AB down, we have known issues with
systemd. This addresses many of the M2 related issues and fixes the 
testimage infrasturcture on teh AutoBuilder 

Please look at Qi's "EXTRA_USER" changes 

There are a couple of patches that are on Poky, that need to be merged
one is to tiny and the other is to include the securiy flags for the LSB
images. That way they get tested with 1/2 the images built

Sau!

The following changes since commit cf1790d992f067be8d5f9894458f55f6f1bdc61f:

  lib/oeqa: fix dependecy check (2013-07-15 10:29:27 -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

Bruce Ashfield (3):
  linux-yocto/3.8: update META srcrev
  linux-yocto/3.4: mips: fix gcc 4.8 compilation
  linux-yocto/3.8: restore qemumips64 SRCREV

Chen Qi (5):
  tar: remove an erroneous patch
  useradd_base.bbclass: add a new bbclass
  useradd.bbclass: code refactor
  extrausers.bbclass: add a new bbclass
  local.conf.sample.extended: add example for EXTRA_USERS_PARAMS

Cristian Iorga (2):
  bluez4: conflicts with bluez5
  bluez5: new package for v5.7

Felipe F. Tonello (3):
  pulseaudio: Added cli-protocol-unix to pulseaudio-misc
  valgrind: added perl dependency
  pulseaudio: Removed avahi forced dependency

Hongxu Jia (2):
  udev-extraconf: allow users in disk group to write vfat filesystem
  xuser-account: add xuser to disk group

Joe Slater (1):
  curl: add upstream status to patch

Jonathan Liu (1):
  gdb: add PACKAGECONFIG for Python support

Kai Kang (1):
  tcl: fix typo of upstream status in patch file

Khem Raj (4):
  gcc-4.8: Fix on-device SDK C++ runtime issue
  uclibc: Build ldd/ldcondif/iconv for main uclibc recipe
  eglibc-2.18: Remove unused patches
  eglibc-2.18: Update to latest snapshot

Mark Hatle (4):
  sanity.bbclass: Update gcc sanity check
  terminal.bbclass: Fix BB_RUNFMT processing
  busybox: fix ip reference in simple.script
  dbus-ptest: Disable python module check

Paul Eggleton (4):
  qt-mobility: tighten up config generation and use PACKAGECONFIG
  classes/insane: fix regression in libdir QA regex
  classes/insane: allow libdir QA check to be skipped using INSANE_SKIP
  scripts/contrib/*: fix arithmetic bashism

Roy.Li (1):
  dpkg: backport a patch to support mipsn32el and mips64el

Saul Wold (2):
  Upstream-Status: Correct capitalization
  buildtools: testimage needs the mmap python

Simon Busch (1):
  wpa-supplicant: backport patch to fix dbus interface for autoscan
    functionality

Stefan Stanacar (1):
  populate_sdk_base.bbclass: use new perm option for find

Tudor Florea (1):
  python: Install Python test suite and run it as ptest.

Yi Zhao (3):
  iproute2: Fix alternative link for ip command
  run-postinsts: Fix typo
  rpm-postinsts.bb: Fix typo

Zhenhua Luo (1):
  oprofile: add Upstream-Status for several patches

 meta/classes/extrausers.bbclass                    |   61 +
 meta/classes/insane.bbclass                        |   40 +-
 meta/classes/populate_sdk_base.bbclass             |    2 +-
 meta/classes/sanity.bbclass                        |   42 +-
 meta/classes/terminal.bbclass                      |    4 +-
 meta/classes/useradd.bbclass                       |   99 +-
 meta/classes/useradd_base.bbclass                  |  230 +
 meta/conf/local.conf.sample.extended               |   15 +
 meta/recipes-connectivity/bluez/bluez4_4.101.bb    |    2 +
 .../bluez5/bluez5-5.7/bluetooth.conf               |   16 +
 meta/recipes-connectivity/bluez5/bluez5.inc        |   68 +
 meta/recipes-connectivity/bluez5/bluez5_5.7.bb     |    5 +
 meta/recipes-connectivity/iproute2/iproute2.inc    |    2 +-
 .../wpa-supplicant/wpa-supplicant-2.0.inc          |    3 +-
 .../register-autoscan-correctly.patch              |   51 +
 meta/recipes-core/busybox/files/simple.script      |    2 +-
 .../dbus/dbus-1.6.10/python-config.patch           |   25 +
 meta/recipes-core/dbus/dbus-ptest_1.6.10.bb        |    1 +
 .../eglibc/cross-localedef-native_2.18.bb          |    6 +-
 .../eglibc-2.18/eglibc-2.17-PR15003-r22243.patch   |  207 -
 .../eglibc/eglibc-2.18/eglibc-2.17-r22178.patch    | 9472 --------------------
 meta/recipes-core/eglibc/eglibc_2.18.bb            |    6 +-
 meta/recipes-core/libxml/libxml2/runtest.patch     |    2 +-
 meta/recipes-core/meta/buildtools-tarball.bb       |    1 +
 meta/recipes-core/uclibc/uclibc.inc                |    7 +-
 meta/recipes-core/udev/udev-extraconf/mount.sh     |   11 +
 .../util-linux/util-linux/util-linux-native.patch  |    2 +-
 .../binutils-2.23.2/backport/aarch64-crn.patch     |    2 +-
 .../binutils-2.23.2/backport/aarch64-movi.patch    |    2 +-
 ...-for-mipsn32-el-and-mips64-el-to-arch-tab.patch |   78 +
 meta/recipes-devtools/dpkg/dpkg_1.16.10.bb         |    3 +-
 meta/recipes-devtools/gcc/gcc-4.8.inc              |    1 +
 .../gcc/gcc-4.8/0040-fix-g++-sysroot.patch         |   40 +
 meta/recipes-devtools/gdb/gdb_7.6.bb               |   21 +
 .../adt-installer/scripts/adt_installer_internal   |    2 +-
 .../0001-Fix-libopkg-header-installation.patch     |    2 +-
 .../python/python/fix-makefile-for-ptest.patch     |   33 +
 meta/recipes-devtools/python/python/run-ptest      |    5 +
 meta/recipes-devtools/python/python_2.7.3.bb       |   10 +
 meta/recipes-devtools/rpm/rpm-postinsts.bb         |    2 +-
 .../run-postinsts/run-postinsts/run-postinsts      |    2 +-
 .../tcl/tcl-remove-hardcoded-install-path.patch    |    2 +-
 meta/recipes-devtools/valgrind/valgrind_3.8.1.bb   |    2 +
 .../grep/grep-2.5.1a/grep-CVE-2012-5667.patch      |    2 +-
 .../tar-1.26/tar-1.26-fortifysourcessigabrt.patch  |   36 -
 meta/recipes-extended/tar/tar_1.26.bb              |    1 -
 .../clutter/clutter-gst-1.6/cogl-1.14.patch        |    2 +-
 .../recipes-graphics/mx/mx-1.4/fix-build-dir.patch |    2 +-
 .../recipes-graphics/mx/mx/fix-test-includes.patch |    2 +-
 .../latencytop-0.5/latencytop-fsync.patch          |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb    |    4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb    |    2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb  |    2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb  |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.4.bb       |   12 +-
 meta/recipes-kernel/linux/linux-yocto_3.8.bb       |    3 +-
 ...-events-to-be-specified-with-or-without-_.patch |    2 +
 ...pecific-libpfm-usage-so-it-doesn-t-break-.patch |    2 +
 ...p-lists-events-Fix-doc-URL-for-ppc64-arch.patch |    2 +
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    5 +-
 meta/recipes-qt/qt4/qt-mobility_1.2.0.inc          |   41 +-
 meta/recipes-support/curl/curl/configure_ac.patch  |    2 +
 ...fix-lib-cache_mngr.c-two-parentheses-bugs.patch |    2 +-
 .../user-creation/xuser-account_0.1.bb             |    2 +-
 scripts/contrib/ddimage                            |    2 +-
 scripts/contrib/mkefidisk.sh                       |    2 +-
 66 files changed, 838 insertions(+), 9885 deletions(-)
 create mode 100644 meta/classes/extrausers.bbclass
 create mode 100644 meta/classes/useradd_base.bbclass
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5-5.7/bluetooth.conf
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5.inc
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.7.bb
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/register-autoscan-correctly.patch
 create mode 100644 meta/recipes-core/dbus/dbus-1.6.10/python-config.patch
 delete mode 100644 meta/recipes-core/eglibc/eglibc-2.18/eglibc-2.17-PR15003-r22243.patch
 delete mode 100644 meta/recipes-core/eglibc/eglibc-2.18/eglibc-2.17-r22178.patch
 create mode 100644 meta/recipes-devtools/dpkg/dpkg/Add-support-for-mipsn32-el-and-mips64-el-to-arch-tab.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.8/0040-fix-g++-sysroot.patch
 create mode 100644 meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
 create mode 100644 meta/recipes-devtools/python/python/run-ptest
 delete mode 100644 meta/recipes-extended/tar/tar-1.26/tar-1.26-fortifysourcessigabrt.patch

-- 
1.8.1.4



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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18  6:34 [CONSOLIDATED PULL 00/40] Review and ACK Saul Wold
@ 2013-07-18  9:43 ` Paul Eggleton
  2013-07-18 12:04   ` Otavio Salvador
  2013-07-18 14:13   ` Saul Wold
  2013-07-18 10:52 ` Burton, Ross
  1 sibling, 2 replies; 10+ messages in thread
From: Paul Eggleton @ 2013-07-18  9:43 UTC (permalink / raw)
  To: openembedded-core

On Wednesday 17 July 2013 23:34:31 Saul Wold wrote:
> Ross, Paul:
> 
> Please review this set and ACK as appropriate, I will rebase based
> on your input.  This this is on the AB down, we have known issues with
> systemd. This addresses many of the M2 related issues and fixes the
> testimage infrasturcture on teh AutoBuilder
> 
> Please look at Qi's "EXTRA_USER" changes
> 
> There are a couple of patches that are on Poky, that need to be merged
> one is to tiny and the other is to include the securiy flags for the LSB
> images. That way they get tested with 1/2 the images built
> 
> Sau!
> 
> The following changes since commit cf1790d992f067be8d5f9894458f55f6f1bdc61f:
> 
>   lib/oeqa: fix dependecy check (2013-07-15 10:29:27 -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
> 
> Bruce Ashfield (3):
>   linux-yocto/3.8: update META srcrev
>   linux-yocto/3.4: mips: fix gcc 4.8 compilation
>   linux-yocto/3.8: restore qemumips64 SRCREV
> 
> Chen Qi (5):
>   tar: remove an erroneous patch
>   useradd_base.bbclass: add a new bbclass
>   useradd.bbclass: code refactor
>   extrausers.bbclass: add a new bbclass

I agree with Otavio, the first two patches should be squashed together. 
Otherwise the changes look OK.

>   local.conf.sample.extended: add example for EXTRA_USERS_PARAMS
> 
> Cristian Iorga (2):
>   bluez4: conflicts with bluez5
>   bluez5: new package for v5.7

Didn't you find these caused world build failures?

> Felipe F. Tonello (3):
>   pulseaudio: Added cli-protocol-unix to pulseaudio-misc
>   valgrind: added perl dependency
>   pulseaudio: Removed avahi forced dependency
> 
> Hongxu Jia (2):
>   udev-extraconf: allow users in disk group to write vfat filesystem
>   xuser-account: add xuser to disk group
> 
> Joe Slater (1):
>   curl: add upstream status to patch
> 
> Jonathan Liu (1):
>   gdb: add PACKAGECONFIG for Python support
> 
> Kai Kang (1):
>   tcl: fix typo of upstream status in patch file
> 
> Khem Raj (4):
>   gcc-4.8: Fix on-device SDK C++ runtime issue
>   uclibc: Build ldd/ldcondif/iconv for main uclibc recipe
>   eglibc-2.18: Remove unused patches
>   eglibc-2.18: Update to latest snapshot
> 
> Mark Hatle (4):
>   sanity.bbclass: Update gcc sanity check
>   terminal.bbclass: Fix BB_RUNFMT processing
>   busybox: fix ip reference in simple.script
>   dbus-ptest: Disable python module check
> 
> Paul Eggleton (4):
>   qt-mobility: tighten up config generation and use PACKAGECONFIG
>   classes/insane: fix regression in libdir QA regex
>   classes/insane: allow libdir QA check to be skipped using INSANE_SKIP
>   scripts/contrib/*: fix arithmetic bashism
> 
> Roy.Li (1):
>   dpkg: backport a patch to support mipsn32el and mips64el

Not sure if case is a big issue for Upstream-Status values but this one has 
"Upstream-Status: BackPort".

> 
> Saul Wold (2):
>   Upstream-Status: Correct capitalization
>   buildtools: testimage needs the mmap python

If we're changing other things I'd like to see the commit message corrected 
for the above (buildtools -> buildtools-tarball and python -> python module; 
also the commit message should go into a little bit more detail e.g. "Add 
python-mmap which is needed by the new testimage class on machines that need 
buildtools-tarball installed".

> Simon Busch (1):
>   wpa-supplicant: backport patch to fix dbus interface for autoscan
>     functionality
> 
> Stefan Stanacar (1):
>   populate_sdk_base.bbclass: use new perm option for find
> 
> Tudor Florea (1):
>   python: Install Python test suite and run it as ptest.

The run-ptest script here has hardcoded /usr/lib/ for ${libdir}, we should 
ideally avoid this (e.g. through use of sed at do_install). Also I'd like to 
know if the ptest package could simply depend on ${PN}-modules rather than 
having a hardcoded list. I'll follow up with the submitter.

> Yi Zhao (3):
>   iproute2: Fix alternative link for ip command
>   run-postinsts: Fix typo
>   rpm-postinsts.bb: Fix typo
> 
> Zhenhua Luo (1):
>   oprofile: add Upstream-Status for several patches

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18  6:34 [CONSOLIDATED PULL 00/40] Review and ACK Saul Wold
  2013-07-18  9:43 ` Paul Eggleton
@ 2013-07-18 10:52 ` Burton, Ross
  2013-07-18 11:01   ` Paul Eggleton
  1 sibling, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2013-07-18 10:52 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

Hi,

What Paul said, I can't see any other issues.

On 18 July 2013 07:34, Saul Wold <sgw@linux.intel.com> wrote:
>   valgrind: added perl dependency

I presume the situation here is that a target perl wasn't actually
built, so adding an explicit runtime dependency causes it to be built
and therefore available in the feed for rpm to find.

To me this says that the #!-to-dependency magic from rpmdeps isn't
really useful, as we then have to go and put explicit dependencies
back in to ensure the requirements are actually built.

Ross


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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18 10:52 ` Burton, Ross
@ 2013-07-18 11:01   ` Paul Eggleton
  2013-07-18 11:15     ` Phil Blundell
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Eggleton @ 2013-07-18 11:01 UTC (permalink / raw)
  To: openembedded-core

On Thursday 18 July 2013 11:52:22 Burton, Ross wrote:
> On 18 July 2013 07:34, Saul Wold <sgw@linux.intel.com> wrote:
> >   valgrind: added perl dependency
> 
> I presume the situation here is that a target perl wasn't actually
> built, so adding an explicit runtime dependency causes it to be built
> and therefore available in the feed for rpm to find.
> 
> To me this says that the #!-to-dependency magic from rpmdeps isn't
> really useful, as we then have to go and put explicit dependencies
> back in to ensure the requirements are actually built.

I have to say I too have wondered this. Perhaps these would be better 
implemented as QA warnings (that could be defaulted to errors) rather than 
just silently adding the dependencies.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18 11:01   ` Paul Eggleton
@ 2013-07-18 11:15     ` Phil Blundell
  2013-07-18 11:35       ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Phil Blundell @ 2013-07-18 11:15 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-core

On Thu, 2013-07-18 at 12:01 +0100, Paul Eggleton wrote:
> On Thursday 18 July 2013 11:52:22 Burton, Ross wrote:
> > On 18 July 2013 07:34, Saul Wold <sgw@linux.intel.com> wrote:
> > >   valgrind: added perl dependency
> > 
> > I presume the situation here is that a target perl wasn't actually
> > built, so adding an explicit runtime dependency causes it to be built
> > and therefore available in the feed for rpm to find.
> > 
> > To me this says that the #!-to-dependency magic from rpmdeps isn't
> > really useful, as we then have to go and put explicit dependencies
> > back in to ensure the requirements are actually built.
> 
> I have to say I too have wondered this. Perhaps these would be better 
> implemented as QA warnings (that could be defaulted to errors) rather than 
> just silently adding the dependencies.

Seeing this discussion makes me wonder: if the target perl hasn't
actually been built at this point, how does rpmdeps know what package to
add a dependency on in the first place?  Does it just have some random
hard-coded list somewhere?

p.




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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18 11:15     ` Phil Blundell
@ 2013-07-18 11:35       ` Burton, Ross
  2013-07-18 12:16         ` Paul Eggleton
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2013-07-18 11:35 UTC (permalink / raw)
  To: Phil Blundell; +Cc: Paul Eggleton, openembedded-core

On 18 July 2013 12:15, Phil Blundell <pb@pbcl.net> wrote:
> Seeing this discussion makes me wonder: if the target perl hasn't
> actually been built at this point, how does rpmdeps know what package to
> add a dependency on in the first place?  Does it just have some random
> hard-coded list somewhere?

It adds a dependency on /usr/bin/perl as a file, not perl itself, as
the error is "no package provides /usr/bin/perl".

Ross


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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18  9:43 ` Paul Eggleton
@ 2013-07-18 12:04   ` Otavio Salvador
  2013-07-18 14:13   ` Saul Wold
  1 sibling, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2013-07-18 12:04 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer

On Thu, Jul 18, 2013 at 6:43 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Wednesday 17 July 2013 23:34:31 Saul Wold wrote:
..
>> Roy.Li (1):
>>   dpkg: backport a patch to support mipsn32el and mips64el
>
> Not sure if case is a big issue for Upstream-Status values but this one has
> "Upstream-Status: BackPort".

Please fix it otherwise automatic tracking of this will be harder in future.

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18 11:35       ` Burton, Ross
@ 2013-07-18 12:16         ` Paul Eggleton
  2013-07-18 12:26           ` Phil Blundell
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Eggleton @ 2013-07-18 12:16 UTC (permalink / raw)
  To: openembedded-core

On Thursday 18 July 2013 12:35:04 Burton, Ross wrote:
> On 18 July 2013 12:15, Phil Blundell <pb@pbcl.net> wrote:
> > Seeing this discussion makes me wonder: if the target perl hasn't
> > actually been built at this point, how does rpmdeps know what package to
> > add a dependency on in the first place?  Does it just have some random
> > hard-coded list somewhere?
> 
> It adds a dependency on /usr/bin/perl as a file, not perl itself, as
> the error is "no package provides /usr/bin/perl".

Right, and at the moment this only works for RPM; I'm not sure if any of the 
others natively support file-based dependencies like this.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18 12:16         ` Paul Eggleton
@ 2013-07-18 12:26           ` Phil Blundell
  0 siblings, 0 replies; 10+ messages in thread
From: Phil Blundell @ 2013-07-18 12:26 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-core

On Thu, 2013-07-18 at 13:16 +0100, Paul Eggleton wrote:
> On Thursday 18 July 2013 12:35:04 Burton, Ross wrote:
> > On 18 July 2013 12:15, Phil Blundell <pb@pbcl.net> wrote:
> > > Seeing this discussion makes me wonder: if the target perl hasn't
> > > actually been built at this point, how does rpmdeps know what package to
> > > add a dependency on in the first place?  Does it just have some random
> > > hard-coded list somewhere?
> > 
> > It adds a dependency on /usr/bin/perl as a file, not perl itself, as
> > the error is "no package provides /usr/bin/perl".
> 
> Right, and at the moment this only works for RPM; I'm not sure if any of the 
> others natively support file-based dependencies like this.

I'm pretty sure neither opkg nor dpkg has any concept of depending on a
file.  

I guess if rpmdeps outputs that data then it would be possible for logic
in package.bbclass to then figure out which package contains the
depended-on file and either add a dependency or generate an error if
nothing that contains that file has been built.

p.




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

* Re: [CONSOLIDATED PULL 00/40] Review and ACK
  2013-07-18  9:43 ` Paul Eggleton
  2013-07-18 12:04   ` Otavio Salvador
@ 2013-07-18 14:13   ` Saul Wold
  1 sibling, 0 replies; 10+ messages in thread
From: Saul Wold @ 2013-07-18 14:13 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-core

On 07/18/2013 02:43 AM, Paul Eggleton wrote:
> On Wednesday 17 July 2013 23:34:31 Saul Wold wrote:
>> Ross, Paul:
>>
>> Please review this set and ACK as appropriate, I will rebase based
>> on your input.  This this is on the AB down, we have known issues with
>> systemd. This addresses many of the M2 related issues and fixes the
>> testimage infrasturcture on teh AutoBuilder
>>
>> Please look at Qi's "EXTRA_USER" changes
>>
>> There are a couple of patches that are on Poky, that need to be merged
>> one is to tiny and the other is to include the securiy flags for the LSB
>> images. That way they get tested with 1/2 the images built
>>
>> Sau!
>>
>> The following changes since commit cf1790d992f067be8d5f9894458f55f6f1bdc61f:
>>
>>    lib/oeqa: fix dependecy check (2013-07-15 10:29:27 -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
>>
>> Bruce Ashfield (3):
>>    linux-yocto/3.8: update META srcrev
>>    linux-yocto/3.4: mips: fix gcc 4.8 compilation
>>    linux-yocto/3.8: restore qemumips64 SRCREV
>>
>> Chen Qi (5):
>>    tar: remove an erroneous patch
>>    useradd_base.bbclass: add a new bbclass
>>    useradd.bbclass: code refactor
>>    extrausers.bbclass: add a new bbclass
>
> I agree with Otavio, the first two patches should be squashed together.
> Otherwise the changes look OK.
>
Ok, will drop this set for now.

>>    local.conf.sample.extended: add example for EXTRA_USERS_PARAMS
>>
>> Cristian Iorga (2):
>>    bluez4: conflicts with bluez5
>>    bluez5: new package for v5.7
>
> Didn't you find these caused world build failures?
>
No it was just a note and the issue could be handled later with a 
separate patch


>> Felipe F. Tonello (3):
>>    pulseaudio: Added cli-protocol-unix to pulseaudio-misc
>>    valgrind: added perl dependency
>>    pulseaudio: Removed avahi forced dependency
>>
>> Hongxu Jia (2):
>>    udev-extraconf: allow users in disk group to write vfat filesystem
>>    xuser-account: add xuser to disk group
>>
>> Joe Slater (1):
>>    curl: add upstream status to patch
>>
>> Jonathan Liu (1):
>>    gdb: add PACKAGECONFIG for Python support
>>
>> Kai Kang (1):
>>    tcl: fix typo of upstream status in patch file
>>
>> Khem Raj (4):
>>    gcc-4.8: Fix on-device SDK C++ runtime issue
>>    uclibc: Build ldd/ldcondif/iconv for main uclibc recipe
>>    eglibc-2.18: Remove unused patches
>>    eglibc-2.18: Update to latest snapshot
>>
>> Mark Hatle (4):
>>    sanity.bbclass: Update gcc sanity check
>>    terminal.bbclass: Fix BB_RUNFMT processing
>>    busybox: fix ip reference in simple.script
>>    dbus-ptest: Disable python module check
>>
>> Paul Eggleton (4):
>>    qt-mobility: tighten up config generation and use PACKAGECONFIG
>>    classes/insane: fix regression in libdir QA regex
>>    classes/insane: allow libdir QA check to be skipped using INSANE_SKIP
>>    scripts/contrib/*: fix arithmetic bashism
>>
>> Roy.Li (1):
>>    dpkg: backport a patch to support mipsn32el and mips64el
>
> Not sure if case is a big issue for Upstream-Status values but this one has
> "Upstream-Status: BackPort".
>
I will tweak the patch
>>
>> Saul Wold (2):
>>    Upstream-Status: Correct capitalization
>>    buildtools: testimage needs the mmap python
>
> If we're changing other things I'd like to see the commit message corrected
> for the above (buildtools -> buildtools-tarball and python -> python module;
> also the commit message should go into a little bit more detail e.g. "Add
> python-mmap which is needed by the new testimage class on machines that need
> buildtools-tarball installed".
>
Sure, will update this.

>> Simon Busch (1):
>>    wpa-supplicant: backport patch to fix dbus interface for autoscan
>>      functionality
>>
>> Stefan Stanacar (1):
>>    populate_sdk_base.bbclass: use new perm option for find
>>
>> Tudor Florea (1):
>>    python: Install Python test suite and run it as ptest.
>
> The run-ptest script here has hardcoded /usr/lib/ for ${libdir}, we should
> ideally avoid this (e.g. through use of sed at do_install). Also I'd like to
> know if the ptest package could simply depend on ${PN}-modules rather than
> having a hardcoded list. I'll follow up with the submitter.
>
Dropped and thanks.

>> Yi Zhao (3):
>>    iproute2: Fix alternative link for ip command
>>    run-postinsts: Fix typo
>>    rpm-postinsts.bb: Fix typo
>>
>> Zhenhua Luo (1):
>>    oprofile: add Upstream-Status for several patches
>
> Cheers,
> Paul
>


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

end of thread, other threads:[~2013-07-18 14:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-18  6:34 [CONSOLIDATED PULL 00/40] Review and ACK Saul Wold
2013-07-18  9:43 ` Paul Eggleton
2013-07-18 12:04   ` Otavio Salvador
2013-07-18 14:13   ` Saul Wold
2013-07-18 10:52 ` Burton, Ross
2013-07-18 11:01   ` Paul Eggleton
2013-07-18 11:15     ` Phil Blundell
2013-07-18 11:35       ` Burton, Ross
2013-07-18 12:16         ` Paul Eggleton
2013-07-18 12:26           ` Phil Blundell

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.