* [Consolidated Pull 00/19] General pull request
@ 2012-06-04 16:56 Elizabeth Flanagan
2012-06-04 17:03 ` Koen Kooi
2012-06-05 21:59 ` Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Elizabeth Flanagan @ 2012-06-04 16:56 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer, richard.purdie
Richard,
These patches have been tested on the autobuilder with no introduced issues.
I've excluded Mark's RPM update until we figure out why it's failing
do_populate_sdk as well as Cristian Iorga's ltp patch which breaks ltp
do_compiles.
I seem to be having issues posting to the OE-core list from
git-send-mail, so this
is being sent outside of git-send-mail.
-b
The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773:
documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4
(2012-05-31 21:16:55 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib stage/eflanagan_mut
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=stage/eflanagan_mut
Christopher Larson (3):
external-sourcery: extract src and dest sysroot paths from gcc
tcmode-external-sourcery: pass -msgxx-glibc for x86
external-sourcery-toolchain: forcibly create usr/lib
Elizabeth Flanagan (3):
license.bbclass: Adding PV to package.manifest
license.bbclass: optimize pkg runtime data
lsbinitscripts: Missing popt DEPENDS
Laurentiu Palcu (2):
directfb: upgrade to 1.5.3
directfb-examples: upgrade to 1.5.3
Radu Moisan (1):
dbus: update to version 1.4.20
Robert Yang (3):
kernel.py: replace os.popen with subprocess.Popen
generate-manifest-2.7.py: replace os.popen with os.unlink
opkg 0.1.8: respect to the arch when choose the alternatives
Ross Burton (1):
connman: just give xuser the extra rights it needs
Xiaofeng Yan (5):
lsbinitscripts: Add initscripts to enhance init functions in an lsb
image
lsbinitscripts: Patch file functions for confirming to an lsb image
task-core-lsb: Add another initscripts to an lsb image
archiver.bbclass: Improve the usability for the archiver classes
local.conf.sample.extended: Change the usage about arhiver.bbclass
Xin Ouyang (1):
cpan.bbclass: Fix config error while patches to Makefile.PL
meta-yocto/conf/local.conf.sample.extended | 31 +++--
meta/classes/archiver.bbclass | 6 +-
meta/classes/cpan.bbclass | 1 +
meta/classes/license.bbclass | 42 ++++----
.../distro/include/tcmode-external-sourcery.inc | 48 +++++---
.../connman/add_xuser_dbus_permission.patch | 14 +--
.../dbus/{dbus-1.4.16 => dbus-1.4.20}/dbus-1.init | 0
.../dbus/{dbus-1.4.16 => dbus-1.4.20}/tmpdir.patch | 0
meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init | 121
++++++++++++++++++++
meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch | 44 +++++++
meta/recipes-core/dbus/dbus_1.4.16.bb | 7 -
meta/recipes-core/dbus/dbus_1.4.20.bb | 6 +
meta/recipes-core/dbus/dbus_1.5.12.bb | 9 ++
.../meta/external-sourcery-toolchain.bb | 25 ++---
.../opkg/opkg/respect-to-arch.patch | 47 ++++++++
meta/recipes-devtools/opkg/opkg_0.1.8.bb | 3 +-
meta/recipes-devtools/opkg/opkg_svn.bb | 3 +-
.../lsb/lsbinitscripts/functions.patch | 11 ++
meta/recipes-extended/lsb/lsbinitscripts_9.03.bb | 27 +++++
meta/recipes-extended/tasks/task-core-lsb.bb | 3 +-
...xamples_1.2.0.bb => directfb-examples_1.5.3.bb} | 4 +-
meta/recipes-graphics/directfb/directfb.inc | 2 +-
...se-ARM-assembler-for-atomic-operations-on.patch | 27 +++++
...ibdirect-remove-include-of-linux-config.h.patch | 27 +++++
meta/recipes-graphics/directfb/directfb_1.4.15.bb | 20 ----
meta/recipes-graphics/directfb/directfb_1.5.3.bb | 23 ++++
scripts/contrib/python/generate-manifest-2.7.py | 5 +-
scripts/lib/bsp/kernel.py | 5 +-
28 files changed, 448 insertions(+), 113 deletions(-)
rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.4.20}/dbus-1.init
(100%)
rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.4.20}/tmpdir.patch
(100%)
create mode 100644 meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init
create mode 100644 meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch
delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb
create mode 100644 meta/recipes-core/dbus/dbus_1.4.20.bb
create mode 100644 meta/recipes-core/dbus/dbus_1.5.12.bb
create mode 100644 meta/recipes-devtools/opkg/opkg/respect-to-arch.patch
create mode 100644 meta/recipes-extended/lsb/lsbinitscripts/functions.patch
create mode 100644 meta/recipes-extended/lsb/lsbinitscripts_9.03.bb
rename meta/recipes-graphics/directfb/{directfb-examples_1.2.0.bb =>
directfb-examples_1.5.3.bb} (77%)
create mode 100644
meta/recipes-graphics/directfb/directfb/libdirect-Use-ARM-assembler-for-atomic-operations-on.patch
create mode 100644
meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
delete mode 100644 meta/recipes-graphics/directfb/directfb_1.4.15.bb
create mode 100644 meta/recipes-graphics/directfb/directfb_1.5.3.bb
--
1.7.5.4
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [Consolidated Pull 00/19] General pull request
2012-06-04 16:56 [Consolidated Pull 00/19] General pull request Elizabeth Flanagan
@ 2012-06-04 17:03 ` Koen Kooi
2012-06-05 21:59 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2012-06-04 17:03 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 4 jun. 2012, om 18:56 heeft Elizabeth Flanagan het volgende geschreven:
> Richard,
>
> These patches have been tested on the autobuilder with no introduced issues.
>
> I've excluded Mark's RPM update until we figure out why it's failing
> do_populate_sdk as well as Cristian Iorga's ltp patch which breaks ltp
> do_compiles.
>
> I seem to be having issues posting to the OE-core list from
> git-send-mail, so this
> is being sent outside of git-send-mail.
>
> -b
>
> The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773:
>
> documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4
> (2012-05-31 21:16:55 +0100)
>
> are available in the git repository at:
> git://git.yoctoproject.org/poky-contrib stage/eflanagan_mut
>
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=stage/eflanagan_mut
>
> Christopher Larson (3):
> external-sourcery: extract src and dest sysroot paths from gcc
> tcmode-external-sourcery: pass -msgxx-glibc for x86
> external-sourcery-toolchain: forcibly create usr/lib
>
> Elizabeth Flanagan (3):
> license.bbclass: Adding PV to package.manifest
> license.bbclass: optimize pkg runtime data
> lsbinitscripts: Missing popt DEPENDS
>
> Laurentiu Palcu (2):
> directfb: upgrade to 1.5.3
> directfb-examples: upgrade to 1.5.3
>
> Radu Moisan (1):
> dbus: update to version 1.4.20
>
> Robert Yang (3):
> kernel.py: replace os.popen with subprocess.Popen
> generate-manifest-2.7.py: replace os.popen with os.unlink
> opkg 0.1.8: respect to the arch when choose the alternatives
And again: NAK on the opkg patch, it breaks feeds.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Consolidated Pull 00/19] General pull request
2012-06-04 16:56 [Consolidated Pull 00/19] General pull request Elizabeth Flanagan
2012-06-04 17:03 ` Koen Kooi
@ 2012-06-05 21:59 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-06-05 21:59 UTC (permalink / raw)
To: Elizabeth Flanagan; +Cc: Patches and discussions about the oe-core layer
On Mon, 2012-06-04 at 09:56 -0700, Elizabeth Flanagan wrote:
> Richard,
>
> These patches have been tested on the autobuilder with no introduced issues.
>
> I've excluded Mark's RPM update until we figure out why it's failing
> do_populate_sdk as well as Cristian Iorga's ltp patch which breaks ltp
> do_compiles.
>
> I seem to be having issues posting to the OE-core list from
> git-send-mail, so this
> is being sent outside of git-send-mail.
Thanks for putting this together, it helps!
> The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773:
>
> documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4
> (2012-05-31 21:16:55 +0100)
>
> are available in the git repository at:
> git://git.yoctoproject.org/poky-contrib stage/eflanagan_mut
>
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=stage/eflanagan_mut
>
> Christopher Larson (3):
> external-sourcery: extract src and dest sysroot paths from gcc
> tcmode-external-sourcery: pass -msgxx-glibc for x86
> external-sourcery-toolchain: forcibly create usr/lib
>
> Elizabeth Flanagan (3):
> license.bbclass: Adding PV to package.manifest
> license.bbclass: optimize pkg runtime data
> lsbinitscripts: Missing popt DEPENDS
>
> Laurentiu Palcu (2):
> directfb: upgrade to 1.5.3
> directfb-examples: upgrade to 1.5.3
>
> Radu Moisan (1):
> dbus: update to version 1.4.20
>
> Robert Yang (3):
> kernel.py: replace os.popen with subprocess.Popen
> generate-manifest-2.7.py: replace os.popen with os.unlink
> opkg 0.1.8: respect to the arch when choose the alternatives
>
> Ross Burton (1):
> connman: just give xuser the extra rights it needs
>
> Xiaofeng Yan (5):
> lsbinitscripts: Add initscripts to enhance init functions in an lsb
> image
> lsbinitscripts: Patch file functions for confirming to an lsb image
> task-core-lsb: Add another initscripts to an lsb image
> archiver.bbclass: Improve the usability for the archiver classes
> local.conf.sample.extended: Change the usage about arhiver.bbclass
>
> Xin Ouyang (1):
> cpan.bbclass: Fix config error while patches to Makefile.PL
I merged these apart from the opkg change where Koen has a valid issue
with the change which we need to figure out. I took the v2 of Chris'
patches.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-05 22:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 16:56 [Consolidated Pull 00/19] General pull request Elizabeth Flanagan
2012-06-04 17:03 ` Koen Kooi
2012-06-05 21:59 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox