[OE-core] [PATCH 2/2] bitbake-prserv-tool: check file name

2015-11-11 Thread Robert Yang
Fixed: $ bitbake-prserv-tool import /tmp/1 File "/path/to/lib/bb/parse/__init__.py", line 114, in handle(fn='/tmp/1', data=, include=True): return h['handle'](fn, data, include) >raise ParseError("not a BitBake file", fn) ParseError: ParseError in /tmp/1: not a BitB

[OE-core] [PATCH 1/2] prexport.bbclass: avoid export for native and crosssdk

2015-11-11 Thread Robert Yang
* The prservice is only used by do_package, the native or crosssdk doesn't have do_package. * Change WARN to NOTE when no AUTOPR found, the prexport_handler() checks all the parsed recipes, but a lot of them may not be built, for example, the lower version or broken recipes. So change WARN to

[OE-core] [PATCH 0/2 V2] fixes for prserver

2015-11-11 Thread Robert Yang
* V2: - Let bitbake-prserv-tool check filename for both .inc and .conf // Robert The following changes since commit e44ed8c18e395b9c055aefee113b90708e8a8a2f: build-appliance-image: Update to jethro head revision (2015-11-03 14:02:57 +) are available in the git repository at: git://g

[OE-core] [PATCH] bootimg.bbclass: make default KERNEL_IMAGETYPE match kernel.bbclass

2015-11-11 Thread Andre McCurdy
kernel.bbclass uses a default KERNEL_IMAGETYPE of zImage and that's also the default mentioned in documentation.conf. Update the bootimg.bbclass default value from bzImage -> zImage to be consistent. Signed-off-by: Andre McCurdy --- meta/classes/bootimg.bbclass | 2 +- 1 file changed, 1 insertio

[OE-core] [PATCH][v2] e2fsprogs: fix the ptest

2015-11-11 Thread rongqing.li
From: Roy Li 1. a hard-coded path in ptest is used, fix it. 2. fix the m_bigjournal ptest failure by resetting cache goal properly 3. fix the removal test.log error by adding the correct path before test.log Signed-off-by: Roy Li --- .../e2fsprogs/e2fsprogs/0001-reset-last_goal.patch | 51

Re: [OE-core] [PATCH v2] terminal: Open a new window instead of split on older tmux versions (<1.9)

2015-11-11 Thread Aws Ismail
I verified this does work under tmux v1.8 with latest poky jethro. On Fri, Nov 6, 2015 at 6:25 PM, wrote: > From: Leonardo Sandoval > > If an old version is detected (<1.9), create a new window instead of split: > the reason is that there is no easy way to get the active pane height if no > nest

Re: [OE-core] [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-11-11 Thread Bruce Ashfield
On Wed, Nov 11, 2015 at 9:59 AM, Jens Rehsack wrote: > >> Am 11.11.2015 um 13:49 schrieb Bruce Ashfield : >> >> On Wed, Nov 11, 2015 at 4:00 AM, Jens Rehsack wrote: >>> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield : On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote: > >

Re: [OE-core] [PATCH] terminal: Support old tmux version (<1.9) when querying height value

2015-11-11 Thread Aws Ismail
I have verified that the patch does not work. I am using tmux v1.8 with the latest jethro poky. On Thu, Nov 5, 2015 at 2:57 PM, Leonardo Sandoval wrote: > This patch did not solve the case when multiple panes are present. I will > send a V2 patch. > > > > On 11/03/2015 04:34 PM, leonardo.sandoval

[OE-core] [master][jethro][fido][PATCH] libxml2: fix CVE-2015-7942 and CVE-2015-8035

2015-11-11 Thread Armin Kuster
From: Armin Kuster CVE-2015-7942 libxml2: heap-based buffer overflow in xmlParseConditionalSections() CVE-2015-8035 libxml2: DoS when parsing specially crafted XML document if XZ support is enabled [YOCTO #8641] Signed-off-by: Armin Kuster --- meta/recipes-core/libxml/libxml2.inc

Re: [OE-core] [PATCH 2/2] ldsoconf: allow extension via local.conf

2015-11-11 Thread akuster808
On 11/11/2015 10:39 AM, Khem Raj wrote: > On Wed, Nov 11, 2015 at 9:41 AM, Armin Kuster wrote: >> From: Armin Kuster >> >> this allows extending ldconfig search path from local.conf >> >> Signed-off-by: Armin Kuster >> --- >> meta/classes/image-ldconfig.bbclass | 6 ++ >> meta/conf/bitbak

Re: [OE-core] [PATCH 2/2] systemd: fix Upstream-Status tag

2015-11-11 Thread Khem Raj
On Wed, Nov 11, 2015 at 10:36 AM, Burton, Ross wrote: > > On 11 November 2015 at 17:48, Khem Raj wrote: >> >> for a non-native english speaker like me both just means same :) lets >> stick to one and move on. > > > There is a small semantic difference, but must... resist... bikeshedding... > ;)

