Re: [OE-core] [PATCH 1/4] avahi.inc: use avahi-daemon as avahi's provider

2014-11-09 Thread Hongxu Jia
On 11/10/2014 02:42 PM, Martin Jansa wrote: The docs say that IMAGE_INSTALL is for "package_name". So I think it's correct that it fails when you put "recipe_name" in it and sometimes there isn't any package with the same name. It's the same as trying to make RDEPENDS/DEPENDS entries to be interc

Re: [OE-core] [PATCH 1/4] avahi.inc: use avahi-daemon as avahi's provider

2014-11-09 Thread Martin Jansa
On Mon, Nov 10, 2014 at 10:02:47AM +0800, Hongxu Jia wrote: > On 11/09/2014 02:53 AM, Koen Kooi wrote: > >> Op 7 nov. 2014, om 15:38 heeft Martin Jansa het > >> volgende geschreven: > >> > >> On Fri, Nov 07, 2014 at 03:57:01PM +0800, Hongxu Jia wrote: > >>> The package avahi does not exist, so we

Re: [OE-core] [PATCH] Bluez5: Add gatttool to new package bluez5-tools

2014-11-09 Thread Qian Lei
On Fri, 7 Nov 2014 12:42:14 + "Burton, Ross" wrote: > On 4 November 2014 05:04, Qian Lei wrote: > > > # at_console doesn't really work with the current state of OE, so > > punch some more holes so people can actually use BT > > +install -m 0755 ${S}/attrib/gatttool ${D}/${bi

[OE-core] [PATCH 0/1] apr-native: Set CONFIG_SHELL to /bin/bash

2014-11-09 Thread Robert Yang
The following changes since commit 33b7885ecdc8774e34ac3534ec49fed6ffdb3916: oprofile: 0.9.9 -> 1.0.0 (2014-11-09 10:19:58 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/apr http://cgit.openembedded.org/cgit.cgi/openembedded-core-con

[OE-core] [PATCH 1/1] apr-native: Set CONFIG_SHELL to /bin/bash

2014-11-09 Thread Robert Yang
The apr-native provides usr/share/build-1/libtool which is required by the recipe such as apache2-native. If we don't set the CONFIG_SHELL to /bin/bash, then: 1) If we build apr-native on a host which is "/bin/sh -> bash", the interpreter in usr/share/build-1/libtool would be "#!/bin/sh". 2) Wh

[OE-core] [PATCH] qemu: remove task sanitize_sources

2014-11-09 Thread Kai Kang
There is no dtc/.git and pixman/.git files any longer. So remove task sanitize_sources which is used to remove these files. Signed-off-by: Kai Kang --- meta/recipes-devtools/qemu/qemu_2.1.2.bb | 8 1 file changed, 8 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu_2.1.2.bb b/

Re: [OE-core] [PATCH 00/25] Add machine qemuarm64

2014-11-09 Thread Mark Hatle
On 11/9/14, 4:53 PM, Burton, Ross wrote: On 8 November 2014 17:07, Mark Hatle mailto:mark.ha...@windriver.com>> wrote: This is why relying on userspace qemu to do postinstall actions isn't good. If the host kernel doesn't have a new enough kernel it'll break. If the qemu does emula

Re: [OE-core] [PATCH 1/4] avahi.inc: use avahi-daemon as avahi's provider

2014-11-09 Thread Hongxu Jia
On 11/09/2014 02:53 AM, Koen Kooi wrote: Op 7 nov. 2014, om 15:38 heeft Martin Jansa het volgende geschreven: On Fri, Nov 07, 2014 at 03:57:01PM +0800, Hongxu Jia wrote: The package avahi does not exist, so we use avahi-daemon as the provider. It avoids the do_rootfs failure while IMAGE_INSTA

Re: [OE-core] [PATCH] u-boot: update to version 2014.07

2014-11-09 Thread Burton, Ross
On 7 November 2014 22:30, Denys Dmytriyenko wrote: > I've just sent an RFC patch to allow building mkimage for the target. I'd > like > to collect feedback for it first, but feel free to squash it with the > previous > patch, if it's accepted (or commit separately - your choice). The update to >

Re: [OE-core] [PATCH 00/25] Add machine qemuarm64

2014-11-09 Thread Burton, Ross
On 8 November 2014 17:07, Mark Hatle wrote: > This is why relying on userspace qemu to do postinstall actions isn't > good. If the host kernel doesn't have a new enough kernel it'll break. If > the qemu does emulate the exact SOC, it'll break.. etc.. etc.. etc.. > Do you know how new is new en

Re: [OE-core] building world

2014-11-09 Thread Burton, Ross
On 9 November 2014 04:43, akuster808 wrote: > "WARNING: Building libpam but 'pam' isn't in DISTRO_FEATURES, PAM won't > work correctly" > > It seems to me that if one is building 'world' then all "DISTRO_FEATURES" > should be defined, otherwise World isn't really world. > If world enabled all di

Re: [OE-core] [PATCH] gptfdisk: add 0.8.10+git version

2014-11-09 Thread Burton, Ross
On 8 November 2014 18:55, Koen Kooi wrote: > I can if you'd like that, the utils were few and small, so I put them all > in ${PN}, let me know if you still want them seperate. Personally I don't see a reason to split the tools up, but following tradition and shipping them in $sbindir is sensibl

[OE-core] Public OE TSC meeting

2014-11-09 Thread Paul Eggleton
Hi all, There will be a public OpenEmbedded TSC/workgroup IRC meeting this coming Tuesday (11th November). If you're interested in discussing long-term technical efforts around the OpenEmbedded project please join us on irc.freenode.net in channel #oe at 17:00 GMT (9am PST, 11am CST, 12 EST, 18

Re: [OE-core] [RFC][PATCH] u-boot-mkimage: allow building target version of the tool

2014-11-09 Thread Koen Kooi
> Op 9 nov. 2014, om 08:51 heeft Denys Dmytriyenko het > volgende geschreven: > > On Sat, Nov 08, 2014 at 05:12:36PM -0200, Otavio Salvador wrote: >> On Fri, Nov 7, 2014 at 8:24 PM, Denys Dmytriyenko wrote: >>> From: Denys Dmytriyenko >>> >>> u-boot doesn't really support building its tools

Re: [OE-core] [PATCH 2/2] xserver-xorg: update to 1.16.1

2014-11-09 Thread Richard Purdie
On Sat, 2014-11-08 at 14:47 +, Richard Purdie wrote: > On Fri, 2014-11-07 at 08:52 +0100, Andreas Müller wrote: > > * first version supporting rootless X (not tested yet) > > * modesetting working for non PCI gpus (tested on gumstix overo) > > > > Signed-off-by: Andreas Müller > > --- > > ..