[OE-core] qemuarm update

2015-12-19 Thread Trevor Woerner
Would it make sense, would it be possible, for the qemuarm machine to emulate ARMv7a instead of ARMv5? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 17/17] util-linux: Fix ptest builds on musl

2015-12-19 Thread Khem Raj
musl doesnt implement error() API, hence provide one Signed-off-by: Khem Raj --- .../util-linux/uuid-test-error-api.patch | 92 ++ meta/recipes-core/util-linux/util-linux_2.27.1.bb | 1 + 2 files changed, 93 insertions(+) create mode 100644 meta/recipes-core/uti

[OE-core] [PATCH 15/17] argp-standalone: Add recipe

2015-12-19 Thread Khem Raj
This helps packages like gnutls to compile with musl any package that needs glibc's implementation of argp can link to this library Signed-off-by: Khem Raj --- .../argp-standalone/argp-standalone_1.3.bb | 28 .../files/0001-throw-in-funcdef.patch | 84 ++

[OE-core] [PATCH 16/17] gnutls: Link with libargp on musl and depend on argp-standalone

2015-12-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-support/gnutls/gnutls.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index c1ec120..5bcfc9c 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-s

[OE-core] [PATCH 13/17] xserver-xorg: Fix build with musl

2015-12-19 Thread Khem Raj
inb/outb are implemented for ARM on glibc but not on linux in general therefore the conditional has to reflect that Signed-off-by: Khem Raj --- .../xorg-xserver/xserver-xorg/musl-arm-inb-outb.patch | 18 ++ .../xorg-xserver/xserver-xorg_1.18.0.bb| 4 +++- 2 file

[OE-core] [PATCH 14/17] gdk-pixbuf: Fix latent build issue exposed by musl

2015-12-19 Thread Khem Raj
Signed-off-by: Khem Raj --- .../gdk-pixbuf/gdk-pixbuf/libc_memfuncs.patch | 25 ++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.32.1.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/libc_memfuncs.patch diff --git a/m

[OE-core] [PATCH 12/17] linux-libc-headers: Port patches for linux-headers for musl

2015-12-19 Thread Khem Raj
These patches have revealed issues with linux kernel headers which has been proposed upstream but hasnt been applied yet Signed-off-by: Khem Raj --- ...mpat.h-fix-some-issues-arising-from-in6.h.patch | 81 ++ ...t.h-prevent-redefinition-of-struct-ethhdr.patch | 58 +++

[OE-core] [PATCH 11/17] libcgroup: Add dependency on fts when building on musl

2015-12-19 Thread Khem Raj
Signed-off-by: Khem Raj --- .../libcgroup/libcgroup/musl-decls-compat.patch| 235 + meta/recipes-core/libcgroup/libcgroup_0.41.bb | 4 + 2 files changed, 239 insertions(+) create mode 100644 meta/recipes-core/libcgroup/libcgroup/musl-decls-compat.patch diff --git

[OE-core] [PATCH 08/17] fts: Add recipe

2015-12-19 Thread Khem Raj
fts is not implemented in musl but many packages depend on it glibc implements it even though posix does not requir it to do so. So provide an alternative provider for fts Signed-off-by: Khem Raj --- meta/recipes-core/fts/fts.bb | 38 + .../fts/fts/fts-header-correctness.

[OE-core] [PATCH 09/17] valgrind: Define __UCLIBC__ for uclibc based systems

2015-12-19 Thread Khem Raj
Helps configure valgrind for uclibc targets otherwise it tries to assume funcitons that are implemented in glibc like __free_res Signed-off-by: Khem Raj --- meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/valgrind/valg

[OE-core] [PATCH 10/17] connman: include config.h for HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR

2015-12-19 Thread Khem Raj
We now check at configure time of libc has pktinfo struct Signed-off-by: Khem Raj --- .../0003-Fix-header-inclusions-for-musl.patch | 79 +++--- 1 file changed, 56 insertions(+), 23 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman/0003-Fix-header-inclusi

[OE-core] [PATCH 04/17] ppp: Fix build with musl

2015-12-19 Thread Khem Raj
Therer are assumptions about glibc headers and features which needs to be addressed for musl Signed-off-by: Khem Raj --- .../ppp/ppp/0001-Fix-build-with-musl.patch | 163 + meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 3 + 2 files changed, 166 insertions(+)

[OE-core] [PATCH 07/17] libtirpc: Fix build for musl

2015-12-19 Thread Khem Raj
NIS support is really not there in musl and some fixes are break the linux = glibc assumption Signed-off-by: Khem Raj --- ...rpcbynumber-and-getrpcbyname-if-those-are.patch | 89 + ...-use-of-internal-glibc-sys-cdefs.h-header.patch | 1754 ...gure-option-to-disable-DES-aut

[OE-core] [PATCH 06/17] tcmode-default: Use glibc for nativesdk version even on uclibc and musl

