[yocto] what IMAGE_TYPES are valid to pass as "initrd" param to "bootm"?

2016-07-07 Thread Robert P. J. Day
not at my dev machine right now, otherwise i'm sure i could figure this out, but what possible values for IMAGE_FSTYPES are acceptable to download to u-boot and pass to "bootm" directly as the second argument for the initrd? rday -- ===

Re: [yocto] is meta-mono layer actively supported?

2016-07-07 Thread Khem Raj
On Thu, Jul 7, 2016 at 12:50 AM, Robert P. J. Day wrote: > > out of nowhere, a client of mine wants to port from WEC7 to linux > using YP; they already have a working app written in C# .NET and want > to drag it with them, obviously using mono. > > i see the YP wiki page on running .NET apps h

Re: [yocto] Confused on how to use native sdk correctly

2016-07-07 Thread Khem Raj
On Thu, Jul 7, 2016 at 12:40 AM, Alfonso Lima Astor wrote: > Hello all, > > I am working on a project that creates applications for host and target > architectures. The target SDK works fine, but I am struggling to understand > how to use the host SDK. In my project, we have tools using QT librari

Re: [yocto] USB cam device

2016-07-07 Thread Khem Raj
On Thu, Jul 7, 2016 at 2:59 AM, Peter Balazovic wrote: > Dears, > > I want to have my USB cam device to start numbering from /dev/video5 > and not to assign an usual device (vide0) to the usb camera via UVC > driver > > What should I modify to change it out of default? you might be able to do it

[yocto] [meta-selinux][PATCH] refpolicy: remove virtual prefix for runtime providers

2016-07-07 Thread Joe MacDonald
In keeping with the approach of only providing a single default policy at runtime, we were originally using a virtual/refpolicy dependency and filling it with one of our specific refpolicy implementations. This works well enough for some package systems, but fails for others (specifically deb, pos

Re: [yocto] How to set the prefix of a (cmake) recipe?

2016-07-07 Thread Burton, Ross
On 7 July 2016 at 14:24, wrote: > I want to install my software packages to the usr/local/bin dir. That is > why I need to change the prefix form usr to usr/local. How to archive that? > > The software is build through a cmake. Is there somethingt I need to think > extra for setting the prefix?

[yocto] How to set the prefix of a (cmake) recipe?

2016-07-07 Thread S . Jaritz
Hej I want to install my software packages to the usr/local/bin dir. That is why I need to change the prefix form usr to usr/local. How to archive that? The software is build through a cmake. Is there somethingt I need to think extra for setting the prefix? Maybe I found some inconsistency: @

Re: [yocto] yocto build cross toolchain issue

2016-07-07 Thread Chandra Mishra (chanmish)
Hi Khem Raj, Sorry for the confusion. There is no such dependency that we can’t change the link order. What I meant was in reply, “Since with older gcc version library sequence was working, I didn’t doubt on that”. But resequencing the library is working for me. Regards, [http://www.cisco.com/

[yocto] USB cam device

2016-07-07 Thread Peter Balazovic
Dears, I want to have my USB cam device to start numbering from /dev/video5 and not to assign an usual device (vide0) to the usb camera via UVC driver What should I modify to change it out of default? Thanks. -- ___ yocto mailing list yocto@yoctoproj

Re: [yocto] How do I select the kernel version in Dizzy ? ( 3.10 | 3.14 | 3.17 )

2016-07-07 Thread Mark T
Thanks - that's working. Mark On 6 July 2016 at 18:53, Khem Raj wrote: > On Wed, Jul 6, 2016 at 10:40 AM, Mark T wrote: > > Hi, > > > > The Dizzy revision looks to support 3 kernel versions ( 3.10 | 3.14 | > 3.17 > > ). > > > > If I chose Dizzy 1.7.3 - how do I ensure the 3.10 kernel is used f

[yocto] Toaster build fails on Master branch Yocto

2016-07-07 Thread Sambaran Ghosh
While creating a toaster project with the Master Yocto branch, build always fails. But if I select Krogoth or Jethro branch then builds succeeds. The major problem with sub-branches like Krogoth is that there few layers supported. Is everyone having similar problem? And do you have any solution? -

Re: [yocto] how to tftp download a newer u-boot into RAM and simply execute it?

2016-07-07 Thread Kevin Hao
On Wed, Jul 06, 2016 at 03:37:04PM -0400, Bruce Ashfield wrote: > > > >so, before i commit myself to this, who's the PPC/MPC8315E-RDB > > expert on this list who can confirm a stock u-boot should flash to NOR > > and just plain run? The ramboot is not supported for this board in u-boot. There

[yocto] is meta-mono layer actively supported?

2016-07-07 Thread Robert P. J. Day
out of nowhere, a client of mine wants to port from WEC7 to linux using YP; they already have a working app written in C# .NET and want to drag it with them, obviously using mono. i see the YP wiki page on running .NET apps here: https://wiki.yoctoproject.org/wiki/Building_and_running_embedd

Re: [yocto] linux/limits.h: No such file or directory

2016-07-07 Thread Clemens Lang
Hi, Takashi Matsuzawa wrote: > >configure: error: C preprocessor "x86_64-pokysdk-linux-gcc -E > --sysroot=/mnt/ssd2/>yocto/dev/tmp/x86-wk3/sysroots/x86_64-nativesdk-pokysdk-linux > > " fails sanity check > >| See `config.log' for more details. > > If I look into config.log > (gcc-4.9.2/bu

[yocto] Confused on how to use native sdk correctly

2016-07-07 Thread Alfonso Lima Astor
Hello all, I am working on a project that creates applications for host and target architectures. The target SDK works fine, but I am struggling to understand how to use the host SDK. In my project, we have tools using QT libraries, OpenCV libraries and headers and libraries from other packages.