[yocto] [meta-poky][PATCH] poky-tiny: Use linux-yocto-tiny for qemux86 only

2016-04-14 Thread Khem Raj
This is not working for other BSPs yet and we cant use poky-tiny profile for them. So make it qemux86 specific for now Signed-off-by: Khem Raj --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta

Re: [yocto] environment setup script

2016-04-14 Thread Sid Price
On Thu, Apr 14, 2016 at 10:39 AM Sid Price mailto:sidpr...@softtools.com> > wrote: Hello, I am new to Yocto and relatively new to Linux. I am working my way through the “Getting Started” guide and I have met a problem. I am trying to run the “environment-setup …” script for the arm platform. Fir

Re: [yocto] environment setup script

2016-04-14 Thread Sid Price
On Thu, Apr 14, 2016 at 10:39 AM Sid Price mailto:sidpr...@softtools.com> > wrote: Hello, I am new to Yocto and relatively new to Linux. I am working my way through the “Getting Started” guide and I have met a problem. I am trying to run the “environment-setup …” script for the arm platform. Fir

Re: [yocto] environment setup script

2016-04-14 Thread Charles Krinke
Maybe I can help with this one, Sid. First step is to install "sudo". So, ... with your package manager see if "sudo" is a listed package. Barring that, try "su -", enter your root password and do "apt-get sudo". At this point, you will need to use the command "visudo" to add your user to the sudo

Re: [yocto] environment setup script

2016-04-14 Thread Christopher Larson
On Thu, Apr 14, 2016 at 10:39 AM Sid Price wrote: > Hello, I am new to Yocto and relatively new to Linux. I am working my way > through the “Getting Started” guide and I have met a problem. I am trying > to run the “environment-setup …” script for the arm platform. First I > notice that when I li

Re: [yocto] Understanding Yocto

2016-04-14 Thread Khem Raj
Repo is an Android tool for workspace management. You should be able to download it separately and put it in path angstrom uses it too and has the download location mentioned in readme On Apr 14, 2016 10:37 AM, "Charles Krinke" wrote: > I am trying to build an imx6 bsp and having a little trouble

[yocto] environment setup script

2016-04-14 Thread Sid Price
Hello, I am new to Yocto and relatively new to Linux. I am working my way through the "Getting Started" guide and I have met a problem. I am trying to run the "environment-setup ." script for the arm platform. First I notice that when I list the folder /opt/poky/2.0.1 I see the scripts but they are

[yocto] Understanding Yocto

2016-04-14 Thread Charles Krinke
I am trying to build an imx6 bsp and having a little trouble with the "repo" command. Can someone help me understand how to apt-get this package into my development system, please? "sudo apt-get install repo" fails, so I suspect it needs a name with version or a slightly different name. -- Charl

Re: [yocto] bitbake -c clean for all recipes

2016-04-14 Thread Khem Raj
On Thu, Apr 14, 2016 at 4:18 AM, Vajzovic, Tom wrote: > Hi, > > What command can I use to do the equivalent of running "bitbake -c clean" (or > cleanstate etc) for all recipes that have previously been run? Thats almost equivalent of rm -rf tmp since you have sstate it should rebuild really quic

Re: [yocto] bitbake -c clean for all recipes

2016-04-14 Thread Burton, Ross
On 14 April 2016 at 12:18, Vajzovic, Tom wrote: > What command can I use to do the equivalent of running "bitbake -c clean" > (or cleanstate etc) for all recipes that have previously been run? > The easy answer here is rm -rf tmp/. What do you actually want to do? Ross --

[yocto] bitbake -c clean for all recipes

2016-04-14 Thread Vajzovic, Tom
Hi, What command can I use to do the equivalent of running "bitbake -c clean" (or cleanstate etc) for all recipes that have previously been run? Thanks, Tom -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-security][PATCH 2/2] sssd: add new package

2016-04-14 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/sssd/files/sssd.conf | 8 recipes-security/sssd/sssd_1.13.3.bb | 72 +++ 2 files changed, 80 insertions(+) create mode 100644 recipes-security/sssd/files/sssd.conf create mode 100644 recipes-security/sssd/ss

[yocto] [meta-security][PATCH 1/2] libdhash: add package

2016-04-14 Thread Armin Kuster
required by sssd Signed-off-by: Armin Kuster --- recipes-security/libdhash/ding-libs_0.5.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 recipes-security/libdhash/ding-libs_0.5.0.bb diff --git a/recipes-security/libdhash/ding-libs_0.5.0.bb b/recipes-security/libdh

[yocto] [matchbox-keyboard][PATCH 0/1] Add support for GTK3 IM

2016-04-14 Thread Jussi Kukkonen
The patch adds --enable-gtk3-im flag which builds a GTK+3 input method module. I wasn't sure which branch Yocto would be using going forward but there's a corresponding patch for the matchbox-keyboard-0-1 branch in case that's useful: git://github.com/jku/matchbox-keyboard gtk3-im/matchbox-keyb

[yocto] [matchbox-keyboard][PATCH 1/1] gtk-im: Add support for GTK+3 as well as GTK+2