Re: [OE-core] [PATCH] wpa-supplicant: upgrade to 2.5

2015-11-11 Thread Burton, Ross
On 6 November 2015 at 07:27, Fan Xin wrote: > 1. upgrade to 2.5 > 2. remove eight patches since they have been modified in 2.5 > Did you verify that the patches are not required anymore, or did you just drop the patches that don't apply? Also, this patch doesn't apply, can you try re-sending it

Re: [OE-core] [PATCH 2/2] ldsoconf: allow extension via local.conf

2015-11-11 Thread Khem Raj
On Wed, Nov 11, 2015 at 9:41 AM, Armin Kuster wrote: > From: Armin Kuster > > this allows extending ldconfig search path from local.conf > > Signed-off-by: Armin Kuster > --- > meta/classes/image-ldconfig.bbclass | 6 ++ > meta/conf/bitbake.conf | 3 +++ > 2 files changed, 9 in

Re: [OE-core] [PATCH 2/2] systemd: fix Upstream-Status tag

2015-11-11 Thread Burton, Ross
On 11 November 2015 at 17:48, Khem Raj wrote: > for a non-native english speaker like me both just means same :) lets > stick to one and move on. > There is a small semantic difference, but must... resist... bikeshedding... ;) Ross -- ___ Openembedde

Re: [OE-core] [PATCH 2/2] systemd: fix Upstream-Status tag

2015-11-11 Thread Khem Raj
On Wed, Nov 11, 2015 at 5:27 AM, Paul Eggleton wrote: > FWIW, I'd always thought "Rejected" would have been a more accurate label to > use... on the other hand perhaps it's a bit late to be changing that now > though. for a non-native english speaker like me both just means same :) lets stick to

[OE-core] [PATCH 2/2] ldsoconf: allow extension via local.conf

2015-11-11 Thread Armin Kuster
From: Armin Kuster this allows extending ldconfig search path from local.conf Signed-off-by: Armin Kuster --- meta/classes/image-ldconfig.bbclass | 6 ++ meta/conf/bitbake.conf | 3 +++ 2 files changed, 9 insertions(+) diff --git a/meta/classes/image-ldconfig.bbclass b/meta/

[OE-core] [PATCH 0/2] Add ldconfig alt lib search paths

2015-11-11 Thread Armin Kuster
I have a customer who wanted to define alt ldconfig search paths on a per recipe basis and adding hardcoded search paths in ldconfig-native does not scale well. Here is a prototype scheme to allow extending the search path for ldconfig-native without hardcoding. Alt search paths can be defined

[OE-core] [PATCH 1/2] ldconfig: add method to extend ldconfig search dirs

2015-11-11 Thread Armin Kuster
From: Armin Kuster this provides a method to extend the search path ldconfig-native uses when creating ls.so.cache. To enable in recipe: add: inherit ldconfig LDSOCONF = "/opt/lib" this will create a ld.so.conf file in work-shared/ldconfig/${PN}/ to create an image with these new search path

Re: [OE-core] [RFC] Remove vala from oe-core

