Re: [yocto] Question / issue

2014-05-12 Thread David Nyström
On 2014-05-12 07:56, Paul McGougan wrote: From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Secondly, (and this is our main issue) I have found that by adding the do_install_append function, even if it is completely empty, whenever I try to bitbake anything that depends on the

Re: [yocto] [OE-core] Features in Yocto Project 1.7

2014-03-27 Thread David Nyström
On 2014-03-25 15:31, David Nyström wrote: On 2014-03-24 17:00, Richard Purdie wrote: As development on 1.6 finishes up, its time to think about what we should be doing in the 1.7 cycle. I think from my perspective, in 1.7 I'd like to see us looking at Developer Workflow. Its a generic topic

Re: [yocto] [OE-core] Features in Yocto Project 1.7

2014-03-25 Thread David Nyström
On 2014-03-24 17:00, Richard Purdie wrote: As development on 1.6 finishes up, its time to think about what we should be doing in the 1.7 cycle. I think from my perspective, in 1.7 I'd like to see us looking at Developer Workflow. Its a generic topic which I think covered multiple areas (in no

Re: [yocto] [RFC] Blubber, a tool to set up yocto/poky projects easily

2014-03-11 Thread David Nyström
On 2014-03-10 17:15, Josef Holzmayr wrote: Hello Marc, Marc Ferland ferla...@sonatest.com hat am 10. März 2014 um 16:52 geschrieben: On Mon, Mar 10, 2014 at 11:59:08AM +0100, Josef Holzmayr wrote: Howdy! After looking more and more into yocto, one of the main issues for me is the process

[yocto] [yocto-docs][PATCH] Revert ref-manual: Added sdk-pms to Distro Feature list.

2013-12-05 Thread David Nyström
=80a8ecf91181f2fbec1a45231615b12949327970 Signed-off-by: David Nyström david.nyst...@enea.com --- documentation/ref-manual/ref-features.xml | 6 -- 1 file changed, 6 deletions(-) diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 11e3731..f5641c6 100644

[yocto] [OE-core][PATCHv2] nativesdk-packagegroup-sdk-host: Add new DISTRO_FEATURE, sdk-pms

2013-10-23 Thread David Nyström
Added a new distro feature called sdk-pms, since smartpm rdepends on the python runtime. This to avoid bloating the SDK tarball for those who does not want it. Signed-off-by: David Nyström david.nyst...@enea.com --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 3 ++- 1

[yocto] [yocto-docs][PATCH] ref-manual: Added description of sdk-pms DISTRO_FEATURE

2013-10-23 Thread David Nyström
Added description of DISTRO_FEATURE sdk-pms in the Yocto reference manual. Signed-off-by: David Nyström david.nyst...@enea.com --- documentation/ref-manual/ref-features.xml | 4 1 file changed, 4 insertions(+) diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref

[yocto] libpam libprelude issues.

2013-09-23 Thread David Nyström
Hi, I'm on: Build Configuration: BB_VERSION= 1.19.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Ubuntu-13.10 TARGET_SYS= x86_64-poky-linux MACHINE = qemux86-64 DISTRO= poky DISTRO_VERSION= 1.4+snapshot-20130923 TUNE_FEATURES = m64

Re: [yocto] libpam libprelude issues.

2013-09-23 Thread David Nyström
On 09/23/2013 03:03 PM, David Nyström wrote: Hi, I'm on: Build Configuration: BB_VERSION= 1.19.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Ubuntu-13.10 TARGET_SYS= x86_64-poky-linux MACHINE = qemux86-64 DISTRO= poky DISTRO_VERSION= 1.4

Re: [yocto] libpam libprelude issues.

2013-09-23 Thread David Nyström
http://lists.openembedded.org/pipermail/openembedded-devel/2012-March/083804.html This bug seems a bit ripe :), patch sent with --disable-prelude on the oe-core mailinglist. Br, David On 09/23/2013 03:11 PM, David Nyström wrote: On 09/23/2013 03:03 PM, David Nyström wrote: Hi, I'm

[yocto] [PATCH] Added ability to parse python sources to create-recipe