2016-04-14 Thread Jussi Kukkonen
* A few changes to avoid deprecated macros, otherwise the code works for both versions * add --enable-gtk3-im configure flag Signed-off-by: Jussi Kukkonen --- Makefile.am | 6 +- configure.ac | 29 + gtk-im/Makefile.am | 29 ++

Re: [yocto] [psplash][PATCH 5/5] psplash: fix remaining unused-parameter warnings

2016-04-14 Thread Burton, Ross
All pushed, thanks Richard. Ross On 14 April 2016 at 11:59, Richard Leitner wrote: > Define UNUSED macro for GCC's ((__unused__)) attribute and use it for > the remaining unused-parameter warnings. These unused parameters are > required due to the definition of the sighandler_t. > > This fixes

[yocto] [psplash][PATCH 3/5] psplash-fb: remove unused parameter from psplash_fb_text_size

2016-04-14 Thread Richard Leitner
This fixes following unused-parameter warning: psplash-fb.c: In function 'psplash_fb_text_size': psplash-fb.c:464:43: warning: unused parameter 'fb' [-Wunused-parameter] Signed-off-by: Richard Leitner --- psplash-fb.c | 3 +-- psplash-fb.h | 3 +-- psplash.c| 2 +- 3 files changed, 3 insert

[yocto] [psplash][PATCH 4/5] psplash: remove unused parameter length from parse_command

2016-04-14 Thread Richard Leitner
This fixes following unused-parameter warning: psplash.c: In function 'parse_command': psplash.c:105:49: warning: unused parameter 'length' [-Wunused-parameter] Signed-off-by: Richard Leitner --- psplash.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/psplash.c b/psp

[yocto] [psplash][PATCH 5/5] psplash: fix remaining unused-parameter warnings

2016-04-14 Thread Richard Leitner
Define UNUSED macro for GCC's ((__unused__)) attribute and use it for the remaining unused-parameter warnings. These unused parameters are required due to the definition of the sighandler_t. This fixes following unused-parameter warnings: psplash.c: In function 'psplash_exit': psplash.c:36:19: wa

[yocto] [psplash][PATCH 1/5] configure: add -Wextra GCC flag

2016-04-14 Thread Richard Leitner
Enable extra warnings when using GCC. Signed-off-by: Richard Leitner --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bf00e91..1c4d919 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PROG_CC AC_STDC_HEADERS

[yocto] [psplash][PATCH 0/5] fix -Wextra GCC warnings

2016-04-14 Thread Richard Leitner
This series adds the -Wextra GCC flag and fixes the found warnings. Richard Leitner (5): configure: add -Wextra GCC flag psplash-fb: fix sign-compare warning psplash-fb: remove unused parameter from psplash_fb_text_size psplash: remove unused parameter length from parse_command psplash:

[yocto] [psplash][PATCH 2/5] psplash-fb: fix sign-compare warning

2016-04-14 Thread Richard Leitner
Cast font->index[i] to wchar_t for the comparison. This fixes following sign-compare warning: psplash-fb.c: In function 'psplash_font_glyph': psplash-fb.c:452:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Signed-off-by: Richard Leitner --- psplash-fb.

Re: [yocto] Running an own script after kernel compilation

2016-04-14 Thread Belisko Marek
Hi, On Thu, Apr 14, 2016 at 12:12 PM, Yegor Yefremov wrote: > I have my own ITS file, that is required to create a FIT image. ITS > file has a special configuration, that cannot be automatically created > using Yocto's recipes. So I need a way to invoke my own script. How > can I do it? depends w

[yocto] Running an own script after kernel compilation

2016-04-14 Thread Yegor Yefremov
I have my own ITS file, that is required to create a FIT image. ITS file has a special configuration, that cannot be automatically created using Yocto's recipes. So I need a way to invoke my own script. How can I do it? Thanks. Yegor -- ___ yocto maili

Re: [yocto] [psplash][PATCH 3/3] README: add "Contributing" guideline

2016-04-14 Thread Richard Leitner
Hi Philip, On 04/13/2016 09:42 PM, Philip Balister wrote: >> + >> > +Contributing >> > + >> > +To contribute to this layer you should submit the patches for review to >> > the >> > +mailing list (yocto@yoctoproject.org). >> > + >> > +Please refer to >> > +http://openembedded.org/w

[yocto] [meta-qt5] How to increase depth of qemuarm from bootargs?

2016-04-14 Thread sujith h
Hi all, I am trying to build Qt5 from meta-qt5 ( master branch ) with poky( machine is qemuarm). The qtbase is built successfully and is installed into core-image-sato. When I run : runqemu qemuarm I can see the matchbox window launched successfully.The qtbase is having gles2 enabled in the PACKAG

Re: [yocto] [meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set

2016-04-14 Thread GUEYTAT Julien
Just to keep you informed that the compilation of Qt on top of the meta-raspberry stills need some work to pass with GLESv2 activated. The EXTRA_QMAKEVARS_PRE variable can improve the situation... "QMAKE_LIBS_EGL = -lEGL -lGLESv2" get used during the compilation but NOT during the configuration.