[yocto] Beaglebone Black - LCD 7''

2015-04-09 Thread Martin Beaudet
Hi, I build a Beaglebone Black image using Yocto with this configuration : BB_VERSION= "1.22.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-14.10" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "beaglebone"

Re: [yocto] RREPLACES and RCONFLICTS when switching from linux-yocto to linux-yocto-custom

2015-04-09 Thread Bryan Evenson
All, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Bryan Evenson > Sent: Thursday, April 09, 2015 8:27 AM > To: yocto@yoctoproject.org > Subject: [yocto] RREPLACES and RCONFLICTS when switching from linux- > yocto to lin

Re: [yocto] False dependency on non-existent libgettextlib-dev

2015-04-09 Thread Ash Charles
On Wed, Apr 8, 2015 at 11:54 PM, Khem Raj wrote: > its probably due to solib name renaming, which is debian thing. > you just might kill this -dev package completely and just have gettext-dev > have everything development related. Hi Khem, Thanks for your response. How would I go about killing t

Re: [yocto] Using PACKAGECONFIG

2015-04-09 Thread Gary Thomas
On 2015-04-09 08:16, Paul Eggleton wrote: Hi Gary, On Thursday 09 April 2015 07:45:47 Gary Thomas wrote: I'm trying to extend PACKAGECONFIG for a recipe (vlc). The main recipe contains this: PACKAGECONFIG ?= " live555" PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" PACKAG

Re: [yocto] Using PACKAGECONFIG

2015-04-09 Thread Paul Eggleton
On Thursday 09 April 2015 15:16:58 Paul Eggleton wrote: > Hi Gary, > > On Thursday 09 April 2015 07:45:47 Gary Thomas wrote: > > I'm trying to extend PACKAGECONFIG for a recipe (vlc). The > > > > main recipe contains this: > >PACKAGECONFIG ?= " live555" > >PACKAGECONFIG[mad] = "--enable-

Re: [yocto] Using PACKAGECONFIG

2015-04-09 Thread Paul Eggleton
Hi Gary, On Thursday 09 April 2015 07:45:47 Gary Thomas wrote: > I'm trying to extend PACKAGECONFIG for a recipe (vlc). The > main recipe contains this: >PACKAGECONFIG ?= " live555" >PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" >PACKAGECONFIG[a52] = "--enable-a52,--disable

[yocto] Using PACKAGECONFIG

2015-04-09 Thread Gary Thomas
I'm trying to extend PACKAGECONFIG for a recipe (vlc). The main recipe contains this: PACKAGECONFIG ?= " live555" PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" P

[yocto] toaster configuration variables

2015-04-09 Thread Timur Aydin
Hi, I am using yocto version 1.6.2 Daisy branch to build a linux distribution for the imx6 processor. I have started the toaster prior to the build and after the build is done, I have examined the bitbake configuration variables. It looks like the variable values displayed by the toaster are

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread Paul Eggleton
On Thursday 09 April 2015 16:10:52 praveen vattipalli wrote: > On Thu, Apr 9, 2015 at 3:39 PM, Paul Eggleton > wrote: > > > > On Thursday 09 April 2015 15:30:40 praveen vattipalli wrote: > > > i changed the bb file > > > now xerces-c_3.1.1.bb recipe looks like this > >

[yocto] systemd inherited package will not be enabled on boot

2015-04-09 Thread kris duff
Hello, using yocto dizzy ( but had the same problem with daisy ) I have a strange problem with few recipes that inherit from systemd.bbclass. When I add the package to an image recipe, the software will NOT be started on boot. But, if I install the package from RPM, it will be started automatical

[yocto] RREPLACES and RCONFLICTS when switching from linux-yocto to linux-yocto-custom

2015-04-09 Thread Bryan Evenson
I am on poky/dizzy and I am using opkg for package management. I recently discovered I had a problem with my custom kernel image recipe and instead of the package name being called "kernel-image-3.10.0-custom" it was called "kernel-image-3.10.0-yocto-standard" (as shown by "opkg list-installed"

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread praveen vattipalli
Hi Paul, I got struck here what should i add to .bb file to solve this error... Thanks Praveen On Thu, Apr 9, 2015 at 3:39 PM, Paul Eggleton wrote: > On Thursday 09 April 2015 15:30:40 praveen vattipalli wrote: > > i changed the bb file > > now xerces-c_3.1.1.bb recip

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread Paul Eggleton
On Thursday 09 April 2015 15:30:40 praveen vattipalli wrote: > i changed the bb file > now xerces-c_3.1.1.bb recipe looks like this > > DESCRIPTION = "Xerces-c is a validating xml parser written in C++" > HOMEPAGE = "http://xerces.apache.org/xerces-c/"; > SECTION = "lib

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread praveen vattipalli
HI i changed the bb file now xerces-c_3.1.1.bb recipe looks like this DESCRIPTION = "Xerces-c is a validating xml parser written in C++" HOMEPAGE = "http://xerces.apache.org/xerces-c/"; SECTION = "libs" PRIORITY = "optional" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM =

Re: [yocto] [meta-intel]

2015-04-09 Thread J.J. Garcia
Hi Sau! Thanks for you quick reply. I'm building it with the intel-core2-32 machine and with the core2-64 tune this morning i'll let you know if there are issues (is it correct to use the mx32 instead the m64 in this case for the D2550? is there a noticeable increase of speed?) Im using my own d

Re: [yocto] do_compile_ptest_base error (valgrind) in dizzy

2015-04-09 Thread Khem Raj
> On Apr 8, 2015, at 4:47 AM, Martin Jansa wrote: > > On Wed, Apr 08, 2015 at 12:39:56PM +0530, praveen vattipalli wrote: >> hi >> I am using 64 bit ubuntu12.04 and compiling coertexa9 arch arm board. I >> could able to build core-image-minimal successfully. But when I am trying >> to build val