Re: [yocto] Error while buildng SGX

2016-05-05 Thread Khem Raj
Did you investiagte a bit on the hints that has been provided On May 5, 2016 8:16 PM, "Harinath maddelal" < harinath.madd...@inedasystems.com> wrote: > Hi > > Can you please help me in this > > Thanks and Regards, > Harinath > > > > From: yocto-boun...@yoct

Re: [yocto] udev automount.rules not running on boot

2016-05-05 Thread Gary Thomas
On 2016-05-05 21:56, Paul Knopf wrote: It appears that /dev isn't mounted by the time the rules fire. What I winded up doing is creating a init.d script that re-triggers an "add" command for any block device partitions. - #!/bin/sh for line in `cat /proc/partitions |g

Re: [yocto] Error while buildng SGX

2016-05-05 Thread Harinath maddelal
Hi Can you please help me in this Thanks and Regards, Harinath From: yocto-boun...@yoctoproject.org on behalf of Harinath maddelal Sent: Tuesday, May 3, 2016 11:13:13 AM To: Khem Raj Cc: yocto@yoctoproject.org Subject: Re: [yocto] Error while buildng

Re: [yocto] Multiple MACHINEs in a single build?

2016-05-05 Thread Khem Raj
On Thu, May 5, 2016 at 12:20 PM, Marcelo E. Magallon wrote: > On Thu, May 05, 2016 at 06:45:36AM -0700, Khem Raj wrote: > >> > This works: >> > >> > $ MACHINE=qemux86 bitbake core-image-minimal >> > $ MACHINE=qemux86-64 bitbake core-image-minimal >> > >> > and bitbake parallelizes the buil

Re: [yocto] udev automount.rules not running on boot

2016-05-05 Thread Paul Knopf
It appears that /dev isn't mounted by the time the rules fire. What I winded up doing is creating a init.d script that re-triggers an "add" command for any block device partitions. - #!/bin/sh for line in `cat /proc/partitions |grep -e [s]d[a-z][0-9]$ |awk '{print $4}'`;

Re: [yocto] Multiple MACHINEs in a single build?

2016-05-05 Thread Marcelo E. Magallon
On Thu, May 05, 2016 at 06:45:36AM -0700, Khem Raj wrote: > > This works: > > > > $ MACHINE=qemux86 bitbake core-image-minimal > > $ MACHINE=qemux86-64 bitbake core-image-minimal > > > > and bitbake parallelizes the build across tasks. What I'm trying to > > figure out is if it's possibl

Re: [yocto] Multiple MACHINEs in a single build?

2016-05-05 Thread Paul Eggleton
Hi Marcelo, On Wed, 04 May 2016 20:08:42 Marcelo E. Magallon wrote: > I suspect this is documented in a FAQ somewhere, but I'm failing to hit > the correct keywords when googling... > > Is there a way to support building images for multiple MACHINEs in a > single workspace at the same time? > >

Re: [yocto] oracle-jse-jdk

2016-05-05 Thread Mark Hatle
On 5/5/16 12:43 PM, Mihaylov, Emil wrote: > hi Mark, > > my oracle-jse-jdk_1.7.0.bb > > looks like this > > --- > > # Automatically choose java package based on target architecture > DEPENDS += "libav gtk+ libxslt libxtst" DEPENDS says it needs to be

[yocto] udev automount.rules not running on boot

2016-05-05 Thread Paul Knopf
I am using the automount.rules in udev-extra-conf. If I boot up with a block device plugged in, nothing is mounted. If I plug in the device AFTER the machine is booted, it shows up (in /run/media/*). How do I get these rules to be applied on boot? -- Thanks, Paul Knopf Software Engineer Med X C

Re: [yocto] oracle-jse-jdk

2016-05-05 Thread Mihaylov, Emil
hi Mark, my oracle-jse-jdk_1.7.0.bb looks like this --- # Automatically choose java package based on target architecture DEPENDS += "libav gtk+ libxslt libxtst" def get_java_pkg(d): TA = d.getVar('TARGET_ARCH', True) if TA == "i586":

Re: [yocto] oracle-jse-jdk

2016-05-05 Thread Mark Hatle
On 5/5/16 11:57 AM, Mihaylov, Emil wrote: > ython-argparse@lib32_x86 pciutils@x86_64 python-multiprocessing@lib32_x86 > libxml2@lib32_x86 > | Loading cache... > | Updating cache... > [100%] > | > | Computing transaction...error: Can't install

[yocto] oracle-jse-jdk

2016-05-05 Thread Mihaylov, Emil
ython-argparse@lib32_x86 pciutils@x86_64 python-multiprocessing@lib32_x86 libxml2@lib32_x86 | Loading cache... | Updating cache... [100%] | | Computing transaction...error: Can't install oracle-jse-jdk-1.7.0-u67r0@x86_64: no package provides libavcodec.s

Re: [yocto] Multiple MACHINEs in a single build?

2016-05-05 Thread Khem Raj
> On May 4, 2016, at 7:08 PM, Marcelo E. Magallon > wrote: > > Hi, > > I suspect this is documented in a FAQ somewhere, but I'm failing to hit > the correct keywords when googling... > > Is there a way to support building images for multiple MACHINEs in a > single workspace at the same time?

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: Upgrade to 4.4.8

2016-05-05 Thread Andrei Gherzan
On Mon, Apr 25, 2016 at 02:29:14PM -0700, Khem Raj wrote: > Fixes for gcc6 > Drop upstreamed patch > > Signed-off-by: Khem Raj Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yocto

Re: [yocto] [meta-raspberrypi][PATCH] replace base_contains by bb.utils.contains

2016-05-05 Thread Andrei Gherzan
On Sat, Apr 30, 2016 at 02:09:24PM +0200, Andreas Müller wrote: > Signed-off-by: Andreas Müller > --- > recipes-connectivity/bluez5/bluez5_%.bbappend | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend > b/recipes-connectivity/bl