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

2014-06-11 Thread Wenlin Kang
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. The detail description reference the

[OE-core] [PATCH 0/1] rootfs.py: change the logic in _uninstall_unneeded

2014-06-11 Thread Chen Qi
The following changes since commit 84a4326473ce448c9bdd9a8b79383c319f04d339: Revert fontconfig: enable 64 bit file support (2014-06-10 17:34:09 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/rootfs-postinsts

[OE-core] [PATCH 1/1] rootfs.py: change the logic in _uninstall_unneeded

2014-06-11 Thread Chen Qi
Previously, if we have 'package-management' and 'read-only-rootfs' both in IMAGE_FEATRUES, we would meet the following error at system start-up. rm: can't remove '/etc/rcS.d/S99run-postinsts': Read-only file system However, what's really expected is that when there's no postinstall

[OE-core] State of bitbake world, Failed tasks 2014-06-11

2014-06-11 Thread Martin Jansa
On Tue, Jun 10, 2014 at 12:07:22PM +0200, Martin Jansa wrote: On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote: This build still contains huge patch setting B = S or inherit for autotools-brokensep for all recipes which were failing in earlier master builds. I've removed this

Re: [OE-core] State of bitbake world, Failed tasks 2014-06-11

2014-06-11 Thread Martin Jansa
On Wed, Jun 11, 2014 at 12:57:59PM +0200, Martin Jansa wrote: On Tue, Jun 10, 2014 at 12:07:22PM +0200, Martin Jansa wrote: On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote: This build still contains huge patch setting B = S or inherit for autotools-brokensep for all recipes

[OE-core] RFC: automatic -dbg splitting

2014-06-11 Thread Burton, Ross
Hi, So yet again I was wrestling PACKAGES and FILES in an attempt to get everything in the right place, the latest complication being ptest and where they are in the PACKAGES chain making correct splitting tricky. Again I wondered why debug packages need explicit FILES, and did a quick hack as a

Re: [OE-core] [oe] RFC: automatic -dbg splitting

2014-06-11 Thread Christopher Larson
On Wed, Jun 11, 2014 at 12:10 PM, Burton, Ross ross.bur...@intel.com wrote: So yet again I was wrestling PACKAGES and FILES in an attempt to get everything in the right place, the latest complication being ptest and where they are in the PACKAGES chain making correct splitting tricky. Again

Re: [OE-core] [PATCH] buildstats-summary.bbclass: Import useful bbclass from meta-mentor

2014-06-11 Thread Christopher Larson
On Fri, Jun 6, 2014 at 12:27 PM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/buildstats-summary.bbclass | 43 + 1 file changed, 43 insertions(+) create mode 100644

Re: [OE-core] [PATCH] buildstats-summary.bbclass: Import useful bbclass from meta-mentor

2014-06-11 Thread Martin Jansa
On Wed, Jun 11, 2014 at 01:54:38PM -0700, Christopher Larson wrote: On Fri, Jun 6, 2014 at 12:27 PM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/buildstats-summary.bbclass | 43 + 1

[OE-core] [PATCH 1/1] nfs-utils: Do not pass CFLAGS to gcc while building

2014-06-11 Thread Chong Lu
Do not pass CFLAGS/LDFLAGS to gcc while building, The needed flags has been passed by xxx_CFLAGS=$(CFLAGS_FOR_BUILD). Signed-off-by: Chong Lu chong...@windriver.com --- ...-Do-not-pass-CFLAGS-to-gcc-while-building.patch | 42 ++

[OE-core] [PATCH 0/1] nfs-utils: Do not pass CFLAGS to gcc while building

2014-06-11 Thread Chong Lu
The following changes since commit b5a928af721026795be7b7f68b2dd577408afbe5: bitbake: toaster: add Project class models to orm (2014-06-11 10:35:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/nfs-utils

Re: [OE-core] [PATCH 1/1] Add wic support to generate rootfs image for uboot

2014-06-11 Thread Saul Wold
On 06/10/2014 06:41 AM, Adrian Calianu wrote: Add support in wic to build ramdisk uboot images from list of packages or from an existing rootfs folder. Some prerequisites are required for this new build setup: ../poky/scripts/lib/image/config/wic.conf [create] arch=target_arch (example:

[OE-core] [RFC - WIP v2 05/10] connman: convert to use conf-files

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf-files/conf-files}/qemuall/wired-setup | 0 .../conf-files/conf-files}/qemuall/wired.config| 0 meta/recipes-connectivity/connman/connman-conf.bb | 24 -- meta/recipes-connectivity/connman/connman.inc |

[OE-core] [RFC - WIP v2 02/10] apmd: convert to use conf-files

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 5 + .../{apmd/apmd-3.2.2-14 = conf-files/conf-files}/apmd_proxy.conf| 0 2 files changed, 1 insertion(+), 4 deletions(-) rename meta/recipes-bsp/{apmd/apmd-3.2.2-14 =

[OE-core] [RFC - WIP v2 01/10] conf-files: New recipe to create single recipe for config files

2014-06-11 Thread Saul Wold
This recipe will create 1 package for config files, we could optionally add a bbclass file to ensure consistency with RRECOMMENDS_ = =conf This is a work in progress, the do_install might even beable to automagically generated. We don't want to create a bbclass for these since it will cause the

[OE-core] [RFC - WIP v2 00/10] conf-files: New recipe to consolidate config file

2014-06-11 Thread Saul Wold
This is a little further along, I would really like to get some feedback on the direction I am taking this. The idea is that a block of anonymous code will generate all the metadata and do_install() function for the existing config files such that a .bbappend can be created to override specific

[OE-core] [RFC - WIP v2 10/10] xorg-config: move xorg.conf files into conf-files as bbappend

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf-files/conf-files}/genericx86-64/xorg.conf| 0 .../conf-files/conf-files}/genericx86/xorg.conf | 0 .../conf-files/conf-files_%.bbappend} | 0 3 files

