Re: [yocto] ERROR: core-image-minimal-xfce-1.0-r0 do_rootfs:

2017-03-15 Thread Josef Holzmayr
Hi, On 16.03.2017 07:21, ravikiran j wrote: I am able to build the*core-image-minimal-xfce* image with *rpm *package management but , if i change the package-management from*rpm to deb* in local.conf file i am getting followling errors. the deb-based package manager sees little testing in gen

[yocto] ERROR: core-image-minimal-xfce-1.0-r0 do_rootfs:

2017-03-15 Thread ravikiran j
Hi everybody, I am able to build the* core-image-minimal-xfce* image with *rpm *package management but , if i change the package-management from* rpm to deb* in local.conf file i am getting followling errors. ERROR: core-image-minimal-xfce-1.0-r0 do_rootfs: Unable to install packages. Command

[yocto] [meta-raspberrypi][PATCH 1/1] Remove orphan bbappend

2017-03-15 Thread Fabien Lahoudere
gstreamer1.0-omx_1.2.0.bb and gstreamer1.0-omx_git.bb have been removed from poky on master branch, so related bbappend should be removed. Signed-off-by: Fabien Lahoudere --- .../gstreamer/gstreamer1.0-omx_1.2.0.bbappend | 14 -- recipes-multimedia/gstreamer/gstreamer1.0

Re: [yocto] [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES

2017-03-15 Thread Paul Barker
On Wed, 15 Mar 2017 09:45:53 -0400 Trevor Woerner wrote: > This recipe does not generate any libGL libraries, so remove libgl from the > list of libraries it provides. Among the libraries generated are libEGL and > libGLESv2. This entry makes it impossible to have, say, mesa provide libGL > since

Re: [yocto] [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES

2017-03-15 Thread Trevor Woerner
On Wed, Mar 15, 2017 at 10:30 AM, Paul Barker wrote: > I think Khem already has a similar patch staged for this: > https://github.com/kraj/meta-raspberrypi/commit/e070005aa8251c81323b393d49fd87f92e74cae1 Oops! thanks :-) -- ___ yocto mailing list yoct

Re: [yocto] Why generated locales does not have .UTF-8 suffix?

2017-03-15 Thread Fabio Emiliani
Hi Khem, I confirm that generated locales are UTF-8 encoded. Even if they don't have .utf8 suffix at the end of the file name. This morning I had an answer from StackOverflow: http://stackoverflow.com/questions/42784435/how-to-check-if-a-locale-is-utf-8/42797421#42797421 I've also opened a

[yocto] [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES

2017-03-15 Thread Trevor Woerner
This recipe does not generate any libGL libraries, so remove libgl from the list of libraries it provides. Among the libraries generated are libEGL and libGLESv2. This entry makes it impossible to have, say, mesa provide libGL since opkg thinks there is a conflict. Signed-off-by: Trevor Woerner -

Re: [yocto] List of packages in image and their Licenses

2017-03-15 Thread Josef Holzmayr
Hi, On 15.03.2017 09:42, Keskinarkaus, Teemu wrote: I know that there is bitbake command/option to get list of all packages available, but how would I get a list of packages that goes to any specific image? And is there a way to get what Licenses those packages are using? look at tmp/deploy/l

[yocto] List of packages in image and their Licenses

2017-03-15 Thread Keskinarkaus, Teemu
Hi, I know that there is bitbake command/option to get list of all packages available, but how would I get a list of packages that goes to any specific image? And is there a way to get what Licenses those packages are using? -TeemuK Actuant Corporation Email N

Re: [yocto] make[2]: *** No rule to make target 'fitImage'. Stop.

2017-03-15 Thread Robert P. J. Day
On Wed, 15 Mar 2017, Belisko Marek wrote: > On Tue, Mar 14, 2017 at 9:53 PM, Robert P. J. Day > wrote: > > On Tue, 14 Mar 2017, Belisko Marek wrote: > > > >> Hi Robert, > >> > >> On Tue, Mar 14, 2017 at 9:16 PM, Robert P. J. Day > >> wrote: > >> > On Mon, 13 Mar 2017, Robert P. J. Day wrote: >

Re: [yocto] make[2]: *** No rule to make target 'fitImage'. Stop.

2017-03-15 Thread Belisko Marek
On Tue, Mar 14, 2017 at 9:53 PM, Robert P. J. Day wrote: > On Tue, 14 Mar 2017, Belisko Marek wrote: > >> Hi Robert, >> >> On Tue, Mar 14, 2017 at 9:16 PM, Robert P. J. Day >> wrote: >> > On Mon, 13 Mar 2017, Robert P. J. Day wrote: >> > >> >> >> >> i'll start a new thread to focus on just thi

[yocto] Development and production images

2017-03-15 Thread Mircea Gliga
In my layer I've defined a separate image for development and a separate one for production, eg myimage-dbg.bb and myimage.bb The difference between them is that the devel one has extra packages installed. So, if you want to build a development image you build the `myimage-dbg` image, else the o

[yocto] arm-poky-linux-gnueabi-gcc: Command not found

2017-03-15 Thread ravikiran j
I am trying to build the linux kernel for odorid-xu3 board but i am getting following errors for *bitbake linux-stable* DEBUG: Executing shell function do_compile NOTE: make -j 4 HOSTCC=gcc HOSTCPP=gcc -E zImage CC=arm-poky-linux-gnueabi-gcc -fuse-ld=bfd LD=arm-poky-linux-gnueabi-ld.bfd ERROR