2015-12-19 Thread Khem Raj
We do not have musl or uclibc based systems for building OE itself. Most of build servers run glibc, there will be other issues to build OE on a uclibc based build system Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion

[OE-core] [PATCH 03/17] blktrace: Include

2015-12-19 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-include-sys-types.h-for-dev_t-definition.patch | 30 ++ meta/recipes-kernel/blktrace/blktrace_git.bb | 4 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-kernel/blktrace/blktrace/0001-include-sys-typ

[OE-core] [PATCH 05/17] tcp-wrappers: Fix build with musl

2015-12-19 Thread Khem Raj
Signed-off-by: Khem Raj --- .../tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch | 31 ++ .../tcp-wrappers/tcp-wrappers_7.6.bb | 4 +++ 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch dif

[OE-core] [PATCH 02/17] dhcp: Include sys/types.h for u_int* defs

2015-12-19 Thread Khem Raj
Signed-off-by: Khem Raj --- .../dhcp/0001-include-missing-sys-types.h.patch| 56 ++ meta/recipes-connectivity/dhcp/dhcp_4.3.2.bb | 1 + 2 files changed, 57 insertions(+) create mode 100644 meta/recipes-connectivity/dhcp/dhcp/0001-include-missing-sys-types.h.patch

[OE-core] [PATCH 01/17] powertop: Include right headers for timval struct

2015-12-19 Thread Khem Raj
Signed-off-by: Khem Raj --- ...0001-include-rquired-headers-for-typedefs.patch | 45 ++ meta/recipes-kernel/powertop/powertop_2.8.bb | 4 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-kernel/powertop/powertop/0001-include-rquired-

[OE-core] [PATCH 00/17] musl fixes phase 2

2015-12-19 Thread Khem Raj
This set of fixes lets core-image-base/core-image-weston/core-image-sato compile and boot using TCLIBC=musl The following changes since commit e1a37899da56014693f08d1c39cb6ec0a4ed2bf4: buildstats-summary/toaster: Cope with removal of get_bn() (2015-12-18 13:50:54 +) are available in the g

[OE-core] [PATCH] scripts/oe-selftest: Add support for selftest log with timestamp

2015-12-19 Thread Costin Constantin
Each time oe-selftest runs, the oe-selftest.log file is overwritten. This patch solves it by adding time stamp to each selftest log file and doing a symlink named as oe-selftest.log to the last one created. Signed-off-by: Costin Constantin --- scripts/oe-selftest | 5 + 1 file changed, 5 ins

Re: [OE-core] [

2015-12-19 Thread Tom Hochstein
Hi Otavio, Can you be more explicit about what you mean by weston-launch wrapper? Do you want to hide the current weston-launch binary and replace it by a new weston-launch wrapper? What happens to my proposed weston-start, which is itself a wrapper? Does its functionality move into weston-laun

Re: [OE-core] [PATCH 2/6] lttng-modules: fix build issue against kernel 4.4

2015-12-19 Thread Bruce Ashfield
On Sat, Dec 19, 2015 at 12:44 PM, Bruce Ashfield wrote: > > > On Sat, Dec 19, 2015 at 5:05 AM, Otavio Salvador < > otavio.salva...@ossystems.com.br> wrote: > >> On Fri, Dec 18, 2015 at 6:44 PM, Bruce Ashfield >> wrote: >> > f4b27072 >> >> >> Use this revision on commit log; latest is not accurat

Re: [OE-core] [PATCH 2/6] lttng-modules: fix build issue against kernel 4.4

2015-12-19 Thread Bruce Ashfield
On Sat, Dec 19, 2015 at 5:05 AM, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Fri, Dec 18, 2015 at 6:44 PM, Bruce Ashfield > wrote: > > f4b27072 > > > Use this revision on commit log; latest is not accurate as it moves during > time. > > We'll disagree on that. The patch has th

Re: [OE-core] [PATCH 2/6] lttng-modules: fix build issue against kernel 4.4

2015-12-19 Thread Otavio Salvador
On Fri, Dec 18, 2015 at 6:44 PM, Bruce Ashfield wrote: > f4b27072 Use this revision on commit log; latest is not accurate as it moves during time. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7

Re: [OE-core] [

2015-12-19 Thread Otavio Salvador
On Fri, Dec 18, 2015 at 8:36 PM, Tom Hochstein wrote: > Hi Otavio, > > Does the existence of /usr/lib/weston/xwayland.so give us what we want? > > if [ -f /usr/lib/weston/xwayland.so ]; then > mkdir -p /tmp/.X11-unix > OPTARGS="--modules=xwayland.so $OPTARGS" >

Re: [OE-core] [

2015-12-19 Thread Otavio Salvador
On Fri, Dec 18, 2015 at 7:58 PM, Tom Hochstein wrote: > Thanks, Otavio. Shall I simply quote the weston man page: > > When weston is started as the first windowing system (i.e. not under X > nor under another Wayland server), it should be done with the command > weston-launch to set up proper priv