[OE-core] [RFC - WIP v2 06/10] init-ifupdown: convert to use conf-files

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf-files/conf-files}/interfaces | 0 .../conf-files/conf-files}/qemuarm/interfaces | 0 .../conf-files/conf-files}/qemuarmv6/interfaces | 0

[OE-core] [RFC - WIP v2 09/10] pointercal-xinput: convert to conf-files and remove

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf-files/conf-files}/pointercal.xinput | 0 .../xinput-calibrator/pointercal-xinput_0.0.bb | 20 .../xinput-calibrator/xinput-calibrator_git.bb | 3 +-- 3 files changed, 1 insertion(+), 22

[OE-core] [RFC - WIP v2 04/10] formfactor: convert to conf-files

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../{formfactor/files = conf-files/conf-files}/machconfig | 0 .../{formfactor/files = conf-files/conf-files}/qemuarm/machconfig | 0 .../files = conf-files/conf-files}/qemuarmv6/machconfig | 0 .../files =

[OE-core] [RFC - WIP v2 07/10] pointer: convert to conf-files and remove

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf-files}/pointercal | 0 .../conf-files}/qemuarm/pointercal | 0 .../conf-files}/qemuarmv6/pointercal | 0 .../conf-files}/qemuarmv7/pointercal | 0

[OE-core] [RFC - WIP v2 03/10] alsa-state: convert to use conf-files

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-bsp/alsa-state/alsa-state.bb| 9 +++-- .../{alsa-state/alsa-state = conf-files/conf-files}/asound.conf | 0 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-bsp/{alsa-state/alsa-state =

[OE-core] [RFC - WIP v2 08/10] xserver-xf86-config: convert to use conf-files and remove

2014-06-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf-files/conf-files}/qemuarm/xorg.conf | 0 .../conf-files/conf-files}/qemumips/xorg.conf| 0 .../conf-files/conf-files}/qemumips64/xorg.conf | 0 .../conf-files/conf-files}/qemuppc/xorg.conf | 0