[OE-core] [PREVIEW CONSOLIDATED PATCH 00/42] M2 Final Pull - Preview

2013-07-02 Thread Saul Wold
Paul, Ross: Please take a look at this set, been tested mostly on the Auotbuiler, I have already pulled a couple of items from MUT since they were causing issues with the build. I will send a final version in my morning for RP to sync with. We need to start the Weekly build by around 11:00am

Re: [OE-core] [PATCH 4/4 v2] udev: Add RRECOMMENDS for udev-cache to enable the cache

2013-07-02 Thread Koen Kooi
Op 1 jul. 2013, om 22:48 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This will enable the udev cache for sysvinit systems, which does improve post-first boots. Can I please get some numbers on that? I haven't used it for years since it actually slowed down boot when I

Re: [OE-core] [PATCH] udev: Add RRECOMMENDS for udev-cache to enable the cache

2013-07-02 Thread Koen Kooi
Op 1 jul. 2013, om 20:58 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This will enable the udev cache for sysvinit systems, which does improve post-first boots. But will it stay disabled for non-sysv init systems? ___

Re: [OE-core] [PATCH 4/4 v2] udev: Add RRECOMMENDS for udev-cache to enable the cache

2013-07-02 Thread ChenQi
On 07/02/2013 04:41 PM, Koen Kooi wrote: Op 1 jul. 2013, om 22:48 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This will enable the udev cache for sysvinit systems, which does improve post-first boots. Can I please get some numbers on that? I haven't used it for years since

Re: [OE-core] [PATCH] udev: Add RRECOMMENDS for udev-cache to enable the cache

2013-07-02 Thread ChenQi
On 07/02/2013 04:42 PM, Koen Kooi wrote: Op 1 jul. 2013, om 20:58 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This will enable the udev cache for sysvinit systems, which does improve post-first boots. But will it stay disabled for non-sysv init systems? I think so. After

Re: [OE-core] [PATCH 3/4] mesa: bump SRCREV in git recipe, refresh patches

2013-07-02 Thread Burton, Ross
On 1 July 2013 20:36, Martin Jansa martin.ja...@gmail.com wrote: * 0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch needs to be rebased so move old version for 9.1.3 to mesa-9.1.3/ and update the version in meta/ Typo meta/. -# 9.1.3 commit -SRCREV =

Re: [OE-core] [PATCH 0/4] Fix and cleanup for mesa

2013-07-02 Thread Burton, Ross
On 1 July 2013 20:36, Martin Jansa martin.ja...@gmail.com wrote: Martin Jansa (4): mesa: Improve gallium PACKAGECONFIG options mesa: fix pipe_loader_sw build without libx11 mesa: bump SRCREV in git recipe, refresh patches mesa: remove drirc file Apart from my comments about the

[OE-core] Create btrfs subvolume during image building

2013-07-02 Thread Yevhen Kyriukha
Hi! I'd like to create image with btrfs rootfs partition. I want to store all files on separate subvolume on btrfs partition. For this purpose I'm creating *.bbclass that simply extends IMAGE_CMD. The problem is that to create btrfs subvolume I need to mount it first, but only root can execute

Re: [OE-core] Create btrfs subvolume during image building

2013-07-02 Thread Sander van Grieken
On Tuesday, July 2, 2013 14:04 CEST, Yevhen Kyriukha kirg...@gmail.com wrote: Hi! I'd like to create image with btrfs rootfs partition. I want to store all files on separate subvolume on btrfs partition. For this purpose I'm creating *.bbclass that simply extends IMAGE_CMD. The problem

Re: [OE-core] [PATCH 3/4] mesa: bump SRCREV in git recipe, refresh patches

2013-07-02 Thread Burton, Ross
On 2 July 2013 12:44, Martin Jansa martin.ja...@gmail.com wrote: -# 9.1.3 commit -SRCREV = f32ec82a8cfcabc5b7596796f36afe7986651f02 +SRCREV = 5a925cc5504575c22dbb7d29842d7fc5babcb5c7 PV = 9.1.3+git${SRCPV} git describe doesn't call this a descendent of 9.1.x so I presume this is a

[OE-core] [oe-core][RFC PATCH] sstate.bbclass: Add an extra check for sstate_mirrors

2013-07-02 Thread Joe MacDonald
BB_NO_NETWORK disables any fetching, however if we're using an external sstate cache, we may want to be able to fetch those objects even if we are not fetching the upstream sources. Denote this situation by setting SSTATE_MIRROR_ALLOW_NETWORK in local.conf. When it is found, for sstate cache

Re: [OE-core] Create btrfs subvolume during image building

