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

2015-04-08 Thread Khem Raj
> On Apr 8, 2015, at 7:24 PM, Ash Charles wrote: > > Hi, > > In my Yocto build, the RPM package for gettext-dev has a depency on an > apparently non-existent package "libgettextlib-dev". In the generated > pkgdata/runtime/gettext-dev file, I see > "RRECOMMENDS_gettext-dev: libgettextlib-dev l

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

2015-04-08 Thread Ash Charles
Hi, In my Yocto build, the RPM package for gettext-dev has a depency on an apparently non-existent package "libgettextlib-dev". In the generated pkgdata/runtime/gettext-dev file, I see "RRECOMMENDS_gettext-dev: libgettextlib-dev libgettextsrc-dev glibc-dev expat-dev". >From the gettext recipe,

Re: [yocto] Python Error in SDK

2015-04-08 Thread Erik Bolton
Hey Paul: Thanks very much for the help. I already have a meta-toolchain.bbappend in our project so I added nativesdk-python-modules to the TOOLCHAIN_HOST_TASK append line in there. The system doesn't seem to detect the change, though. If I "bitbake meta-toolchain" no tasks are performed. If I

[yocto] Yocto Dizzy + Beaglebone + Qt5 (Internal compiler error)

2015-04-08 Thread Martin Beaudet
Hi, I'm building an image for the beaglebone. I would like to use (at least) the version 5.4 of QT with elgfs platform. Also the hardware accelerated support on Beaglebone Black. Here is what I've done yet : # SHELL COMMAND : $ mkdir poky $ git clone -b dizzy git://git.yoctoproject.org/poky $ cd

[yocto] I need your help

2015-04-08 Thread allen . lai
hello ! Added gstreamer 1.0 (default version built is still 0.10) in yocto 1.5 how to change default version built is gstreamer 1.0 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Python Error in SDK

2015-04-08 Thread Paul Eggleton
Hi Erik, On Tuesday 07 April 2015 06:44:01 Erik Bolton wrote: > This has been brought up before (although I think the error was different), > but I'm having a lot of issues with the version of Python included with the > SDK. > > We use Python for code generation as part of our project. If I sourc

Re: [yocto] [meta-intel]

2015-04-08 Thread Saul Wold
On 04/08/2015 06:28 AM, J.J. Garcia wrote: Hi all I'm trying to use the meta-intel/DIZZY branch (MACHINE defined as intel-core2-32) for an Atom D2550 unit. AFAIK the 2550 supports the 64 bits so, which is the best way to build the image for the unit? Is it recommended to go for DEFAULTTUNE="co

[yocto] Yocto Dizzy + Beaglebone + Qt5 (Internal compiler error)

2015-04-08 Thread Martin Beaudet
Hi, I'm building an image for the beaglebone. I would like to use (at least) the version 5.4 of QT with elgfs platform. Also the hardware accelerated support on Beaglebone Black. Here is what I've done yet : # SHELL COMMAND : $ mkdir poky $ git clone -b dizzy git://git.

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

2015-04-08 Thread Martin Jansa
On Wed, Apr 08, 2015 at 07:17:56PM +0530, praveen vattipalli wrote: > hi, > I am building xerces-c in yocto-1.7.1(dizzy) on ubuntu12.04 64bit for > cortexa9 board. > > I am referring below link > > http://lists.openembedded.org/pipermail/openembedded-devel/ > 2012-January/082676.html > xerces-c_3

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

2015-04-08 Thread praveen vattipalli
Hi Anders, I have added to xerces-c_3.1.1.bb do_install_append() { rm -rf ${D}/usr/src/ } but no use still getting the error >>2) Package those file in either one of the current packages, or in a new package. I didn't get this. Thanks Praveen On Wed, Apr 8, 2015 at 7:23 PM, Anders

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

2015-04-08 Thread Anders Darander
* praveen vattipalli [150408 15:48]: > +PACKAGES = "libxerces-c \ > + libxerces-c-dbg \ > + libxerces-c-dev \ > + xerces-c-samples \ > + xerces-c-samples-dbg \ > +" > + > +FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" > +FILES_libxerces-c-dbg = "${libdir}/.debug/" > +FILES_libxerces-c-dev = "

[yocto] error in xerces-c in yocto-dizzy-1.7.1

2015-04-08 Thread praveen vattipalli
hi, I am building xerces-c in yocto-1.7.1(dizzy) on ubuntu12.04 64bit for cortexa9 board. I am referring below link http://lists.openembedded.org/pipermail/openembedded-devel/ 2012-January/082676.html xerces-c_3.1.1.bb +DESCRIPTION = "Xerces-c is a validating xml parser written in C++" +HOMEPAGE

[yocto] [meta-intel]

2015-04-08 Thread J.J. Garcia
Hi all I'm trying to use the meta-intel/DIZZY branch (MACHINE defined as intel-core2-32) for an Atom D2550 unit. AFAIK the 2550 supports the 64 bits so, which is the best way to build the image for the unit? Is it recommended to go for DEFAULTTUNE="core2-64" in local.conf while using the intel-c

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

2015-04-08 Thread Martin Jansa
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 valgrind. I am getting do_compile_ptest_base error. If i remove

Re: [yocto] bblayer priorities ignored for bbappends?

2015-04-08 Thread Martin Jansa
On Wed, Apr 08, 2015 at 12:29:21PM +0200, Tobias Olausson wrote: > Hi Paul > > On 8 April 2015 at 10:55, Paul Eggleton > wrote: > > > Hi Tobias, > > > > On Wednesday 08 April 2015 08:54:20 Tobias Olausson wrote: > > > I just had a weird experience with yocto and I wanted to know if the > > > des

Re: [yocto] bblayer priorities ignored for bbappends?

2015-04-08 Thread Tobias Olausson
Hi Paul On 8 April 2015 at 10:55, Paul Eggleton wrote: > Hi Tobias, > > On Wednesday 08 April 2015 08:54:20 Tobias Olausson wrote: > > I just had a weird experience with yocto and I wanted to know if the > > described behaviour is intentional. > > > > I have a layer with priority 7 containing a

Re: [yocto] bblayer priorities ignored for bbappends?

2015-04-08 Thread Nikolay Dimitrov
Hi Paul, Tobias, On 04/08/2015 11:55 AM, Paul Eggleton wrote: Hi Tobias, On Wednesday 08 April 2015 08:54:20 Tobias Olausson wrote: I just had a weird experience with yocto and I wanted to know if the described behaviour is intentional. I have a layer with priority 7 containing a recipe, foo.

Re: [yocto] bblayer priorities ignored for bbappends?

2015-04-08 Thread Paul Eggleton
Hi Tobias, On Wednesday 08 April 2015 08:54:20 Tobias Olausson wrote: > I just had a weird experience with yocto and I wanted to know if the > described behaviour is intentional. > > I have a layer with priority 7 containing a recipe, foo.bb. In another > layer, with priority 8, there is a foo.bb

[yocto] do_compile_ptest_base error (valgrind) in dizzy

2015-04-08 Thread praveen vattipalli
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 valgrind. I am getting do_compile_ptest_base error. If i remove ptest in valgrind_3.9.0.bb it is building without errors. I am using poky-d