Re: [yocto] [RMC][PATCH v2] RMC: Support x32 build

2017-07-06 Thread Khor, Swee Aun
Okay. I will drop this patch. SweeAun -Original Message- From: Todor Minchev [mailto:todor.minc...@linux.intel.com] Sent: Friday, July 7, 2017 4:08 AM To: Khor, Swee Aun Cc: yocto@yoctoproject.org; Wold, Saul Subject: Re: [RMC][PATCH v2]

[yocto] [RMC][PATCH v2] RMC: Support x32 build

2017-07-06 Thread swee . aun . khor
From: sweeaun RMC efi is needed to compiled as 64 bits even DEFAULTTUNE is x32. Signed-off-by: sweeaun --- Makefile.efi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.efi b/Makefile.efi index 4f69dfe..95e0f8c 100644 ---

[yocto] [PATCH] RMC: Support x32 build

2017-07-06 Thread swee . aun . khor
From: sweeaun RMC efi is needed to compiled as 64 bits even DEFAULTTUNE is x32. Signed-off-by: sweeaun --- Makefile.efi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.efi b/Makefile.efi index 4f69dfe..95e0f8c 100644 ---

[yocto] Problem with Module Dependency

2017-07-06 Thread Jason Liu
Dear all, Right now I am developing driver for a camera. The camera module depends on the omap3-isp module. Most of the times the camera drive will load before the image signal processor module is loaded thus the camera won't function properly. For the developing version of the driver, I use

Re: [yocto] [RMC][PATCH v2] RMC: Support x32 build

2017-07-06 Thread Khem Raj
On Thu, Jul 6, 2017 at 3:46 PM, Minchev, Todor wrote: > On Thu, 2017-07-06 at 13:46 -0700, Todor Minchev wrote: >> On Thu, 2017-07-06 at 13:37 -0700, Khem Raj wrote: >> > On Thu, Jul 6, 2017 at 1:08 PM, Todor Minchev >> > wrote: >> > > On

Re: [yocto] [RMC][PATCH v2] RMC: Support x32 build

2017-07-06 Thread Minchev, Todor
On Thu, 2017-07-06 at 13:46 -0700, Todor Minchev wrote: > On Thu, 2017-07-06 at 13:37 -0700, Khem Raj wrote: > > On Thu, Jul 6, 2017 at 1:08 PM, Todor Minchev > > wrote: > > > On Wed, 2017-07-05 at 12:39 -0700, swee.aun.k...@intel.com wrote: > > >> From: sweeaun

Re: [yocto] [RMC][PATCH v2] RMC: Support x32 build

2017-07-06 Thread Todor Minchev
On Thu, 2017-07-06 at 13:37 -0700, Khem Raj wrote: > On Thu, Jul 6, 2017 at 1:08 PM, Todor Minchev > wrote: > > On Wed, 2017-07-05 at 12:39 -0700, swee.aun.k...@intel.com wrote: > >> From: sweeaun > >> > >> RMC efi is needed to compiled as

Re: [yocto] [RMC][PATCH v2] RMC: Support x32 build

2017-07-06 Thread Khem Raj
On Thu, Jul 6, 2017 at 1:08 PM, Todor Minchev wrote: > On Wed, 2017-07-05 at 12:39 -0700, swee.aun.k...@intel.com wrote: >> From: sweeaun >> >> RMC efi is needed to compiled as 64 bits even DEFAULTTUNE is x32. >> >> Signed-off-by: sweeaun

Re: [yocto] [RMC][PATCH v2] RMC: Support x32 build

2017-07-06 Thread Todor Minchev
On Wed, 2017-07-05 at 12:39 -0700, swee.aun.k...@intel.com wrote: > From: sweeaun > > RMC efi is needed to compiled as 64 bits even DEFAULTTUNE is x32. > > Signed-off-by: sweeaun > --- > Makefile.efi | 3 +++ > 1 file changed, 3 insertions(+)

Re: [yocto] [yocto-autobuilder][PATCH V4 1/1] ScrapeTargets.py: improve target search algorithm

2017-07-06 Thread Joshua Lock
On Thu, 2017-07-06 at 08:09 -0700, Stephano Cetola wrote: > On 07/06, Joshua Lock wrote: > > This still leaves us a bit brittle. What if someone adds whitespace > > around the assignment operator? Could you create a follow-on patch > > for > > that? > > > > Thanks! > > Actually, since the awk

Re: [yocto] [yocto-autobuilder][PATCH V4 1/1] ScrapeTargets.py: improve target search algorithm

2017-07-06 Thread Stephano Cetola
On 07/06, Joshua Lock wrote: > This still leaves us a bit brittle. What if someone adds whitespace > around the assignment operator? Could you create a follow-on patch for > that? > > Thanks! Actually, since the awk command just searches for self.targetsvar now instead of ``self.targetsvar="``,

[yocto] Perforce fetcher ignores module and label

2017-07-06 Thread Katu Txakur
Hi, I'm upgrading a recipe that fetches the source code from Perforce. The old recipe was: SRC_URI = " \ p4://${P4USER}:${P4PASSWD}:${P4HOST}:${P4PORT}@Depot/path/perforce/...;module=local/path/relativeto/p4;label=${P4CHANGELIST} \ " With the new version of /lib/bb/fetch2/perforce.py, I

Re: [yocto] [yocto-autobuilder][PATCH V4 1/1] ScrapeTargets.py: improve target search algorithm

2017-07-06 Thread Joshua Lock
On Wed, 2017-07-05 at 14:27 -0700, Stephano Cetola wrote: > When scraping the build targets from refkit-ci.inc, grep would only > return the first line of the search result. By replacing grep with > awk, we are now searching for multi-line variables, and should now > scrape build targets even if

[yocto] 403 error when trying to download toolchain

2017-07-06 Thread Babushkin, Andrey
Hi all! I am trying to download toolchain for Yocto 2.0.3 here http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/toolchain/ , but I get 403 Forbidden error. Is there any other places to download toolchain for Yocto 2.0.3? --- Best regards, Andrey Babushkin

Re: [yocto] xorg-xserver and gtk+3 do_configure fail in poky-pyro

2017-07-06 Thread Jussi Kukkonen
On 5 July 2017 at 17:10, Joseph Ngigi wrote: > | checking for GDK_DEP... no > | configure: error: Package requirements (pango pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gio-unix-2.0 >= 2.49.4 fontconfig x11 xext xi xrandr xcursor xfixes

Re: [yocto] RPi app built with SDK won't load

2017-07-06 Thread Paul D. DeRocco
I incorporated all the relevant symbols from environment-setup-cortexa7hf-neon-vfpv4-poky-linux-gnueabi. I defined the compilation command as ${CC} ${CFLAGS} and the linker command as ${LD} ${LDFLAGS}. Other Eclipse settings added -O3 -Wall -c to the compile, and -s to the link. When I did