2013-07-02 Thread Colin Walters
On Tue, 2013-07-02 at 15:04 +0300, Yevhen Kyriukha wrote: Hi! I'd like to create image with btrfs rootfs partition. I want to store all files on separate subvolume on btrfs partition. For this purpose I'm creating *.bbclass that simply extends IMAGE_CMD. The problem is that to create

[OE-core] [PATCH 2/3] classes/package: print command output when commands fail

2013-07-02 Thread Paul Eggleton
When external commands such as debugedit fail, it can be useful to see their output, so use oe.utils.getstatusoutput() instead of subprocess.call() to capture this and print it on failure. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/package.bbclass | 29

[OE-core] [PATCH 1/3] rpm: add wrapper for debugedit executable

2013-07-02 Thread Paul Eggleton
This should fix sstate relocation issues with debugedit failing during do_package on the Yocto Project autobuilder. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-devtools/rpm/rpm_5.4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/3] Fixes for autobuilder failures

2013-07-02 Thread Paul Eggleton
Fixes for two build failures showing up on the autobuilder, along with a resulting improvement for package.bbclass that should let us see the actual output when debugedit fails if it does so in future. The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42:

[OE-core] [PATCH 3/4] lttng-ust: Update to 2.2.0 based release

2013-07-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../lttng-ust/build-Fix-out-of-tree-build.patch| 28 ++ .../{lttng-ust_2.1.2.bb = lttng-ust_2.2.0.bb} | 6 ++--- 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644

[OE-core] [PATCH 1/4] lttng-tools: Update to 2.2.0 based release

2013-07-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../lttng/{lttng-tools_2.1.0.bb = lttng-tools_2.2.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-kernel/lttng/{lttng-tools_2.1.0.bb = lttng-tools_2.2.0.bb} (92%) diff --git

[OE-core] [PATCH 4/4] babeltrace: Update to 1.1.1 based release

2013-07-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-kernel/lttng/{babeltrace_1.1.0.bb = babeltrace_1.1.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{babeltrace_1.1.0.bb = babeltrace_1.1.1.bb} (91%) diff --git

[OE-core] [PATCH 2/4] lttng-modules: Update to 2.2.0 based release

2013-07-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- ...modules-replace-KERNELDIR-with-KERNEL_SRC.patch | 66 +- ...tng-modules_2.1.1.bb = lttng-modules_2.2.0.bb} | 5 +- 2 files changed, 55 insertions(+), 16 deletions(-) rename

Re: [OE-core] [PATCH v3] security_flags: Add the compiler and linker flags that enhance security

2013-07-02 Thread Saul Wold
On 07/02/2013 03:36 AM, Burton, Ross wrote: On 28 June 2013 23:08, Saul Wold s...@linux.intel.com wrote: These flags add addition checks at compile, link and runtime to prevent stack smashing, checking for buffer overflows, and link at program start to prevent call spoofing later. This needs

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-07-02 Thread Otavio Salvador
On Tue, Jul 2, 2013 at 11:28 AM, Saul Wold s...@linux.intel.com wrote: Any updates on this issue? This is outside my skills :-) Khem did you have time to look at Saul file? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-07-02 Thread Saul Wold
Any updates on this issue? Sau! On 06/26/2013 10:14 AM, Saul Wold wrote: On 06/25/2013 11:00 AM, Khem Raj wrote: On Jun 25, 2013, at 10:46 AM, Otavio Salvador ota...@ossystems.com.br wrote: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_2.6.35_11.09.01 hmm

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-07-02 Thread Khem Raj
On Jul 2, 2013, at 7:47 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Jul 2, 2013 at 11:28 AM, Saul Wold s...@linux.intel.com wrote: Any updates on this issue? This is outside my skills :-) Khem did you have time to look at Saul file? issue is narrowed down but fix is not

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-07-02 Thread Otavio Salvador
On Tue, Jul 2, 2013 at 11:54 AM, Khem Raj raj.k...@gmail.com wrote: On Jul 2, 2013, at 7:47 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Jul 2, 2013 at 11:28 AM, Saul Wold s...@linux.intel.com wrote: Any updates on this issue? This is outside my skills :-) Khem did you have

[OE-core] [CONSOLIDATED PULL 00/44] Pre-M2 Patches and Updates

2013-07-02 Thread Saul Wold
Richard, We have reviewed and built and done some testing on the following patch set. Paul worked on fixing a number of the Autobuilder failures from MUT. Paul has a bitbake patch for M2 also Sau! The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42: classes/insane:

Re: [OE-core] [PATCH] mkelfimage: switch to git repository

