* [CONSOLIDATED PULL (M3 rc1) 00/26] Needs early review and ACK
@ 2013-07-30 6:14 Saul Wold
2013-07-30 9:46 ` Burton, Ross
0 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2013-07-30 6:14 UTC (permalink / raw)
To: ross.burton, paul.eggleton, richard.purdie, openembedded-core
Paul, Ross:
Please review (and if needed create new branch) in your morning for an RP
review. This will be RC1 of M3 and we need it to be as solid as possible
as M2 was a bit of a bust!
Please review the build status on the Autobuild, which is currently looking OK,
but not near enough finished.
There is also a batch of Poky changes which I will consolidate for the poky@yp.org
ML.
Please review and ACK both this and the poky@yp.org email.
Thanks
Sau!
The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:
external-sourcery: add missing providers (2013-07-27 23:28:29 -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
Andre McCurdy (1):
lib/oe/terminal.py: add support for MATE desktop terminals
Andrei Dinu (1):
libpng : upgrade to 1.6.3
Colin Walters (1):
util-linux: Update for swapoff being a separate binary
Cristian Iorga (1):
iproute2: upgrade to v3.10.0
Emilia Ciobanu (4):
docbook-sgml-dtd-3.1-native: fix recipe name
docbook-sgml-dtd-4.1-native: fix recipe name
distrodata.bbclass: Remove whitespaces
distrodata.bbclass: Include PRSPV variable in upstream version
checking
Hongxu Jia (3):
util-linux: use u-a for su
shadow: use u-a for su
busybox: move /bin/su to /usr/bin/su to match util-linux and shadow
Jackie Huang (2):
dbus: remove build host test in configure script
matchbox-wm: correct the SRC_URI and add checksums
Jonathan Liu (1):
syslinux: update to 4.07
Jukka Rissanen (1):
bluez5: Only install .conf files if found
Laurentiu Palcu (1):
csl-versions.inc: instruct user to check local.conf
Ming Liu (2):
openssl: Fix multilib header conflict - opensslconf.h
libpam: deny all services for the OTHER entries
Muhammad Shakeel (2):
systemd: Remove init.d dir if systemd unit file is present and
sysvinit not a distro feature
busybox: Add syslog-init alternative only if SysV in enabled
Paul Eggleton (1):
classes/sanity: check for suid root command evility
Peter Seebach (1):
pseudo: Always try to build 32-bit libpseudo when NO32LIBS is set to 0
Ross Burton (1):
v86d: mark as compatible with all x86, not just qemux86
Saul Wold (2):
bluez5: Add obex as a PACKAGECONFIG and package seperately
texinfo: Update to 5.1
Wenzong Fan (1):
ccache: allow CCACHE_DIR to be overriden
meta/classes/ccache.bbclass | 2 +-
meta/classes/distrodata.bbclass | 41 +++++---
meta/classes/sanity.bbclass | 10 ++
meta/classes/systemd.bbclass | 15 +++
meta/conf/distro/include/csl-versions.inc | 1 +
meta/lib/oe/terminal.py | 4 +
meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 +-
meta/recipes-connectivity/bluez5/bluez5.inc | 22 ++++-
.../{iproute2_3.9.0.bb => iproute2_3.10.0.bb} | 4 +-
meta/recipes-connectivity/openssl/openssl.inc | 3 +-
.../busybox/busybox-1.21.1/su-usr-bin.patch | 26 +++++
meta/recipes-core/busybox/busybox.inc | 11 ++-
meta/recipes-core/busybox/busybox_1.21.1.bb | 1 +
meta/recipes-core/dbus/dbus-1.6.10/os-test.patch | 35 +++++++
meta/recipes-core/dbus/dbus.inc | 4 +-
meta/recipes-core/util-linux/util-linux.inc | 12 ++-
...ative.bb => docbook-sgml-dtd-3.1-native_3.1.bb} | 0
...ative.bb => docbook-sgml-dtd-4.1-native_4.1.bb} | 0
meta/recipes-devtools/pseudo/pseudo.inc | 50 ++++++++--
.../{syslinux_4.06.bb => syslinux_4.07.bb} | 4 +-
meta/recipes-extended/pam/libpam/pam.d/other | 15 ++-
meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 3 +-
.../texinfo-4.13a/dont-depend-on-help2man.patch | 79 ---------------
.../texinfo/texinfo-4.13a/gettext-macros.patch | 61 ------------
.../texinfo-4.13a/texinfo-4.13a-data_types.patch | 34 -------
.../texinfo-4.13a-help-index-segfault.patch | 25 -----
.../texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch | 13 ---
.../texinfo_fix_for_automake-1.12.patch | 24 -----
.../texinfo/texinfo-4.13a/use_host_makedoc.patch | 37 -------
.../disable-native-tools.patch | 0
.../texinfo-5.1/dont-depend-on-help2man.patch | 16 +++
.../{texinfo-4.13a => texinfo-5.1}/link-zip.patch | 12 +--
.../texinfo-4.12-zlib.patch | 110 ++++++++++++---------
.../texinfo-4.13a-powerpc.patch | 0
.../texinfo/texinfo-5.1/use_host_makedoc.patch | 13 +++
.../texinfo/{texinfo_4.13a.bb => texinfo_5.1.bb} | 25 ++---
.../matchbox-wm/matchbox-wm_1.2.bb | 5 +-
.../libpng/{libpng_1.6.2.bb => libpng_1.6.3.bb} | 8 +-
38 files changed, 328 insertions(+), 399 deletions(-)
rename meta/recipes-connectivity/iproute2/{iproute2_3.9.0.bb => iproute2_3.10.0.bb} (64%)
create mode 100644 meta/recipes-core/busybox/busybox-1.21.1/su-usr-bin.patch
create mode 100644 meta/recipes-core/dbus/dbus-1.6.10/os-test.patch
rename meta/recipes-devtools/docbook-sgml-dtd/{docbook-sgml-dtd-3.1-native.bb => docbook-sgml-dtd-3.1-native_3.1.bb} (100%)
rename meta/recipes-devtools/docbook-sgml-dtd/{docbook-sgml-dtd-4.1-native.bb => docbook-sgml-dtd-4.1-native_4.1.bb} (100%)
rename meta/recipes-devtools/syslinux/{syslinux_4.06.bb => syslinux_4.07.bb} (93%)
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/dont-depend-on-help2man.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-data_types.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-help-index-segfault.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch
delete mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/use_host_makedoc.patch
rename meta/recipes-extended/texinfo/{texinfo-4.13a => texinfo-5.1}/disable-native-tools.patch (100%)
create mode 100644 meta/recipes-extended/texinfo/texinfo-5.1/dont-depend-on-help2man.patch
rename meta/recipes-extended/texinfo/{texinfo-4.13a => texinfo-5.1}/link-zip.patch (49%)
rename meta/recipes-extended/texinfo/{texinfo-4.13a => texinfo-5.1}/texinfo-4.12-zlib.patch (59%)
rename meta/recipes-extended/texinfo/{texinfo-4.13a => texinfo-5.1}/texinfo-4.13a-powerpc.patch (100%)
create mode 100644 meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch
rename meta/recipes-extended/texinfo/{texinfo_4.13a.bb => texinfo_5.1.bb} (66%)
rename meta/recipes-multimedia/libpng/{libpng_1.6.2.bb => libpng_1.6.3.bb} (64%)
--
1.8.1.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [CONSOLIDATED PULL (M3 rc1) 00/26] Needs early review and ACK
2013-07-30 6:14 [CONSOLIDATED PULL (M3 rc1) 00/26] Needs early review and ACK Saul Wold
@ 2013-07-30 9:46 ` Burton, Ross
2013-07-30 10:04 ` Phil Blundell
2013-07-30 14:24 ` Saul Wold
0 siblings, 2 replies; 5+ messages in thread
From: Burton, Ross @ 2013-07-30 9:46 UTC (permalink / raw)
To: Saul Wold; +Cc: paul.eggleton, openembedded-core
On 30 July 2013 07:14, Saul Wold <sgw@linux.intel.com> wrote:
> Saul Wold (2):
> bluez5: Add obex as a PACKAGECONFIG and package seperately
I'm still unsure why this patch was needed. I've nothing against
splitting out the OBEX functionality and controlling it with a
packageconfig, but this does disable it by default when before it was
enabled.
The libical build dependency is only required by obex, so that
dependency needs to move.
> texinfo: Update to 5.1
Yesterday or so this was marked for testing, I presume it's been
tested and works fine now?
Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [CONSOLIDATED PULL (M3 rc1) 00/26] Needs early review and ACK
2013-07-30 9:46 ` Burton, Ross
@ 2013-07-30 10:04 ` Phil Blundell
2013-07-30 13:14 ` Burton, Ross
2013-07-30 14:24 ` Saul Wold
1 sibling, 1 reply; 5+ messages in thread
From: Phil Blundell @ 2013-07-30 10:04 UTC (permalink / raw)
To: Burton, Ross, Saul Wold; +Cc: paul.eggleton, openembedded-core
On Tue, 2013-07-30 at 10:46 +0100, Burton, Ross wrote:
> On 30 July 2013 07:14, Saul Wold <sgw@linux.intel.com> wrote:
> > Saul Wold (2):
> > bluez5: Add obex as a PACKAGECONFIG and package seperately
>
> I'm still unsure why this patch was needed. I've nothing against
> splitting out the OBEX functionality and controlling it with a
> packageconfig, but this does disable it by default when before it was
> enabled.
Was that patch ever actually posted to the list? I don't recall seeing
it in my inbox and I can't find it in the ML archive on the web.
p.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [CONSOLIDATED PULL (M3 rc1) 00/26] Needs early review and ACK
2013-07-30 10:04 ` Phil Blundell
@ 2013-07-30 13:14 ` Burton, Ross
0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2013-07-30 13:14 UTC (permalink / raw)
To: Phil Blundell; +Cc: paul.eggleton, openembedded-core
On 30 July 2013 11:04, Phil Blundell <pb@pbcl.net> wrote:
>> I'm still unsure why this patch was needed. I've nothing against
>> splitting out the OBEX functionality and controlling it with a
>> packageconfig, but this does disable it by default when before it was
>> enabled.
>
> Was that patch ever actually posted to the list? I don't recall seeing
> it in my inbox and I can't find it in the ML archive on the web.
Hmm, I can't see it either. I just went to fix the little problems I
found and discovered the details of obex in bluez5 are more
complicated so ended up revising the entire patch, which I've just
sent to the list.
Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [CONSOLIDATED PULL (M3 rc1) 00/26] Needs early review and ACK
2013-07-30 9:46 ` Burton, Ross
2013-07-30 10:04 ` Phil Blundell
@ 2013-07-30 14:24 ` Saul Wold
1 sibling, 0 replies; 5+ messages in thread
From: Saul Wold @ 2013-07-30 14:24 UTC (permalink / raw)
To: Burton, Ross; +Cc: paul.eggleton, openembedded-core
On 07/30/2013 02:46 AM, Burton, Ross wrote:
> On 30 July 2013 07:14, Saul Wold <sgw@linux.intel.com> wrote:
>> Saul Wold (2):
>> bluez5: Add obex as a PACKAGECONFIG and package seperately
>
> I'm still unsure why this patch was needed. I've nothing against
> splitting out the OBEX functionality and controlling it with a
> packageconfig, but this does disable it by default when before it was
> enabled.
>
> The libical build dependency is only required by obex, so that
> dependency needs to move.
>
Ok, then we can drop this,
>> texinfo: Update to 5.1
>
> Yesterday or so this was marked for testing, I presume it's been
> tested and works fine now?
>
Yes
Resending C-PUll Now
Sau!
> Ross
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-07-30 14:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 6:14 [CONSOLIDATED PULL (M3 rc1) 00/26] Needs early review and ACK Saul Wold
2013-07-30 9:46 ` Burton, Ross
2013-07-30 10:04 ` Phil Blundell
2013-07-30 13:14 ` Burton, Ross
2013-07-30 14:24 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox