Re: [OE-core] [PATCH] fetch2/svn.py: fix Unable to fetch URL bug

2014-06-23 Thread Wenlin Kang
On 2014年06月11日 16:18, Wenlin Kang wrote: On 2014年06月03日 15:13, Wenlin Kang wrote: On 2014年06月03日 11:30, Saul Wold wrote: On 06/02/2014 06:55 PM, Wenlin Kang wrote: For svn source, when download a revsion on branches, if the download revsion < the branch created time revsion, then it will fail.

Re: [OE-core] [PATCH 3/5] iptables: add default rules

2014-06-23 Thread Burton, Ross
On 23 June 2014 03:32, Kai Kang wrote: > +# Firewall configuration written by system-config-securitylevel > +# Manual customization of this file is not recommended. That's just going to be confusing to anyone who doesn't know that this file was copied directly from RedHat. Also, is it sensible t

Re: [OE-core] [PATCH 0/5] Update iptables runtime recommends and add default init scripts and configs

2014-06-23 Thread Burton, Ross
> Kai Kang (5): > iptables: update RRECOMMENDS > iptables: add init script and configure file > iptables: update init script and bb file Squash these so there's a single commit that adds and integrates a working init script. > iptables: add default rules > iptables: update rules for ip6

[OE-core] [PATCH 2/2] scripts/test-remote-image: add value check for rootfs fstype, change method name used.

2014-06-23 Thread Corneliu Stoicescu
As per change in the oeqa/targetcontrol.py's BaseTarget class, changing the use of get_image_fstype() to match_image_fstype(). Also because there is no longer a value check done by the target controller's match_image_fstype() method, we have to do one here. + one helper comment for the get_cont

[OE-core] [PATCH 1/2] oeqa/targetcontrol.py: Separate the matching of supported image fstypes from the resulting value check.

2014-06-23 Thread Corneliu Stoicescu
Because we used a bb.fatal call inside the get_image_fstype classmethod, this caused problems when accessed without instantiating the object with a valid bb environment. Separating the matching part of the classmethod(that is usable by outside scripts) from the check of the resulting value. The

[OE-core] State of bitbake world, wrong PACKAGE_ARCHs

2014-06-23 Thread Martin Jansa
This is new report generated with oe-core/scripts/sstate-diff-machines.sh To reproduce it, you need "qemux86copy" MACHINE which is the same as qemux86 only with different name (to simulate 2 MACHINEs with same TUNE_PKGARCH in oe-core). You can find commit adding "qemux86copy" in jansa/master branc

Re: [OE-core] [PATCH 5/5] iptables: update init script and bb file

2014-06-23 Thread Anders Darander
* Kai Kang [140623 04:34]: > Update path of command iptables in init script that we put it in > /usr/sbin rather than /sbin. Then update bb file to install init script, > configure and rules files. These new files aren't that big, but could you anyway package at least the rules files into a separ

Re: [OE-core] [PATCH] usbinit, weston-init, run-postinsts, qt-demo-init: Drop allarch

2014-06-23 Thread Burton, Ross
On 19 June 2014 14:54, Paul Eggleton wrote: >> * update-rc.d.bbclass now adds dependency on TUNE_PKGARCH initscripts, so >> these cannot be allarch > > As I've said before, I really dislike this change. The system should be made > to handle the situation properly instead of working around the issu

Re: [OE-core] [PATCH] usbinit, weston-init, run-postinsts, qt-demo-init: Drop allarch

2014-06-23 Thread Martin Jansa
On Mon, Jun 23, 2014 at 01:12:25PM +0100, Burton, Ross wrote: > On 19 June 2014 14:54, Paul Eggleton wrote: > >> * update-rc.d.bbclass now adds dependency on TUNE_PKGARCH initscripts, so > >> these cannot be allarch > > > > As I've said before, I really dislike this change. The system should be ma

Re: [OE-core] [PATCH] usbinit, weston-init, run-postinsts, qt-demo-init: Drop allarch

2014-06-23 Thread Martin Jansa
On Mon, Jun 23, 2014 at 02:39:22PM +0200, Martin Jansa wrote: > On Mon, Jun 23, 2014 at 01:12:25PM +0100, Burton, Ross wrote: > > On 19 June 2014 14:54, Paul Eggleton wrote: > > >> * update-rc.d.bbclass now adds dependency on TUNE_PKGARCH initscripts, so > > >> these cannot be allarch > > > > > >

[OE-core] [PATCH 0/3] Comms and multimedia PUs

2014-06-23 Thread Cristian Iorga
The following changes since commit 7c1a975a1c2fd884aa9f6f4736656d854a6c5edb: bitbake: toaster: Fix spacing and layout in no image files notification (2014-06-20 14:03:58 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs http://git.yoctoproje

[OE-core] [PATCH 1/3] bluez5: upgrade to 5.20

2014-06-23 Thread Cristian Iorga
Mostly bugfix release; Improved handling of PS3 controllers; Support for the A2DP aptX codec. Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/bluez5/bluez5_5.19.bb | 3 --- meta/recipes-connectivity/bluez5/bluez5_5.20.bb | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) dele

[OE-core] [PATCH 2/3] harfbuzz: upgrade to 0.9.29

2014-06-23 Thread Cristian Iorga
Mostly a bugfix release. Signed-off-by: Cristian Iorga --- .../harfbuzz/{harfbuzz_0.9.28.bb => harfbuzz_0.9.29.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.28.bb => harfbuzz_0.9.29.bb} (88%) diff --git a/meta/r

