[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

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

[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] 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

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 :-) -- ___

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

[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 --

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: >> > >> >> >> >>

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: > >> >

[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

[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

Re: [linux-yocto] [linux-yocto v4.1 0/4] net: mwifiex: Enable the DRCS & MSI support

2017-03-15 Thread Bruce Ashfield
I need the intel maintainers of this branch to comment on the changes. I have no issues with merging them, but need their ack before I'll do so. I've copied them on this reply! Cheers, Bruce On 2017-03-15 10:24 AM, Kevin Hao wrote: From: Kevin Hao Hi, This targets on