Re: [OE-core] [linux-yocto] How to integrate third party application software to yocto image

2016-03-03 Thread winiston
Dear Ross, Backlist problem got solved by adding the lines which you mentioned in the previous mail. Now it gives the following error while building the image. winiston@winiston-VirtualBox:~/poky/build$ bitbake qt4e-demo-image Parsing recipes: 100% || Time: 00:02:24 Pars

[OE-core] [PATCH] oe-setup-builddir: tidy up local.conf and bblayers.conf commentary

2016-03-03 Thread Andre McCurdy
Remove obsolete reference to enabling parallel build via local.conf. Unify wording used to explain that local.conf and bblayers.conf have been created based on defaults. Signed-off-by: Andre McCurdy --- scripts/oe-setup-builddir | 15 +++ 1 file changed, 7 insertions(+), 8 deletions

[OE-core] [PATCH 4/4] scripts/hob: drop

2016-03-03 Thread Paul Eggleton
The Hob UI is gone from BitBake, so we should remove this shortcut script. Signed-off-by: Paul Eggleton --- scripts/hob | 6 -- 1 file changed, 6 deletions(-) delete mode 100755 scripts/hob diff --git a/scripts/hob b/scripts/hob deleted file mode 100755 index 8d33ab1..000 --- a/scripts

[OE-core] [PATCH 2/4] conf/documentation.conf: remove BBLAYERS_NON_REMOVABLE

2016-03-03 Thread Paul Eggleton
Hob was the only thing paying attention to this, and now Hob itself has been removed we can remove this as well. Signed-off-by: Paul Eggleton --- meta/conf/documentation.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 00a6

[OE-core] [PATCH 0/4] Hob collateral removal for OE-Core

2016-03-03 Thread Paul Eggleton
Drop a few things relating to Hob from OE-Core. There's still a remaining reference in the build appliance; I've filed a bug to track that: https://bugzilla.yoctoproject.org/show_bug.cgi?id=9210 The following changes since commit 092984669d8590627cfb188a0aa00244e22c4671: e2fsprogs: do not

[OE-core] [PATCH 1/4] bblayers.conf.sample: remove BBLAYERS_NON_REMOVABLE

2016-03-03 Thread Paul Eggleton
Hob was the only thing paying attention to this, and now Hob itself has been removed we can remove this as well. Signed-off-by: Paul Eggleton --- meta/conf/bblayers.conf.sample | 5 - 1 file changed, 5 deletions(-) diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample

[OE-core] [PATCH 3/4] classes/packageinfo: remove

2016-03-03 Thread Paul Eggleton
This class was only used by Hob, and since Hob has now been removed we can drop it as well. Signed-off-by: Paul Eggleton --- meta/classes/packageinfo.bbclass | 22 -- 1 file changed, 22 deletions(-) delete mode 100644 meta/classes/packageinfo.bbclass diff --git a/meta/class

Re: [OE-core] runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"