[OE-core] [PATCH 3/3] iproute2: upgrade to 3.15.0

2014-06-23 Thread Cristian Iorga
The main new features are: * ss gets more attention * Support for HHF qdisc * Updates to bridge command * Lots of vxlan related changes * Lots of little corrections and build fixes. Signed-off-by: Cristian Iorga --- .../iproute2/{iproute2_3.14.0.bb => iproute2_3.15.0.bb}

[OE-core] [PATCH] recipes-devtools: fix segfault in lib32-gcc with "." multilib_dir

2014-06-23 Thread Paul Gortmaker
When enabling a lib32-gcc in a 64 bit build, without doing any other configuration, the mutilib dir is unspecified, which is represented internally in gcc as "." and as such uncovers an invalid free on a non-malloc'd pointer, triggered by that code path which erroneously checks for equality with ".

[OE-core] Fwd: [PATCH] Install list-records with resolvconf package

2014-06-23 Thread Jate S
I had sent this to the wrong list. -- Forwarded message -- From: Jate Sujjavanich Date: Mon, Jun 23, 2014 at 10:16 AM Subject: [PATCH] Install list-records with resolvconf package To: openembedded-de...@lists.openembedded.org, s...@linux.intel.com Cc: Jate Sujjavanich The resol

[OE-core] OE Changelog since 2014-06-15 until 2014-06-22

2014-06-23 Thread cliff . brake
Changelog since 2014-06-15 until 2014-06-22. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH] mkefidisk.sh: Allow symlink for device

2014-06-23 Thread Darren Hart
Allow the user to specify a symlink as the host device. If a link is used, mkefidisk will now dereference it and use the link target when looking for sysfs information. Signed-off-by: Darren Hart --- scripts/contrib/mkefidisk.sh | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/co

Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-23 Thread Denys Dmytriyenko
Sorry for the delay... On Tue, Jun 17, 2014 at 05:46:58PM +0100, Richard Purdie wrote: > On Tue, 2014-06-17 at 14:53 +, Hart, Darren wrote: > > Adding Scott R. > > I do need to sort out a documentation update. > > > I was just looking into that. It appears the ref-manual.html is the place >

Re: [OE-core] [PATCH 3/5] iptables: add default rules

2014-06-23 Thread Kang Kai
On 2014年06月23日 18:42, Burton, Ross wrote: On 23 June 2014 03:32, Kai Kang wrote: +# Firewall configuration written by system-config-securitylevel +# Manual customization of this file is not recommended. That's just going to be confusing to anyone who doesn't know that this file was copied dire

Re: [OE-core] [PATCH 5/5] iptables: update init script and bb file

2014-06-23 Thread Kang Kai
On 2014年06月23日 19:44, Anders Darander wrote: * Kai Kang [140623 04:34]: Update path of command iptables in init script that we put it in /usr/sbin rather than /sbin. Then update bb file to install init script, configure and rules files. These new files aren't that big, but could you anyway pac

Re: [OE-core] [PATCH 0/5] Update iptables runtime recommends and add default init scripts and configs

2014-06-23 Thread Kang Kai
On 2014年06月23日 18:44, Burton, Ross wrote: Kai Kang (5): iptables: update RRECOMMENDS iptables: add init script and configure file iptables: update init script and bb file Squash these so there's a single commit that adds and integrates a working init script. Though there is small chan

[OE-core] [PATCH 0/1] dbus-test: fix incorrect checksum

2014-06-23 Thread Chong Lu
The following changes since commit d7b3683834f9095d7c1144fda18b2a34b85cf339: meta-yocto-bsp: oeqa/controllers: add GrubTarget (2014-06-23 17:54:30 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/dbus-test http://git.pokylinux.org/cgit.cgi/poky-co

[OE-core] [PATCH 1/1] dbus-test: fix incorrect checksum

2014-06-23 Thread Chong Lu
Modify checksum to match new version. Signed-off-by: Chong Lu --- meta/recipes-core/dbus/dbus-test_1.8.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/dbus/dbus-test_1.8.2.bb b/meta/recipes-core/dbus/dbus-test_1.8.2.bb index 9c7b749..e19d2e9 100644

Re: [OE-core] [PATCH 5/5] iptables: update init script and bb file

2014-06-23 Thread Anders Darander
* Kang Kai [140624 03:49]: > On 2014年06月23日 19:44, Anders Darander wrote: > > * Kai Kang [140623 04:34]: > >> Update path of command iptables in init script that we put it in > >> /usr/sbin rather than /sbin. Then update bb file to install init script, > >> configure and rules files. > > These n

Re: [OE-core] [PATCH 3/5] iptables: add default rules

2014-06-23 Thread Anders Darander
* Kang Kai [140624 03:40]: > On 2014年06月23日 18:42, Burton, Ross wrote: > > On 23 June 2014 03:32, Kai Kang wrote: > > Also, is it sensible to ship a static firewall configuration? The one > > thing we're not is one-size-fits-all. > I just want users could start iptables without any professiona

Re: [OE-core] [PATCH 1/5] iptables: update RRECOMMENDS

2014-06-23 Thread Anders Darander
* Kai Kang [140623 04:34]: > @@ -15,7 +15,13 @@ RRECOMMENDS_${PN} = "kernel-module-x-tables \ > kernel-module-nf-conntrack \ > kernel-module-nf-conntrack-ipv4 \ > kernel-module-nf-nat \ > - kernel-module-ipt-mas