Re: [yocto] Selecting different kernel inside an image recipe

2015-08-05 Thread Mike Looijmans
There are several solutions: - Pick one kernel as the "master" one. Create recipes for alternative kernels as required, but blank the (R)PROVIDES so that they do not "provide" a kernel and bitbake will treat them as yet another package to build. In the scripts that you use to deploy the image

Re: [yocto] Stale warning?

2015-08-05 Thread Paul Eggleton
Hi Gary, On Tuesday 04 August 2015 09:04:59 Gary Thomas wrote: > While I was fixing the python3 nativesdk recipe, I ran this > step a few times: >$ bitbake nativesdk-python3 -C compile > > After this, I get this warning: >WARNING: > virtual:nativesdk:/local/poky-cutting-edge/meta/recipes-

Re: [yocto] ADD GDB in FSL toolchain

2015-08-05 Thread Luo Zhenhua
Hi Sarayu, Do you want the gdb utility which can be executed on host machine or gdb stuffs of target machine? If the former, the utility is already included(/sysroots/x86_64-fslsdk-linux/usr/bin/arm-fsl-linux-gnueabi/arm-fsl-linux-gnueabi-gdb), if the latter, you can follow Khem's suggestion.

[yocto] [ANNOUNCEMENT] Milestone 1 for Yocto Project 1.9 now available.

2015-08-05 Thread Flanagan, Elizabeth
The first milestone release for Yocto Project 1.9 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.9_M1/ Thank you everyone for your contributions. eclipse-poky/juno-master bbd410e2c5db9532ea373ec993c5e8d9 eclipse-poky/kepler-master 989ee9bda9c0d

Re: [yocto] [ANNOUNCEMENT] Milestone 1 for Yocto Project 1.9 now available.

2015-08-05 Thread nick
On 2015-08-05 10:45 AM, Flanagan, Elizabeth wrote: > The first milestone release for Yocto Project 1.9 is available for download > now. > > http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.9_M1/ > > Thank you everyone for your contributions. > > eclipse-poky/juno-master bbd

Re: [yocto] [ANNOUNCEMENT] Milestone 1 for Yocto Project 1.9 now available.

2015-08-05 Thread Flanagan, Elizabeth
On 5 August 2015 at 15:53, nick wrote: > > > On 2015-08-05 10:45 AM, Flanagan, Elizabeth wrote: >> The first milestone release for Yocto Project 1.9 is available for download >> now. >> >> http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.9_M1/ >> >> Thank you everyone for your

Re: [yocto] ADD GDB in FSL toolchain

2015-08-05 Thread Sarayu Krishna Sivanandam
Thanks for the reply . That worked for me . I was able to add gdb to my toolchain. Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Wed, Aug 5, 2015 at 2:47 PM, Luo Zhenhua wrote: > Hi Sarayu, > > Do you want the gdb utility which can be executed on host machine or gdb > stuffs

Re: [yocto] [meta-selinux][PATCH 1/2] linux-yocto: enable selinux support for kernel v4.1

2015-08-05 Thread Philip Tricca
Works for me too. Philip On 07/30/2015 04:28 AM, Shrikant Bobade wrote: > From: Shrikant Bobade > > The default kernel is now v4.1. So we need the selinux support > for kernel v4.1, inorder to get selinux enabled images out of box. > > Signed-off-by: Shrikant Bobade > --- > recipes-kernel/li

Re: [yocto] [meta-selinux][PATCH v1] libpam: use wildcard for version and cleanup

2015-08-05 Thread Philip Tricca
Shrikant, On 07/30/2015 02:31 AM, Shrikant Bobade wrote: > This patch provides green build for core-image-selinux > (meta-selinux:master & poky:master) against libpam upgrade from 1.1.6 to > 1.2.1, > image boots fine,but I am unable to login at target. I have prepared > build for qemuarm, does any

[yocto] Compile with ADT and recipe fails builds on target.

2015-08-05 Thread Edward Vidal
Hello All, Trying to use ADT to compile a package.  The package compiles and installs on the target core-image-sato for the Raspberry Pi 2 B.  Also trying to create a recipe. see recipe_gtkwave/gtkwave/gtkwave_3.6.66.bb at https://github.com/develone/raspberrypi2_yocto.git The recipe downloads