2016-03-03 Thread Paul Gortmaker
[runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"] On 03/03/2016 (Thu 15:59) Paul Gortmaker wrote: > So, the yocto folks moved from 4.1 to 4.4 and one of their automated > qemu x86-32 boot tests started failing. None of the yocto details seem > to matter since I offered to h

[OE-core] runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"

2016-03-03 Thread Paul Gortmaker
So, the yocto folks moved from 4.1 to 4.4 and one of their automated qemu x86-32 boot tests started failing. None of the yocto details seem to matter since I offered to help and I've repropduced it using 100% mainline kernels and a generic distro toolchain as well. The test case is slightly compl

[OE-core] [PATCH] gdb: fix builds with internal readline and no static libraries

2016-03-03 Thread Ross Burton
If gdb was configured to use the internal readline but static libraries were disabled, gdb wouldn't dutifully not build libreadline.a which was a problem when it tried to link with that library. Solve this by ensuring --enable-static is passed to the readline configure. Signed-off-by: Ross Burton

Re: [OE-core] [PATCH] no-static-libs.inc: add gdb

2016-03-03 Thread Burton, Ross
On 3 March 2016 at 17:19, Burton, Ross wrote: > Would it be possible to force a -static argument into the link of the > internal readline to ensure that a static library is built? > Answer: yes. And it's upstreamable as it's obviously right. Patch incoming. Ross -- ___

[OE-core] [oe-core][Patch v2 1/2] xcursor-transparent-theme: Add new recipe for git repo

2016-03-03 Thread Johannes Pointner
Signed-off-by: Johannes Pointner --- .../xcursor-transparent-theme_git.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb diff --git a/meta/recipes-graphics/xcursor-

[OE-core] [oe-core][Patch v2 2/2] xcursor-transparent-theme: Remove old recipe and related patches

2016-03-03 Thread Johannes Pointner
Signed-off-by: Johannes Pointner --- .../fix_watch_cursor.patch | 17 --- .../use-relative-symlinks.patch| 25 -- .../xcursor-transparent-theme_0.1.1.bb | 19 3 files changed, 61 deletions(-)

[OE-core] [oe-core][Patch v2 0/2] xcursor-transparent-theme: Convert recipe to git

2016-03-03 Thread Johannes Pointner
v2: Fixed subject This patchset converts xcursor-transparent-theme recipe to git Johannes Pointner (2): xcursor-transparent-theme: Add new recipe for git repo xcursor-transparent-theme: Remove old recipe and related patches .../fix_watch_cursor.patch | 17 ---

Re: [OE-core] [yocto][xcursor-transparent-theme][Patch 0/2] Convert recipe to git

2016-03-03 Thread Johannes Pointner
Sorry I messed up the subject, I'll resend it 2016-03-03 21:31 GMT+01:00 Johannes Pointner : > This patchset converts xcursor-transparent-theme recipe to git > > Johannes Pointner (2): > xcursor-transparent-theme: Add new recipe for git repo > xcursor-transparent-theme: Remove old recipe and r

[OE-core] [yocto][xcursor-transparent-theme][Patch 2/2] xcursor-transparent-theme: Remove old recipe and related patches

2016-03-03 Thread Johannes Pointner
Signed-off-by: Johannes Pointner --- .../fix_watch_cursor.patch | 17 --- .../use-relative-symlinks.patch| 25 -- .../xcursor-transparent-theme_0.1.1.bb | 19 3 files changed, 61 deletions(-)

[OE-core] [yocto][xcursor-transparent-theme][Patch 0/2] Convert recipe to git

2016-03-03 Thread Johannes Pointner
This patchset converts xcursor-transparent-theme recipe to git Johannes Pointner (2): xcursor-transparent-theme: Add new recipe for git repo xcursor-transparent-theme: Remove old recipe and related patches .../fix_watch_cursor.patch | 17 --- .../use-relat

[OE-core] [yocto][xcursor-transparent-theme][Patch 1/2] xcursor-transparent-theme: Add new recipe for git repo

2016-03-03 Thread Johannes Pointner
Signed-off-by: Johannes Pointner --- .../xcursor-transparent-theme_git.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb diff --git a/meta/recipes-graphics/xcursor-

Re: [OE-core] [PATCH 3/3] glib.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5

2016-03-03 Thread Phil Blundell
On Thu, 2016-03-03 at 11:11 -0800, Andre McCurdy wrote: > All the good work and effort that Martin has been doing keeping the > Thumb1 builds alive could then perhaps be redirected to testing Thumb2 > (or some other case which isn't covered by the default oe-core CI > builds). Yes, agreed. Given

Re: [OE-core] [PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels

2016-03-03 Thread Alejandro Hernandez
On 03/03/2016 10:27 AM, Burton, Ross wrote: On 3 March 2016 at 15:36, Martin Jansa > wrote: is it expected that old udev package was only 0.5MB, eudev is 6MB? Most of it is probably caused by /etc/udev/hwdb.d Ouch! Following systemd, that should be

[OE-core] [PATCH] arch-x86.inc: add leading space to MACHINE_FEATURES_BACKFILL_CONSIDERED_append

2016-03-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/conf/machine/include/x86/arch-x86.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/x86/arch-x86.inc b/meta/conf/machine/include/x86/arch-x86.inc index df568a1..ba7be8a 100644 --- a/meta/conf/machine/include/x8

Re: [OE-core] [PATCH 3/3] glib.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5

2016-03-03 Thread Andre McCurdy
On Thu, Mar 3, 2016 at 6:00 AM, Phil Blundell wrote: > On Thu, 2016-03-03 at 14:18 +0100, Martin Jansa wrote: >> On Thu, Mar 03, 2016 at 01:02:35PM +, Phil Blundell wrote: >> > On Wed, 2016-01-27 at 15:28 -0800, Andre McCurdy wrote: >> > > -ARM_INSTRUCTION_SET = "arm" >> > > +ARM_INSTRUCTION_S

[OE-core] [PATCH 1/1] recipetool: create: fix support for AX_CHECK_LIBRARY

2016-03-03 Thread Paul Eggleton
Clearly I didn't test this part of the code - lists don't have an "add" method. Needless to say I have tested it now. Signed-off-by: Paul Eggleton --- scripts/lib/recipetool/create_buildsys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/recipetool/create_build

[OE-core] [PATCH 0/1] recipetool bugfix

2016-03-03 Thread Paul Eggleton
The following changes since commit 092984669d8590627cfb188a0aa00244e22c4671: e2fsprogs: do not enable non-stable features by default (2016-03-03 10:48:46 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/recipetool-fix http://cgit.o

Re: [OE-core] [PATCH] no-static-libs.inc: add gdb

2016-03-03 Thread Burton, Ross
On 29 February 2016 at 20:50, Andre McCurdy wrote: > gdb 7.10.1 depends on readline features which are not present in > readline 5.2 (ie the GPLv2 version). Using the gdb internal readline > is a workaround for people who don't want to switch to the GPLv3 > version of readline. > Would it be pos

[OE-core] [PATCH] formfactor: assume a keyboard is plugged in

2016-03-03 Thread Ross Burton
A sensible assumption is that BSPs have a USB keyboard and mouse connected unless told otherwise, so flip the logic in the formfactor config script that previously assumed that a keyboard was not connected by default. [ YOCTO #9174 ] Signed-off-by: Ross Burton --- meta/recipes-bsp/formfactor/fi

Re: [OE-core] [PATCH] boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5

2016-03-03 Thread Phil Blundell
On Wed, 2016-02-24 at 16:48 -0800, Andre McCurdy wrote: > The original over-ride dates back to 2009: > >   http://git.openembedded.org/openembedded-core/commit/?id=43e94412c4 > 5b4b79485a64010c76d89b245bb235 > > There are no obvious issues seen now when building boost in thumb2 > for Cortex A15.

Re: [OE-core] [PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels

2016-03-03 Thread Burton, Ross
On 3 March 2016 at 15:36, Martin Jansa wrote: > is it expected that old udev package was only 0.5MB, eudev is 6MB? > > Most of it is probably caused by /etc/udev/hwdb.d > Ouch! Following systemd, that should be split out into a separate package. Alejandro, can you do this? Ross -- ___

[OE-core] [PATCH] feature-arm-thumb.inc: Fix thumb tune override warning

2016-03-03 Thread Nathan Rossi
Fix the quotes in the bb.utils.contains feature check so that the call results in a boolean value instead of a string, which allows the warning check to occur. Signed-off-by: Nathan Rossi --- meta/conf/machine/include/arm/feature-arm-thumb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

Re: [OE-core] Status of M3

2016-03-03 Thread Flanagan, Elizabeth
On 3 March 2016 at 14:23, Richard Purdie wrote: > I'm not sure people realise quite how much pain we've been suffering > this week trying to get things stabilised for M3. To illustrate the > kinds of problems, let me give an idea of the issues in the past few > days. The resolved list: > > * gobje

Re: [OE-core] [PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels

2016-03-03 Thread Martin Jansa
On Thu, Feb 25, 2016 at 11:34:10PM +, Alejandro Hernandez wrote: > udev has started to fail on new kernels (4.4), due to being deprecated in > favor > of systemd's udev implementation. To maintain a sysvinit alternative we also > need to provide an alternative to udev. Eudev is a fork of syste

Re: [OE-core] [PATCH] no-static-libs.inc: add gdb

2016-03-03 Thread Martin Jansa
On Mon, Feb 29, 2016 at 12:50:03PM -0800, Andre McCurdy wrote: > On Mon, Feb 29, 2016 at 12:43 PM, Burton, Ross wrote: > > > > On 29 February 2016 at 20:40, Richard Purdie > > wrote: > >> > >> I'm a bit puzzled as our autobuilders build this all the time and we > >> don't see failures. Any idea w

[OE-core] Status of M3

2016-03-03 Thread Richard Purdie
I'm not sure people realise quite how much pain we've been suffering this week trying to get things stabilised for M3. To illustrate the kinds of problems, let me give an idea of the issues in the past few days. The resolved list: * gobject-introspection has sstate relocation issues * gobject-intr

Re: [OE-core] [PATCH 3/3] glib.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5

2016-03-03 Thread Phil Blundell
On Thu, 2016-03-03 at 14:18 +0100, Martin Jansa wrote: > On Thu, Mar 03, 2016 at 01:02:35PM +, Phil Blundell wrote: > > On Wed, 2016-01-27 at 15:28 -0800, Andre McCurdy wrote: > > > -ARM_INSTRUCTION_SET = "arm" > > > +ARM_INSTRUCTION_SET_armv4 = "arm" > > > +ARM_INSTRUCTION_SET_armv5 = "arm" >

Re: [OE-core] [linux-yocto] How to integrate third party application software to yocto image

2016-03-03 Thread Burton, Ross
On 2 March 2016 at 08:52, wrote: > ERROR: navit was skipped: Recipe is blacklisted: bluez5 conflicts with > bluez4 and bluez5 is selected in DISTRO_FEATURES > Your distro is using bluez5 but navit is using the old/deprecated/unmaintained bluez4. Ideally you create a new distro and change this,

Re: [OE-core] [PATCH 3/3] glib.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5

2016-03-03 Thread Martin Jansa
On Thu, Mar 03, 2016 at 01:02:35PM +, Phil Blundell wrote: > On Wed, 2016-01-27 at 15:28 -0800, Andre McCurdy wrote: > > -ARM_INSTRUCTION_SET = "arm" > > +ARM_INSTRUCTION_SET_armv4 = "arm" > > +ARM_INSTRUCTION_SET_armv5 = "arm" > > Although I agree that this is a net improvement over the old c

Re: [OE-core] [PATCH 04/19] nspr: update to 4.12

2016-03-03 Thread Flanagan, Elizabeth
On 2 March 2016 at 15:23, Richard Purdie wrote: > On Wed, 2016-03-02 at 06:30 -0800, Khem Raj wrote: >> On Wed, Mar 2, 2016 at 6:18 AM, Alexander Kanavin >> wrote: >> > his probably could be however OE-Core supports musl and poky >> > > -tiny >> > > defaults to it. It will be good to test >> > >

Re: [OE-core] [PATCH 3/3] glib.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5

2016-03-03 Thread Phil Blundell
On Wed, 2016-01-27 at 15:28 -0800, Andre McCurdy wrote: > -ARM_INSTRUCTION_SET = "arm" > +ARM_INSTRUCTION_SET_armv4 = "arm" > +ARM_INSTRUCTION_SET_armv5 = "arm" Although I agree that this is a net improvement over the old code in almost all cases, this patch is not quite right.  The reason for the

[OE-core] [PATCH] uninative: default to downloading the tarball to DL_DIR

2016-03-03 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/uninative.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index 9a57170..471c9ae 100644 --- a/meta/classes/uninative.bbclass +++ b/meta/classes/uninative.bbclass

Re: [OE-core] [jethro][PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd

2016-03-03 Thread Joshua G Lock
On Thu, 2016-03-03 at 11:22 +, Viguera, Javier wrote: > Hi Joshua, > > > > > -Original Message- > > From: Joshua G Lock [mailto:joshua.g.l...@linux.intel.com]  > > Sent: Thursday, March 03, 2016 12:08 PM > > To: Viguera, Javier; openembedded-core@lists.openembedded.org > > Subject: Re

Re: [OE-core] [jethro][PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd

2016-03-03 Thread Viguera, Javier
Hi Joshua, > -Original Message- > From: Joshua G Lock [mailto:joshua.g.l...@linux.intel.com] > Sent: Thursday, March 03, 2016 12:08 PM > To: Viguera, Javier; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [jethro][PATCH] bluez5: allow D-Bus to spawn obexd in > systems

[OE-core] [jethro][PATCH 0/7] Consolidated jethro pull request

2016-03-03 Thread Joshua Lock
As I was in the list archives scooping up security patches I took the liberty of also pulling outstanding non-security jethro patches together. Please consider this series for merge. Regards, Joshua The following changes since commit c99ed6b73f397906475c09323b03b53deb83de55: openssl: Security

Re: [OE-core] [jethro][PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd

2016-03-03 Thread Joshua G Lock
Hi Javier, On Wed, 2016-02-24 at 19:14 +0100, Javier Viguera wrote: > This includes a proper D-Bus service file for obexd in systems that > do > not support systemd. > This looks like a valid patch for the master branch too? The development process we try to follow is for patches to go into the

[OE-core] How to add recipes-navigation in core-image-base

2016-03-03 Thread winiston
Hi, I wanted to use “recipes-navigation” in my yocto build (Poky ) . How do I add” recipes-navigation “ to my image? I have downloaded “ recipes-navigation “ from “open embedded project”. Is it compatible with yocto build (poky ) ? Note: Ultimately I wanted to integrate “Navit” to my image.

[OE-core] [fido][PATCH 00/19] Consolidated security pull request

2016-03-03 Thread Joshua Lock
This pull request consolidates outstanding security patches for Fido. Changes are all either backported from jethro or not required. The status of each patch vs. jethro and master has been documented in the patch commit headers above my SoB. Regards, Joshua The following changes since commit ab2

[OE-core] [jethro][PATCH 0/2] Consolidated security pull request

2016-03-03 Thread Joshua Lock
This pull request picks up a couple of outstanding Jethro security fixes which are also required for the fido branch. Note: the wpa-supplicant change isn't required for master and an equivelant openssl fix is queued for master. Please consider them for merging. Regards, Joshua The following cha

Re: [OE-core] [PATCH v7 5/5] package_manager: sign IPK package feeds

2016-03-03 Thread Markus Lehtonen
On 02/03/16 16:47, "Ioan-Adrian Ratiu" wrote: >Create gpg signed ipk package feeds using the gpg backend if configured. > >Signed-off-by: Ioan-Adrian Ratiu >--- > meta/classes/sign_package_feed.bbclass | 17 - > meta/lib/oe/package_manager.py | 17 +++-- > 2 fi

Re: [OE-core] [PATCH v7 2/5] gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptor

2016-03-03 Thread Markus Lehtonen
On 02/03/16 16:47, "Ioan-Adrian Ratiu" wrote: >Starting from v2.1 passing passwords directly to gpg does not work >anymore [1], instead a loopback interface must be used otherwise >gpg >2.1 will error out with: >"gpg: signing failed: Inappropriate ioctl for device" > >gpg <2.1 does not work

Re: [OE-core] [PATCH v7 1/5] gpg_sign: add local ipk package signing functionality

2016-03-03 Thread Markus Lehtonen
On 02/03/16 16:47, "Ioan-Adrian Ratiu" wrote: >Implement ipk signing inside the sign_ipk bbclass using the gpg_sign >module and configure signing similar to how rpm does it. sign_ipk uses >gpg_sign's detach_sign because its functionality is identical to package >feed signing. > >IPK signing proc

Re: [OE-core] [dizzy][PATCH 3/4] glibc: CVE-2015-9761

2016-03-03 Thread Martin Jansa
On Sun, Feb 28, 2016 at 10:53:34AM -0800, Armin Kuster wrote: > From: Armin Kuster I think this is 2014-9761 not 2015-9761 But other than that please merge this series. > A stack overflow vulnerability was found in nan* functions that could cause > applications which process long strings with t