2015-11-11 Thread Paul Eggleton
On Wednesday 11 November 2015 09:17:33 Richard Purdie wrote: > On Tue, 2015-11-10 at 17:37 +0200, Alexander Kanavin wrote: > > On 11/10/2015 05:29 PM, Otavio Salvador wrote: > > >> PACKAGECONFIG alone is not sufficient; to build the bindings properly, > > >> the package also needs to inherit vala.b

Re: [OE-core] [PATCHv2 6/6] license.bbclass: Create image license manifest

2015-11-11 Thread Paul Eggleton
On Tuesday 10 November 2015 08:52:22 Mariano Lopez wrote: > On 11/10/2015 04:42 AM, Paul Eggleton wrote: > > On Monday 09 November 2015 14:04:43 mariano.lo...@linux.intel.com wrote: > >> From: Mariano Lopez > >> > >> This change adds the license_deployed_manifest function > >> that will create th

Re: [OE-core] [PATCH] gcc: Drop 4.8

2015-11-11 Thread Khem Raj
On Wed, Nov 11, 2015 at 9:09 AM, Richard Purdie wrote: > We have 5.2 and 4.9, we don't really need 4.8 now and it can be moved > out to other layers if anyone still wants/needs it. OK with me. > > Signed-off-by: Richard Purdie > > [posting the diffstat rather than a huge patch] > > gcc-4.8.inc

Re: [OE-core] [RFC] Remove vala from oe-core

2015-11-11 Thread Richard Purdie
On Tue, 2015-11-10 at 17:37 +0200, Alexander Kanavin wrote: > On 11/10/2015 05:29 PM, Otavio Salvador wrote: > > >> PACKAGECONFIG alone is not sufficient; to build the bindings properly, the > >> package also needs to inherit vala.bbclass: > >> > >> https://git.yoctoproject.org/cgit/cgit.cgi/poky-

[OE-core] [PATCH] gcc: Drop 4.8

2015-11-11 Thread Richard Purdie
We have 5.2 and 4.9, we don't really need 4.8 now and it can be moved out to other layers if anyone still wants/needs it. Signed-off-by: Richard Purdie [posting the diffstat rather than a huge patch] gcc-4.8.inc | 119 gcc-4.8/0001-

Re: [OE-core] [PATCH] openssl: sanity check that the bignum module is present

2015-11-11 Thread Jens Rehsack
> Am 11.11.2015 um 15:54 schrieb Ross Burton : > > The crypto_use_bigint_in_x86-64_perl patch uses the "bigint" module to > transparently support 64-bit integers on 32-bit hosts. Whilst bigint (part of > bignum) is a core Perl module not all distributions install it (notable Fedora > 23). > > A

Re: [OE-core] Should openssl(-native) build-depends on perl-native?

2015-11-11 Thread Jens Rehsack
> Am 09.11.2015 um 13:17 schrieb Burton, Ross : > > > On 9 November 2015 at 01:42, Randy MacLeod > wrote: > openssl fails to build on Fedora 23 with this signature. > I suspect that bigint.pm isn't standard and that we > need to re-work: > > commit cd3eddcf2842b9a360f72caf4337ab2968462bb2 > A

Re: [OE-core] [PATCH] u-boot.inc: properly specify CC for EXTRA_OEMAKE

2015-11-11 Thread Khem Raj
On Wed, Nov 11, 2015 at 4:37 AM, Tom Rini wrote: > On Tue, Nov 10, 2015 at 07:59:03PM -0800, Khem Raj wrote: >> >> > On Nov 10, 2015, at 5:09 AM, Tom Rini wrote: >> > >> > On Thu, Nov 05, 2015 at 03:23:48PM +0100, Carlos Rafael Giani wrote: >> >> On 11/05/2015 03:22 PM, Otavio Salvador wrote: >>

[OE-core] [PATCH 2/2] bluez5: upgrade to 5.36