[yocto] [meta-mingw][PATCH] README: minor correction

2015-08-05 Thread Juro Bystricky
Fixed references to meta-darwin. Signed-off-by: Juro Bystricky --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 61eda1b..96995b8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -meta-darwin +meta-mingw == OpenEmbedded meta layer fo

[yocto] Perl usage in recipe

2015-08-05 Thread mar.krzeminski
Hello, In my recipe I want to call perl script that will create image. How should I do that to be absolutely sure that perl will be used from yocto not from my system? Maybe is there any example somewhere that I can check how this should be done? Regards, Marcin -- ___

Re: [yocto] Perl usage in recipe

2015-08-05 Thread Khem Raj
On Wed, Aug 5, 2015 at 10:23 AM, mar.krzeminski wrote: > Hello, > > In my recipe I want to call perl script that will create image. > How should I do that to be absolutely sure that perl will be used from yocto > not from my system? > Maybe is there any example somewhere that I can check how this

Re: [yocto] Compile with ADT and recipe fails builds on target.

2015-08-05 Thread Khem Raj
On Wed, Aug 5, 2015 at 9:40 AM, Edward Vidal wrote: > Hello All, > > Trying to use ADT to compile a package. The package compiles and installs > on the target core-image-sato for the Raspberry Pi 2 B. Also trying to > create a recipe. see > recipe_gtkwave/gtkwave/gtkwave_3.6.66.bb at > https://g

Re: [yocto] Perl usage in recipe

2015-08-05 Thread mar.krzeminski
W dniu 05.08.2015 o 20:08, Khem Raj pisze: On Wed, Aug 5, 2015 at 10:23 AM, mar.krzeminski wrote: Hello, In my recipe I want to call perl script that will create image. How should I do that to be absolutely sure that perl will be used from yocto not from my system? Maybe is there any example

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

2015-08-05 Thread Mario Domenech Goulart
Hi John, On Fri, 31 Jul 2015 14:34:24 -0400 John Davis wrote: > fwiw, I am trying to fix it like so: > > diff --git > a/recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-hflt-client-headless.inc > b/recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-hflt-client-headless.inc > index bfa8011

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

2015-08-05 Thread John Davis
I'm at a different client site now, but tomorrow I will be working on the yocto stuff. I can send it to your tomorrow. FWIW, each line in that email has a line which was changed preceded by the original line starting with a comment #. Even then, I found you need to manually log in to the oracle

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

2015-08-05 Thread Daniel.
Downloading JDK/JRE automagically is aways a pain in the a**. Everytime that Oracle changes something on its website these scripts crash. A solution I get to my life is aways downloading JDK/JRE manually and puting in right place. As a "friendly but not so much" solution I did this in one of my rec

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

2015-08-05 Thread Petter Mabäcker
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 wrote: >> >>> Hello Andrei, This series adds support for Eric Anholt's v4.1 kernel,

[yocto] building an SDK for MacOSX

2015-08-05 Thread Trevor Woerner
Hi, I came across RP's meta-darwin today that I'm hoping will enable me to build an OpenEmbedded SDK that can be used by my colleagues who work in a MacOSX environment? Is my understanding correct? Has anyone tried this lately? The last commit was from almost exactly a year ago. The description

[yocto] [meta-mingw][PATCH 0/6] mingw patches to build meta-toolchain

2015-08-05 Thread Juro Bystricky
Several recipes have been updated, so the corresponding .bbappend files became stale. The attached patches correspond to various updated recipes. I tested the patches with meta-mingw layer and: SDKMACHINE="i686-mingw32" bitbake meta-toolchain Juro Bystricky (6): binutils-cross-canadian: upgr

[yocto] [meta-mingw][PATCH 1/6] binutils-cross-canadian: upgrade to version 2.25