2012-12-17 Thread David Nyström
Hi, Added python source parsing abilities to create-recipe. Signed-off-by: David Nyström david.nyst...@enea.com --- scripts/create-recipe | 51 ++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/scripts/create-recipe b/scripts

Re: [yocto] [PATCH] Use += consistently when setting IMAGE_FSTYPES in Yocto machine conf files.

2012-12-13 Thread David Nyström
Hi, Hmm, This will lead to these variables beeing append:able but non-overridable in image layer, as an(un?)intended consequence, right ? Br, David Sent from my Android phone using TouchDown (www.nitrodesk.com) -Original Message- From: Robert P. J. Day [rpj...@crashcourse.ca]

Re: [yocto] Using other recipes output in Makefile-project

2012-09-21 Thread David Nyström
All built libs and headers are installed in the sysroot, header files and libs should be installed in their standard locations. Dependent recipes should reference them from this location. If you have runtime dependencies you should probably add RDEPENDS as well. Package configuration could be

[yocto] [eclipse-poky][PATCH] Fix NullPointerException

2012-09-04 Thread David Nyström
null. Author:Björn Arnelid bjorn.arne...@enea.com Signed-off-by: David Nyström david.nyst...@enea.com --- .../src/org/yocto/sdk/ide/YoctoSDKUtils.java | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk

Re: [yocto] [eclipse-poky][PATCH] Fix NullPointerException

2012-09-04 Thread David Nyström
(www.nitrodesk.com) -Original Message- From: Zhang, Jessica [jessica.zh...@intel.com] Received: Tuesday, 04 Sep 2012, 19:21 To: David Nyström [david.nyst...@enea.com]; yocto@yoctoproject.org [yocto@yoctoproject.org] CC: Björn Arnelid [bjorn.arne...@enea.com] Subject: RE: [yocto] [eclipse-poky][PATCH] Fix

Re: [yocto] [meta-fsl-ppc][PATCH 2/2] fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide linux-libc-headers-nativesdk

2012-08-21 Thread David Nyström
On 08/20/2012 09:50 PM, McClintock Matthew-B29882 wrote: Adding David back... -M On Mon, Aug 20, 2012 at 2:42 PM, Matthew McClintock m...@freescale.com wrote: On Mon, Aug 20, 2012 at 2:27 PM, Khem Raj raj.k...@gmail.com wrote: I just checked and we do have a few obscure bits in our kernel

Re: [yocto] edison/denzil patches (post-1.1.2 and 1.2.1)

2012-08-13 Thread David Nyström
On 07/23/2012 09:59 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 17, 2012 at 4:19 PM, William Mills wmi...@ti.com wrote: On 07/17/2012 04:43 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 17, 2012 at 3:18 PM, Stewart, David C david.c.stew...@intel.com wrote: Hey Matthew - From:

Re: [yocto] [meta-fsl-ppc][PATCH 2/2] fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide linux-libc-headers-nativesdk

2012-07-06 Thread David Nyström
So that about a disto refusing this and possibly other BSP layers ? Should the disto.conf select of nativesdk be made machine specific on all machines in meta-fsl-ppc ? And one added target after a meta-fsl-ppc rebase would break stuff, I guess. Br David Sent from Android -Original

Re: [yocto] [meta-fsl-ppc][PATCH 2/2] fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide linux-libc-headers-nativesdk

2012-07-06 Thread David Nyström
typo refusing = reusing. -Original Message- From: David Nyström [david.nyst...@enea.com] Received: Friday, 06 Jul 2012, 12:49 To: yocto@yoctoproject.org [yocto@yoctoproject.org]; raj.k...@gmail.com [raj.k...@gmail.com] Subject: Re: [yocto] [meta-fsl-ppc][PATCH 2/2] fsl.conf:Let

Re: [yocto] [meta-fsl-ppc][PATCH 2/2] fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide linux-libc-headers-nativesdk

2012-07-06 Thread David Nyström
To: David Nyström [david.nyst...@enea.com] CC: yocto@yoctoproject.org [yocto@yoctoproject.org]; raj.k...@gmail.com [raj.k...@gmail.com] Subject: Re: [yocto] [meta-fsl-ppc][PATCH 2/2] fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide linux-libc-headers-nativesdk On Fri, Jul 6, 2012 at 5:49 AM

