Re: [yocto] arm-none-eabi toolchain

2015-08-06 Thread Khem Raj
On Thu, Jul 30, 2015 at 10:25 PM, Lukas Weiss wrote: > Hello, > > i need a arm-none-eabi toolchain on my yocto host/build system. Ive tried to > use the arm-poky-linux-gnueabi, but it does not support the arm version + > format i need: > > arm-poky-linux-gnueabi-ld: unrecognised emulation mode: th

Re: [yocto] [meta-raspberrypi] userland

2015-08-06 Thread Khem Raj
On Thu, Aug 6, 2015 at 10:57 PM, Herve Jourdain wrote: > Hi, > > > > Currently, userland_git.bb PROVIDES virtual/egl and virtual/libgles2. > > But “userland” seems to provide many additional components: mmal, vcos, > openmaxil, vchiq_arm, bcm_host, WFC, OpenVG > > > > Wouldn’t it make sense to add

[yocto] [meta-raspberrypi] userland

2015-08-06 Thread Herve Jourdain
Hi, Currently, userland_git.bb PROVIDES virtual/egl and virtual/libgles2. But "userland" seems to provide many additional components: mmal, vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG Wouldn't it make sense to add additional PROVIDES to handle those as well? I'm thinking about op

Re: [yocto] qemux86 and generic86

2015-08-06 Thread Khem Raj
On Tue, Aug 4, 2015 at 10:44 PM, Amit Kumar wrote: > Hi, > > > > I have a basic doubts on qemux86 build application image is not working on > generic86 target. > > Suppose I have a application which I would like to test on target board, but > the target board is not yet ready. If I will want to te

Re: [yocto] do_install_append_class-target(): Files are not being installed on the system

2015-08-06 Thread Khem Raj
On Thu, Aug 6, 2015 at 1:32 PM, yocto yocto wrote: > Good day, > > I am writing a recipe using "inherit autotools". I am using > "do_install_append_class-target()" to install all files on the system. The > folder > > build/tmp/work/core2-32-poky-linux/my-recipe/x.y.z-r0/image > > contains all file

[yocto] do_install_append_class-target(): Files are not being installed on the system

2015-08-06 Thread yocto yocto
Good day, I am writing a recipe using "inherit autotools". I am using "do_install_append_class-target()" to install all files on the system. The folder build/tmp/work/core2-32-poky-linux/my-recipe/x.y.z-r0/image contains all files respectively the desired folder structure. However, after flashin

Re: [yocto] How to flash core-image-sato to a Nvidia Jetson TK1?

2015-08-06 Thread Khem Raj
> On Aug 6, 2015, at 11:13 AM, Dalton Fury wrote: > > I see, but why boot from SD card, which is slower when there is eMMC? easy to flash and wanted to keep ubuntu around. > > Anyways, I flashed it successfully. But now I have no clue as to how to > enable CUDA. > > I want to do some image

Re: [yocto] How to flash core-image-sato to a Nvidia Jetson TK1?

2015-08-06 Thread Dalton Fury
I see, but why boot from SD card, which is slower when there is eMMC? Anyways, I flashed it successfully. But now I have no clue as to how to enable CUDA. I want to do some image processing with OpenCV/CUDA. What I tried is to compile opencv with USE_CUDA=ON flage set in cmake. Then I tested to s

Re: [yocto] [meta-oracle-java] oracle-jse-jre fetch issue

2015-08-06 Thread Daniel.
Well so user has enough information to donwload it manualy. Still.. shame on you Oracle hahaha Best regards, - dhs -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-oracle-java] oracle-jse-jre fetch issue

2015-08-06 Thread Maxin B. John
Hi Daniel, On Wed, Aug 05, 2015 at 05:20:38PM -0300, Daniel. wrote: > Downloading JDK/JRE automagically is aways a pain in the a**. > Everytime that Oracle changes something on its website these scripts > crash. I agree with your comments.It is really difficult to find a "standard" way to downloa

Re: [yocto] Qt SDK Static Build

2015-08-06 Thread Smith, Virgil
> > $ bitbake meta-toolchain-qt5 > > well SDKIMAGE_FEATURES only work when you generate SDKs using - > cpopulate_sdk out of real images and not meta-toolchain-* targets which IMO > should no longer be used. As a (non-expert/non-maintainer) user, I'm happy to hear it said [by Khem Raj] that meta-t

Re: [yocto] [][meta-selinux] libpam: Upgrade recipe with wildcard.

2015-08-06 Thread Philip Tricca
This is a duplicate. Please disregard in favor of: https://lists.yoctoproject.org/pipermail/yocto/2015-July/025833.html Philip On 08/02/2015 08:52 AM, fl...@twobit.us wrote: > From: Philip Tricca > > The DESTDIR prefix patch is now upstream and no longer necessary. > > Signed-off-by: Philip Tr

Re: [yocto] qemux86 and generic86

2015-08-06 Thread Bruce Ashfield
On Wed, Aug 5, 2015 at 1:44 AM, Amit Kumar wrote: > Hi, > > > > I have a basic doubts on qemux86 build application image is not working on > generic86 target. > > Suppose I have a application which I would like to test on target board, but > the target board is not yet ready. If I will want to tes

Re: [yocto] [meta-raspberrypi][PATCH 5/5] rpi-default-providers: Switch providers according to used gfx stack

2015-08-06 Thread Andreas Müller
On Thu, Aug 6, 2015 at 8:59 AM, Javier Martinez Canillas wrote: > Yes, I in fact was not sure if it should be a distro or machine feature > and then decided on the former because there is more than the kernel to > make it work like changing mesa configure options. But as mentioned to > Andrea Müll

Re: [yocto] [meta-raspberrypi][PATCH 0/5] Add support for 4.1 kernel with vc4 DRM/KMS driver

2015-08-06 Thread Javier Martinez Canillas
Hello Petter, On 08/05/2015 10:48 PM, Petter Mabäcker wrote: > > > 2015-08-04 18:07 skrev Javier Martinez Canillas: > >> Hello Petter, >> > >> Thanks a lot for your feedback. >> >> On 08/04/2015 11:16 AM, Petter > Mabäcker wrote: >> >>> On 07/30/2015 10:34 AM, Javier Martinez Canillas > wrot

Re: [yocto] [meta-raspberrypi][PATCH 5/5] rpi-default-providers: Switch providers according to used gfx stack

2015-08-06 Thread Javier Martinez Canillas
Hello Khem, On 08/06/2015 04:54 AM, Khem Raj wrote: > On Tue, Aug 4, 2015 at 11:34 PM, Javier Martinez Canillas > wrote: >>> who defines the distro feature ? >>> >>> >> >> Distro features AFAICT are user defined options, you can for example have >> the following in your conf/local.conf: >> >> DIS