2015-08-05 Thread Juro Bystricky
Renamed the file binutils-cross-canadian_2.24.bbappend to binutils-cross-canadian_2.25.bbappend. Signed-off-by: Juro Bystricky --- recipes-devtools/binutils/binutils-cross-canadian_2.24.bbappend | 5 - recipes-devtools/binutils/binutils-cross-canadian_2.25.bbappend | 5 + 2 files changed

[yocto] [meta-mingw][PATCH 4/6] libmpc_1.0.2: updated to libmpc_1.0.3

2015-08-05 Thread Juro Bystricky
Renamed recipes-support/mpc/libmpc_1.0.2.bbappend to recipes-support/libmpc/libmpc_1.0.3.bbappend to reflect the changed location and version of the recipe libmpc_1.0.3.bb. Signed-off-by: Juro Bystricky --- recipes-support/libmpc/libmpc_1.0.3.bbappend | 1 + recipes-support/mpc/libmpc_1.0.2.bbap

[yocto] [meta-mingw][PATCH 3/6] nativesdk-libtool_2.4.2: updated nativesdk-libtool_2.4.6

2015-08-05 Thread Juro Bystricky
Renamed nativesdk-libtool_2.4.2.bbappend to nativesdk-libtool_2.4.6.bbappend in order to match the new recipe nativesdk-libtool_2.4.6.bb. Signed-off-by: Juro Bystricky --- recipes-devtools/libtool/nativesdk-libtool_2.4.2.bbappend | 1 - recipes-devtools/libtool/nativesdk-libtool_2.4.6.bbappend |

[yocto] [meta-mingw][PATCH 2/6] gdb-cross-canadian_7.8.1: updated to gdb-cross-canadian_7.9.1

2015-08-05 Thread Juro Bystricky
Renamed gdb-cross-canadian_7.8.1.bbappend to gdb-cross-canadian_7.9.1.bbappend, to match the updated recipe gdb-cross-canadian_7.9.1.bb. Signed-off-by: Juro Bystricky --- recipes-devtools/gdb/gdb-cross-canadian_7.8.1.bbappend | 5 - recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend | 5

[yocto] [meta-mingw][PATCH 6/6] gettext_0.19.4.bbappend: support for mingw

2015-08-05 Thread Juro Bystricky
This patch solves various unresolved references: .libs/fstrcmp.o:fstrcmp.c:(.text+0x4b6): undefined reference to `_imp__pthread_key_create' .libs/fstrcmp.o:fstrcmp.c:(.text+0x5b2): undefined reference to `_imp__pthread_once' .libs/fstrcmp.o:fstrcmp.c:(.text+0x5c4): undefined reference to `_i

[yocto] [meta-mingw][PATCH 5/6] mpfr_3.1.2: updated to mpfr_3.1.3

2015-08-05 Thread Juro Bystricky
Renamed mpfr_3.1.2.bbappend to mpfr_3.1.3.bbappend to match the new recipe mpfr_3.1.3.bb. Signed-off-by: Juro Bystricky --- recipes-support/mpfr/mpfr_3.1.2.bbappend | 1 - recipes-support/mpfr/mpfr_3.1.3.bbappend | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 recipes-s

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

2015-08-05 Thread Khem Raj
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: > > DISTRO_FEATURES_append = " vc4-gfx" I wasnt trying to learn about w

Re: [yocto] Qt SDK Static Build

2015-08-05 Thread Khem Raj
On Tue, Aug 4, 2015 at 1:03 PM, Justin Bauer wrote: > Hello, > > I'm using Yocto 1.8 Fido and trying to build Qt SDK statically so that my Qt > application can be deployed as a single file. I've added > > SDKIMAGE_FEATURES_append = " staticdev-pkgs' > > to my local.conf before bitbaking the qt5 to

[yocto] qemux86 and generic86

2015-08-05 Thread Amit Kumar
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 test that application I will use the qemu to test. But if I build t

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

2015-08-05 Thread Khem Raj
> On Aug 3, 2015, at 11:15 AM, Dalton Fury wrote: > > Hi, > > I am a hobbyist, and liked yocto very much since I used in on an old > Pandaboard ES. Now I got my hands on a Nvidia Jetson TK1, and want to get a > yocto running on it. I intend to use it for heavy image processing and I > prefer