2015-11-11 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/bluez5/{bluez5_5.33.bb => bluez5_5.36.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bluez5/{bluez5_5.33.bb => bluez5_5.36.bb} (88%) diff --git a/meta/recipes-connectivity/bluez5/bluez5_

[OE-core] [PATCH 0/2] BlueZ and QEMU upgrades

2015-11-11 Thread Cristian Iorga
The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1: build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs http://git.yoctoproject.org/cgit.cgi/po

[OE-core] [PATCH 1/2] qemu: upgrade to 2.4.1

2015-11-11 Thread Cristian Iorga
cpus.c-qemu_mutex_lock_iothread-fix-race-condition-a.patch removed, inluded upstream Signed-off-by: Cristian Iorga --- meta/recipes-devtools/qemu/qemu.inc| 1 - ..._mutex_lock_iothread-fix-race-condition-a.patch | 45 -- .../qemu/{qemu_2.4.0.bb => qemu_2.4.1.

Re: [OE-core] [PATCH] systemd: fix networking setup when ipv6 modules are missing

2015-11-11 Thread Stefan Christ
Hi, > I've queued this change in my joshuagl/fido-next branch[1]. When will this patch/branch be merged into the openembedded-core's fido branch? Is there any schedule for that? Mit freundlichen Grüßen / Kind regards, Stefan Christ On Tue, Oct 13, 2015 at 10:58:13PM +0100, Joshua Lock w

[OE-core] [PATCH][V2 2/2] openssl: use subdir= instead of moving files in do_configure_prepend()

2015-11-11 Thread Ross Burton
For clarity and correctness of source archiving, don't move find.pl from WORKDIR to S in do_configure_prepend but tell the fetcher to put it in the right place when unpacking. Also re-order the files in SRC_URI so that patches are grouped together. Signed-off-by: Ross Burton --- meta/recipes-co

[OE-core] [PATCH][V2 1/2] openssl: sanity check that the bignum module is present

2015-11-11 Thread Ross Burton
The crypto_use_bigint_in_x86-64_perl patch uses the "bigint" module to transparently support 64-bit integers on 32-bit hosts. Whilst bigint (part of bignum) is a core Perl module not all distributions install it (notable Fedora 23). As the error message when bignum isn't installed is obscure, add

[OE-core] [PATCH] openssl: sanity check that the bignum module is present

2015-11-11 Thread Ross Burton
The crypto_use_bigint_in_x86-64_perl patch uses the "bigint" module to transparently support 64-bit integers on 32-bit hosts. Whilst bigint (part of bignum) is a core Perl module not all distributions install it (notable Fedora 23). As the error message when bignum isn't installed is obscure, add

Re: [OE-core] [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-11-11 Thread Jens Rehsack
> Am 11.11.2015 um 13:49 schrieb Bruce Ashfield : > > On Wed, Nov 11, 2015 at 4:00 AM, Jens Rehsack wrote: >> >>> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield : >>> >>> On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote: > Am 14.10.2015 um 21:48 schrieb Bruce Ashfield : > >>>

[OE-core] [PATCH] busybox: add UPDATE_ALTERNATIVE for syslog-service

2015-11-11 Thread Steffen Sledz
Use ALTERNATIVE mechanism in OE to manage the syslog service to avoid conflicts with other syslog implementations like rsyslog or syslog-ng. Signed-off-by: Steffen Sledz --- meta/recipes-core/busybox/busybox.inc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-core/busybox/

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Alexander Kanavin
On 11/11/2015 03:57 PM, Ricardo Ribalda Delgado wrote: Unfortunately, my target arch is x86_64... I guess I could try to solve the endless loop issue with the helper binary. That issue only shows up with the gcr package. All other packages are able to generate introspection files onx 86_64 ju

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Ricardo Ribalda Delgado
Hello Alexander On Wed, Nov 11, 2015 at 2:55 PM, Alexander Kanavin wrote: Unfortunately, my target arch is x86_64... I guess I could try to solve the endless loop issue with the helper binary. Regards! > > Alex -- Ricardo Ribalda -- ___ Openem

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Alexander Kanavin
On 11/11/2015 03:34 PM, Mark Hatle wrote: For the same architecture (i.e. MIPS64) and the same ABI (n64), the resulting data structures, packing and similar should all be standard. Only the generated instructions and execution order would/could change. So you would need a way to generate, cach

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Alexander Kanavin
On 11/11/2015 03:50 PM, Ricardo Ribalda Delgado wrote: Can you point to a .git file with architecture-dependent data. Gir files do not contain architecture-dependent data. Typelib files do. I would love to help on this issue. I want to use the python api for gstream. You can checkout my bra

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Ricardo Ribalda Delgado
Hello Alexander Can you point to a .git file with architecture-dependent data. I would love to help on this issue. I want to use the python api for gstream. Thanks On Wed, Nov 11, 2015 at 2:48 PM, Alexander Kanavin wrote: > On 11/11/2015 03:34 PM, Mark Hatle wrote: > >> Also has anyone looke

Re: [OE-core] [PATCH 2/2] systemd: fix Upstream-Status tag

2015-11-11 Thread Paul Eggleton
On Wednesday 11 November 2015 13:34:57 Burton, Ross wrote: > On 11 November 2015 at 13:27, Paul Eggleton > > wrote: > > FWIW, I'd always thought "Rejected" would have been a more accurate label > > to > > use... on the other hand perhaps it's a bit late to be changing that now > > though. > > Ag

[OE-core] [PATCH] libsdl2: require GLES when building Wayland support

2015-11-11 Thread Ross Burton
The Wayland support requires GLES2 to be enabled as otherwise the EGL support code in SDL2 isn't enabled. | In file included from .../SDL2-2.0.3/src/video/wayland/SDL_waylandvideo.c:34:0: | .../SDL2-2.0.3/src/video/wayland/SDL_waylandvideo.c: In function 'Wayland_CreateDevice': | .../SDL2-2.0.3/

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Alexander Kanavin
On 11/11/2015 03:34 PM, Mark Hatle wrote: Also has anyone looked at the .typelib information and determined if any of it is available via direct inspection via readelf, dwarf interpretation or other method that does not require execution? Is there a definition of the .typelib information anywhe

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2015-11-10

2015-11-11 Thread Burton, Ross
On 11 November 2015 at 10:15, Martin Jansa wrote: > Finally some good results, only libsdl2 from oe-core is failing with > default configuration (you need to disable wayland PACKAGECONFIG to get > it built). > I had a quick look at this: the wayland packageconfig requires the gles2 packageconfig

Re: [OE-core] [PATCH 2/2] systemd: fix Upstream-Status tag

2015-11-11 Thread Burton, Ross
On 11 November 2015 at 13:27, Paul Eggleton wrote: > FWIW, I'd always thought "Rejected" would have been a more accurate label > to > use... on the other hand perhaps it's a bit late to be changing that now > though. > Agreed. We could change the guidelines to allow both but prefer Rejected? Or

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Mark Hatle
On 11/11/15 6:45 AM, Alexander Kanavin wrote: > On 11/10/2015 06:39 PM, Mark Hatle wrote: > >>> This requires custom bitbake support I'm afraid, a specialist needs to >>> answer this. >>> >> >> Let me rephrase. Instead of calling out to qemu (or a real target) for a >> gobject and result. Can th

Re: [OE-core] [PATCH 2/2] systemd: fix Upstream-Status tag

2015-11-11 Thread Paul Eggleton
On Wednesday 11 November 2015 11:11:48 Ross Burton wrote: > Signed-off-by: Ross Burton > --- > .../0022-Use-getenv-when-secure-versions-are-not-available.patch| 2 > +- 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/meta/recipes-core/systemd/systemd/0022-Use-getenv-when-

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Alexander Kanavin
On 11/11/2015 02:53 PM, Alexander Kanavin wrote: Same reason gtk-doc's scanner executes code: vast amounts of relevant information can't reliably be extracted from source but is trivial to introspect at runtime (GObject hierarchy, properties, signals, etc). Yep; the real problem is that GObjec

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Alexander Kanavin
On 11/11/2015 01:40 AM, Burton, Ross wrote: On 10 November 2015 at 23:10, Phil Blundell mailto:p...@pbcl.net>> wrote: Why does gobject-introspection (presumably giscanner, right?) need to run binaries on the target at all? I thought it operated mostly on the source code. Same rea

Re: [OE-core] [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-11-11 Thread Bruce Ashfield
On Wed, Nov 11, 2015 at 4:00 AM, Jens Rehsack wrote: > >> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield : >> >> On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote: >>> Am 14.10.2015 um 21:48 schrieb Bruce Ashfield : On Wed, Oct 14, 2015 at 3:30 PM, S. Lockwood-Childs wrote:

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Alexander Kanavin
On 11/10/2015 06:39 PM, Mark Hatle wrote: This requires custom bitbake support I'm afraid, a specialist needs to answer this. Let me rephrase. Instead of calling out to qemu (or a real target) for a gobject and result. Can the result be cached (like we do with the config-site info?) This w

Re: [OE-core] [PATCH] u-boot.inc: properly specify CC for EXTRA_OEMAKE

2015-11-11 Thread Tom Rini
On Tue, Nov 10, 2015 at 07:59:03PM -0800, Khem Raj wrote: > > > On Nov 10, 2015, at 5:09 AM, Tom Rini wrote: > > > > On Thu, Nov 05, 2015 at 03:23:48PM +0100, Carlos Rafael Giani wrote: > >> On 11/05/2015 03:22 PM, Otavio Salvador wrote: > >>> Hello Carlos, > >>> > >>> On Thu, Nov 5, 2015 at 11

[OE-core] [PATCH 1/2] weston: delete unused patch

2015-11-11 Thread Ross Burton
This patch was dropped from the recipe in the 1.8.0 upgrade. Signed-off-by: Ross Burton --- .../weston/disable-wayland-scanner-pkg-check.patch | 17 - 1 file changed, 17 deletions(-) delete mode 100644 meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.

[OE-core] [PATCH 2/2] meta: add some missing Upstream-Status tags to patches

2015-11-11 Thread Ross Burton
Where Signed-off-by statements have been added they were sourced from the original commit where the author claims creation. Signed-off-by: Ross Burton --- meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch| 1 + meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch

[OE-core] [PATCH 1/2] glibc: fix Upstream-Status tag

2015-11-11 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-core/glibc/glibc/use_64bit_atomics.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc/use_64bit_atomics.patch b/meta/recipes-core/glibc/glibc/use_64bit_atomics.patch index eb7f2b2..16d7698 100644 ---

[OE-core] [PATCH 2/2] systemd: fix Upstream-Status tag

2015-11-11 Thread Ross Burton
Signed-off-by: Ross Burton --- .../0022-Use-getenv-when-secure-versions-are-not-available.patch| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd/0022-Use-getenv-when-secure-versions-are-not-available.patch b/meta/recipes-core/systemd/

[OE-core] State of bitbake world, Failed tasks 2015-11-10

2015-11-11 Thread Martin Jansa
Finally some good results, only libsdl2 from oe-core is failing with default configuration (you need to disable wayland PACKAGECONFIG to get it built). Be aware that there are more issues in oe-core without these changes: icu, guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind, directfb, li

Re: [OE-core] [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-11-11 Thread Jens Rehsack
> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield : > > On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote: >> >>> Am 14.10.2015 um 21:48 schrieb Bruce Ashfield : >>> >>> On Wed, Oct 14, 2015 at 3:30 PM, S. Lockwood-Childs >>> wrote: http://patchwork.openembedded.org/patch/99875/ >

[OE-core] [PATCH v3] util-linux: create util-linux-runuser package

2015-11-11 Thread Ioan-Adrian Ratiu
Split runuser into its own package (previously provided by util-linux). Since runuser is compiled only when DISTRO_FEATURES includes pam, the creation of util-linux-runuser is also constrained by this. Signed-off-by: Ioan-Adrian Ratiu --- meta/recipes-core/util-linux/util-linux.inc | 6 ++ 1

[OE-core] [PATCH] sdk.py: fix conflicts of packages

2015-11-11 Thread Jian Liu
If packages are conveyed to smart to install at the same time, conflicts will not happen. Try to install packages into sdk image at the same time Signed-off-by: Jian Liu --- sdk.py | 108 + 1 file changed, 96 insertions(+), 12 dele