Re: [yocto] kernel-modules problem

2012-06-30 Thread David Nyström
Adding kernel-modules to IMAGE_INSTALL += should solve this issue . .br. David Sent from my Android phone using TouchDown (www.nitrodesk.com) -Original Message- From: caterwaul [caterw...@163.com] Received: Saturday, 30 Jun 2012, 14:46 To: yocto [yocto@yoctoproject.org] Subject:

Re: [yocto] Recipe question - source directory of depency parent

2012-06-07 Thread David Nyström
Have a look at: poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb Use ${KERNEL_STAGING_DIR} to locate kernel sources. Br, David On 06/07/2012 09:12 PM, Jim Rucker wrote: I'm creating a bitbake recipe for a package that is a loadable module, but it requires the linux source directory

Re: [yocto] Recipe question - source directory of depency parent

2012-06-07 Thread David Nyström
Oops, That should be ${STAGING_KERNEL_DIR} Br, David On 06/07/2012 09:17 PM, David Nyström wrote: Have a look at: poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb Use ${KERNEL_STAGING_DIR} to locate kernel sources. Br, David On 06/07/2012 09:12 PM, Jim Rucker wrote: I'm

Re: [yocto] PR and bbappends

2012-06-04 Thread David Nyström
On 06/01/2012 09:32 PM, McClintock Matthew-B29882 wrote: On Fri, Jun 1, 2012 at 5:34 AM, David Nyströmdavid.nyst...@enea.com wrote: On 05/31/2012 04:01 PM, Khem Raj wrote: On Thu, May 31, 2012 at 3:54 AM, David Nyströmdavid.nyst...@enea.com wrote: Hi All, Is there a good way to get the

[yocto] PR and bbappends

2012-05-31 Thread David Nyström
Hi All, Is there a good way to get the layer name ?, I want to add PR .= +${LAYER_NAME}.0 to my bbappends for clarity and versioning when having multiple meta layers. Where a bbappend:s on package X can reside in one, two or more layers. Best Regards, David

[yocto] ALT_SRC_URI ?

2012-05-30 Thread David Nyström
Hi, Since meta-fsl-ppc:s git daemon(git://git.freescale.com) was down, I experimented with adding the http reference as a mirror. MIRRORS_prepend = \ git://git.freescale.com/ppc/sdk/linux.git git://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git;protocol=http \n Which failed and gave me:

Re: [yocto] how to set up PREMIRRORS_prepend to avoid constant git clones?

2012-03-12 Thread David Nyström
On 03/10/2012 04:51 PM, Gary Thomas wrote: On 2012-03-10 08:46, Robert P. J. Day wrote: On Sat, 10 Mar 2012, Gary Thomas wrote: On 2012-03-10 08:29, Robert P. J. Day wrote: On Sat, 10 Mar 2012, Gary Thomas wrote: On 2012-03-10 06:39, Robert P. J. Day wrote: ... snip ... $ bitbake

Re: [yocto] Issue building meta-toolchain

2012-02-22 Thread David Nyström
On 02/21/2012 06:37 PM, Paul Eggleton wrote: On Tuesday 21 February 2012 11:31:54 John Toomey wrote: I am getting the following error when trying to build meta-toolchain: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'libx11-nativesdk' (but

Re: [yocto] Trying to re-use sstate.

2012-02-05 Thread David Nyström
On 02/04/2012 05:51 AM, Scott Garman wrote: Hello, I'm trying to re-use the sstate from one build directory and move it to another. It's not working - bitbake is rebuilding *everything*. My hunch is the reason for this is because bblayers.conf must differ between the two build directories,

[yocto] FW: Yocto Project Technical Team Meeting

2012-01-19 Thread David Nyström
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time (Mexico) BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10 END:STANDARD BEGIN:DAYLIGHT

[yocto] Variable locality too restricted.

2011-12-07 Thread David Nyström
Hi, I'm trying to create a setup for qemuppc. Goals: core-image-minimal + virtual/kernel. core-image-minimal + virtual/kernel with modified .config for debug flavoured kernel. Problems: PREFERRED_PROVIDER seems to be restricted to local.conf, distro and machine. Creating another machine for