2013-07-02 Thread Burton, Ross
On 2 July 2013 13:45, Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com wrote: Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com Can you explain why you're switching to git (unreleased features you need, I presume?) in the commit message please. Ross

Re: [OE-core] [PREVIEW CONSOLIDATED PATCH 00/42] M2 Final Pull - Preview

2013-07-02 Thread Laurentiu Palcu
On 07/02/2013 01:21 PM, Burton, Ross wrote: On 2 July 2013 08:14, Saul Wold s...@linux.intel.com wrote: Laurentiu Palcu (1): xinput-calibrator: move it from meta-oe to oe-core Drop, about to mail a review. I didn't see any reasonable reason for dropping this. Or, maybe, there was and I

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-07-02 Thread Saul Wold
Looks like there is a NEW ICE on PPC in the ltp: http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-ppc/builds/149/steps/Building%20Images/logs/stdio | powerpc-poky-linux-gnuspe-gcc -m32 -mcpu=8548 -mabi=spe -mspe -mfloat-gprs=double

Re: [OE-core] [PATCH v2 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-02 Thread Burton, Ross
On 1 July 2013 14:57, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +do_install() { +# Only install file if it has a contents +if [ -s ${S}/pointercal.xinput ]; then +install -d ${D}${sysconfdir}/ +install -m 0644 ${S}/pointercal.xinput ${D}${sysconfdir}/ +fi

Re: [OE-core] [PATCH v2 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-02 Thread Burton, Ross
On 2 July 2013 17:21, Laurentiu Palcu laurentiu.pa...@intel.com wrote: The file always has content because the file in the main recipe has a comment in. Personally I think not installing a useless file is the right thing to do, so we should change the default pointercal.xinput to be empty.

Re: [OE-core] [PATCH v2 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-02 Thread Martin Jansa
On Tue, Jul 02, 2013 at 04:25:19PM +0100, Burton, Ross wrote: On 1 July 2013 14:57, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +do_install() { +# Only install file if it has a contents +if [ -s ${S}/pointercal.xinput ]; then +install -d ${D}${sysconfdir}/ +

Re: [OE-core] [PATCH v2 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-02 Thread Laurentiu Palcu
On 07/02/2013 06:25 PM, Burton, Ross wrote: On 1 July 2013 14:57, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +do_install() { +# Only install file if it has a contents +if [ -s ${S}/pointercal.xinput ]; then +install -d ${D}${sysconfdir}/ +install -m 0644

Re: [OE-core] [PATCH v2 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-02 Thread Paul Eggleton
On Tuesday 02 July 2013 18:50:27 Martin Jansa wrote: On Tue, Jul 02, 2013 at 04:25:19PM +0100, Burton, Ross wrote: +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +inherit autotools systemd systemd? +RPROVIDES_${PN} += ${PN}-systemd +RREPLACES_${PN} +=

[OE-core] [PATCH] layer.conf: Bumping LAYERVERSION_core

2013-07-02 Thread Elizabeth Flanagan
Bumping LAYERVERSION_core to denote where meta-toolchain* is being depreciated. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- meta/conf/layer.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index

Re: [OE-core] [PATCH] layer.conf: Bumping LAYERVERSION_core

2013-07-02 Thread Phil Blundell
On Tue, 2013-07-02 at 10:45 -0700, Elizabeth Flanagan wrote: Bumping LAYERVERSION_core to denote where meta-toolchain* is being depreciated. This commit message doesn't provide much explanation of what exactly is going on and why this constitutes significant changes that will cause

Re: [OE-core] [PATCH] layer.conf: Bumping LAYERVERSION_core

2013-07-02 Thread Flanagan, Elizabeth
This goes back to my RFC: http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/39016 As we are removing meta-toolchain* and replacing it with bitbake imagename -c populate_sdk this causes issues with those of us who need to do automated builds both on the current development branch

Re: [OE-core] [CONSOLIDATED PULL 00/44] Pre-M2 Patches and Updates

2013-07-02 Thread Richard Purdie
On Tue, 2013-07-02 at 08:09 -0700, Saul Wold wrote: Richard, We have reviewed and built and done some testing on the following patch set. Paul worked on fixing a number of the Autobuilder failures from MUT. Thanks, I merged these. Paul has a bitbake patch for M2 also Ok, but where do I

Re: [OE-core] [PATCH] layer.conf: Bumping LAYERVERSION_core

2013-07-02 Thread Paul Eggleton
Hi Beth, On Tuesday 02 July 2013 12:20:00 Flanagan, Elizabeth wrote: This goes back to my RFC: http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/39016 Sorry, I meant to reply to that email and didn't get around to it, my apologies. As we are removing meta-toolchain* and

Re: [OE-core] [CONSOLIDATED PULL 00/44] Pre-M2 Patches and Updates

2013-07-02 Thread Paul Eggleton
On Tuesday 02 July 2013 22:30:07 Richard Purdie wrote: On Tue, 2013-07-02 at 08:09 -0700, Saul Wold wrote: We have reviewed and built and done some testing on the following patch set. Paul worked on fixing a number of the Autobuilder failures from MUT. Thanks, I merged these. Paul

Re: [OE-core] [PATCH] layer.conf: Bumping LAYERVERSION_core

2013-07-02 Thread Flanagan, Elizabeth
On Tue, Jul 2, 2013 at 2:50 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Beth, On Tuesday 02 July 2013 12:20:00 Flanagan, Elizabeth wrote: This goes back to my RFC: http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/39016 Sorry, I meant to reply to that email and

[OE-core] [PATCH v2] layer.conf: Bumping LAYERVERSION_core

2013-07-02 Thread Elizabeth Flanagan
Bumping LAYERVERSION_core to denote where meta-toolchain* is being depreciated. This goes back to my RFC: http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/39016 As we are removing meta-toolchain* and replacing it with bitbake imagename -c populate_sdk this causes issues with

Re: [OE-core] [PATCH v7] systemd: added python-systemd package generation.

2013-07-02 Thread Saul Wold
On 06/26/2013 05:15 AM, Yevhen Kyriukha wrote: --- meta/recipes-core/systemd/systemd_204.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_204.bb b/meta/recipes-core/systemd/systemd_204.bb index b8b1290..a12c6c9

Re: [OE-core] [PATCH v7] systemd: added python-systemd package generation.

2013-07-02 Thread Chris Larson
On Tue, Jul 2, 2013 at 4:36 PM, Saul Wold s...@linux.intel.com wrote: On 06/26/2013 05:15 AM, Yevhen Kyriukha wrote: --- meta/recipes-core/systemd/syst**emd_204.bb http://systemd_204.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 0/1] busybox: upgrade to stable 1.21.1

2013-07-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 80b263430453896189b704d0997943642eec6fef: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] busybox: upgrade to stable 1.21.1

2013-07-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Merged or backported patches are dropped. The wget_dl_dir_fix.patch was submitted more than 1 year ago, it's about the -P option behavior, and it's not accepted, so I dropped this patch too. Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH 0/1] ifupdown: set kernel parameters firstly

2013-07-02 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] init-ifupdown: set kernel parameters firstly

2013-07-02 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com When do ipv6 ready test, some DAD (duplicate address detect) tests failed since it expect IPV6 will be disabled, but not. even accept_dad has been set to correct value 2. Further investigation shows the root cause is that setting the kernel parameter

[OE-core] [HELP]How Can I make the uImage contain dtb?

2013-07-02 Thread ????
I'm using the yocto project to build the kernel and rootfs. After the yocto bitbake finish building the kernel, it will product a dtb file and uImage+dtb file. Now I pick up the kernel source code from the yocto, and wondering how to product the uImage+dtb file. Since my uboot is lack of

[OE-core] [PATCH 0/1] busybox: fix the on-device upgrade issue

2013-07-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 80b263430453896189b704d0997943642eec6fef: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] busybox: fix the on-target upgrade problem

2013-07-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com We now can have a 'one-binary' version of busybox, or 'two-binary' version of busybox, controlled by the 'BUSYBOX_SPLIT_SUID' variable. This makes on-target upgrade a problem, as we have to support the following four upgrading paths. For convenience, in the

[OE-core] [PATCH 1/1] xf86-video-modesetting: upgrade to 0.8.0

2013-07-02 Thread Jonathan Liu
Removed patch integrated upstream. Signed-off-by: Jonathan Liu net...@gmail.com --- ...ort-32-bpp-pixmaps-when-24-bpp-fb-is-used.patch | 31 -- .../xorg-driver/xf86-video-modesetting_0.7.0.bb| 9 --- .../xorg-driver/xf86-video-modesetting_0.8.0.bb| 7 + 3

[OE-core] [PATCH 0/1] xf86-video-modesetting: upgrade to 0.8.0

2013-07-02 Thread Jonathan Liu
Tested on Intel Atom Desktop Board D2500HN with gma500 kernel module. Jonathan Liu (1): xf86-video-modesetting: upgrade to 0.8.0 ...ort-32-bpp-pixmaps-when-24-bpp-fb-is-used.patch | 31 -- .../xorg-driver/xf86-video-modesetting_0.7.0.bb| 9 ---