[OE-core] [PATCH 2/2] avahi: Remove -systemd postfix

2013-01-29 Thread Radu Moisan
Signed-off-by: Radu Moisan --- meta/recipes-connectivity/avahi/avahi.inc |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index d529b37..317a592 100644 --- a/meta/recipes-connectiv

[OE-core] [PATCH 1/2] systemd: Remove -systemd postfix

2013-01-29 Thread Radu Moisan
Signed-off-by: Radu Moisan --- meta/recipes-core/systemd/systemd_197.bb |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 500c3ec..ba86127 100644 --- a/meta/recipes-core/system

[OE-core] [PATCH 0/2 v2] Remove -systemd postfix

2013-01-29 Thread Radu Moisan
rebased so that the patch applies on systemd 197 removed RDEPENDS for avahi as Ross suggested Radu Moisan (2): systemd: Remove -systemd postfix avahi: Remove -systemd postfix meta/recipes-connectivity/avahi/avahi.inc |8 +++- meta/recipes-core/systemd/systemd_197.bb |9

Re: [OE-core] [PATCH] mips: Fix libaio system call interface

2013-01-29 Thread Saul Wold
On 01/29/2013 11:28 AM, Phil Staub wrote: The io_syscallX wrappers in syscall-mips.h discard error return status by overwriting the value returned in v0 from the system call with -1. Modify this behavior by returning the negative of the return value on error (as identified by a3 != 0). This conv

Re: [OE-core] OSError: [Errno 7] Argument list too long in sstate_install

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 09:26:30PM +0100, Martin Jansa wrote: > On Tue, Jan 29, 2013 at 03:49:00PM +0100, Martin Jansa wrote: > > When building bigger world-image I always get this error from > > populate_lic. There is debug output to show what > > copytree/Popen/execute_child > > was calling and

[OE-core] [PATCH] rootfs_rpm: Escape the backtick to ensure the ls runs on the target

2013-01-29 Thread Saul Wold
This change ensures that the ls /etc/rpm-postinsts runs in the target at first boot time, rather than at the creation time of the script on the host. This was causing the following error in the rootfs log: + install -d /srv/ssd/sgw/machines/fri2/tmp/work/fri2-poky-linux/core-image-minimal/1.0-r0

Re: [OE-core] sstate keeping ipk for every AUTOINC value?

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 05:13:45PM -0500, Harvey Chapman wrote: > On Jan 29, 2013, at 3:39 PM, Martin Jansa wrote: > > > Or why do I have each .ipk 7 times in deploy/ipk/arch? > > > > tmp-eglibc/sstate-control $ grep ncurses_ > > manifest-armv5te-ncurses.deploy-ipk > > /OE/oe-core/tmp-eglibc/de

[OE-core] [PATCH] module.bbclass: Don't add pkg_postinst/pkg_prerm to all packages in recipe

2013-01-29 Thread Saul Wold
The code in module.bbclass was appending the pkg_postinst and pkg_prerm to all packages that are part of a given recipe, meaning that the -lic, -dev, -doc, ... packages all got the scriptlet This change uses only which macthes with the RDEPENDS and FILES already used in module.bbclass. The failur

Re: [OE-core] sstate keeping ipk for every AUTOINC value?

2013-01-29 Thread Harvey Chapman
On Jan 29, 2013, at 3:39 PM, Martin Jansa wrote: > Or why do I have each .ipk 7 times in deploy/ipk/arch? > > tmp-eglibc/sstate-control $ grep ncurses_ manifest-armv5te-ncurses.deploy-ipk > /OE/oe-core/tmp-eglibc/deploy/ipk/armv5te/ncurses_5.9-r13.1.6_armv5te.ipk > /OE/oe-core/tmp-eglibc/deploy/

[OE-core] [PATCHv3] license: fix LICENSE_CREATE_PACKAGE to stay disabled by default

2013-01-29 Thread Martin Jansa
* as reported by Enrico on #oe 11:06:50 < ensc|w> JaMa: might this be caused by dc78ef91a2bf01efb8028c9afbe69e506e016265 which checks for 'd.getVar('LICENSE_CREATE_PACKAGE', True)' evaluating to 'True' for every string (including the default 0) Signed-off-by: Martin Jansa --- meta/classe

[OE-core] sstate keeping ipk for every AUTOINC value?

2013-01-29 Thread Martin Jansa
Or why do I have each .ipk 7 times in deploy/ipk/arch? tmp-eglibc/sstate-control $ grep ncurses_ manifest-armv5te-ncurses.deploy-ipk /OE/oe-core/tmp-eglibc/deploy/ipk/armv5te/ncurses_5.9-r13.1.6_armv5te.ipk /OE/oe-core/tmp-eglibc/deploy/ipk/armv5te/ncurses_5.9-r13.1.8_armv5te.ipk /OE/oe-core/tmp-e

Re: [OE-core] OSError: [Errno 7] Argument list too long in sstate_install

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 03:49:00PM +0100, Martin Jansa wrote: > When building bigger world-image I always get this error from > populate_lic. There is debug output to show what copytree/Popen/execute_child > was calling and it looks OK to me. and here is strace from that shell, no idea where that

Re: [OE-core] [PATCH 0/2] Remove -systemd postfix

2013-01-29 Thread Martin Jansa
Yes by missing PE bump and similar change removing dbus-systemd in oe-core. But sofar it's only 30 ERROR messages in bitbake log and 1 package to upgrade manualyl. On Tue, Jan 29, 2013 at 5:22 PM, Burton, Ross wrote: > On 29 January 2013 16:20, Martin Jansa wrote: > > There were in meta-system

Re: [OE-core] [PATCH V4 2/3] connman-conf: configures connman in qemu machines

2013-01-29 Thread Stanacar, StefanX
What about network in Build Appliance image? Blacklisting eth interfaces affects build appliance image too (because it's built as qemux86-64 machine usually). Or someone who doesn't use the runqemu script and she doesn't pass a static ip to qemu because she wants to use a dhcp server (eg: dnsmas

[OE-core] [PATCH] mips: Fix libaio system call interface

2013-01-29 Thread Phil Staub
The io_syscallX wrappers in syscall-mips.h discard error return status by overwriting the value returned in v0 from the system call with -1. Modify this behavior by returning the negative of the return value on error (as identified by a3 != 0). This convention is consistent with the behavior obser

Re: [OE-core] [PATCHv2] license: fix LICENSE_CREATE_PACKAGE to stay disabled by default

2013-01-29 Thread Chris Larson
On Tue, Jan 29, 2013 at 8:59 AM, Martin Jansa wrote: > > We do have an existing mechanism for handling boolean variables in a sane > > way, as an FYI. > > > > LICENSE_CREATE_PACKAGE[type] = "boolean" > > > > LICENSE_CREATE_PACKAGE = "1" > > oe.data.typed_value(d, 'LICENSE_CREATE_PACKAGE') == True

Re: [OE-core] [PATCH] mtools : upgrade to 4.0.18

2013-01-29 Thread Darren Hart
On 01/29/2013 01:49 AM, Andrei Dinu wrote: > Hello, Hi Andrei, > No, i performed only minimal testing, to see if the package is included > and also that it works when summoned in the console. If you can tell me > how i can test it further, i would be grateful. The mtools are used to populate t

[OE-core] "base_set_filespath()" adds superfluous duplicate directory entry

2013-01-29 Thread Robert P. J. Day
just noticed that the standard call to base_set_filespath() adds two entries of the top-level directory if you're doing a distroless build. you can see this with bitbake-env: FILESPATH="/home/rpjday/oe/dist/layers/oe-core/meta/recipes-connectivity/portmap/portmap-6.0/arm /home/rpjday/oe/dist/la

Re: [OE-core] [PATCH 0/2] Remove -systemd postfix

2013-01-29 Thread Burton, Ross
On 29 January 2013 16:20, Martin Jansa wrote: > There were in meta-systemd for much longer. Isn't the upgrade path from meta-systemd already broken?... :/ Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.li

Re: [OE-core] [PATCH 0/2] Remove -systemd postfix

2013-01-29 Thread Martin Jansa
There were in meta-systemd for much longer. On Tue, Jan 29, 2013 at 5:12 PM, Burton, Ross wrote: > On 29 January 2013 15:56, Martin Jansa wrote: > > No upgrade path for both. > > Do we really need to add an upgrade path for packages that have only > exists in git master for a week? I can unde

Re: [OE-core] [PATCH 0/2] Remove -systemd postfix

2013-01-29 Thread Burton, Ross
On 29 January 2013 15:56, Martin Jansa wrote: > No upgrade path for both. Do we really need to add an upgrade path for packages that have only exists in git master for a week? I can understand the desire, but we're not talking about a release-release upgrade path but an upgrade that will only hi

Re: [OE-core] [PATCH 2/2] avahi: Remove -systemd postfix

2013-01-29 Thread Burton, Ross
On 29 January 2013 15:57, Andreas Müller wrote: > I thought the discussion where to put systemd-files is still open. > Don't misunderstand me: I am fine with both but I think we should > decide to go this or that direction not by creating facts. I'm not convinced that the use case of "install a s

Re: [OE-core] [PATCHv2] license: fix LICENSE_CREATE_PACKAGE to stay disabled by default

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 07:29:55AM -0700, Chris Larson wrote: > On Tue, Jan 29, 2013 at 6:04 AM, Martin Jansa wrote: > > > * as reported by Enrico on #oe > > 11:06:50 < ensc|w> JaMa: might this be caused by > > dc78ef91a2bf01efb8028c9afbe69e506e016265 > > which checks for 'd.getVar('LICENSE_CR

Re: [OE-core] [PATCH 2/2] avahi: Remove -systemd postfix

2013-01-29 Thread Andreas Müller
On Tue, Jan 29, 2013 at 4:24 PM, Radu Moisan wrote: > Signed-off-by: Radu Moisan > --- > meta/recipes-connectivity/avahi/avahi.inc |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/meta/recipes-connectivity/avahi/avahi.inc > b/meta/recipes-connectivity/avahi/av

Re: [OE-core] [PATCH 0/2] Remove -systemd postfix

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 05:24:42PM +0200, Radu Moisan wrote: > > Radu Moisan (2): > systemd: Remove -systemd postfix > avahi: Remove -systemd postfix > > meta/recipes-connectivity/avahi/avahi.inc |8 > meta/recipes-core/systemd/systemd_196.bb |9 - > 2 files changed

Re: [OE-core] [PATCH 1/2] systemd: Remove -systemd postfix

2013-01-29 Thread Burton, Ross
On 29 January 2013 15:24, Radu Moisan wrote: > Signed-off-by: Radu Moisan Acked-by: Ross Burton Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 2/2] avahi: Remove -systemd postfix

2013-01-29 Thread Burton, Ross
On 29 January 2013 15:24, Radu Moisan wrote: >-RDEPENDS_avahi-systemd = "avahi-daemon" > +RDEPENDS_avahi = "avahi-daemon" The avahi package isn't really used, so this chunk should just be deleted. Ross ___ Openembedded-core mailing list Openembedded-c

Re: [OE-core] OE TSC Minutes 4 Dec 2012

2013-01-29 Thread Phil Blundell
On Tue, 2013-01-29 at 10:34 -0500, Trevor Woerner wrote: > I think it would be nice (for us non-inner-circle members) if you > could link the various IRC handles to the people behind them :-) The TSC wiki page has a list of members and their IRC handles: http://wiki.openembedded.org/TSC p. __

Re: [OE-core] OE TSC Minutes 4 Dec 2012

2013-01-29 Thread Trevor Woerner
I think it would be nice (for us non-inner-circle members) if you could link the various IRC handles to the people behind them :-) ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/list

[OE-core] [PATCH 2/2] avahi: Remove -systemd postfix

2013-01-29 Thread Radu Moisan
Signed-off-by: Radu Moisan --- meta/recipes-connectivity/avahi/avahi.inc |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index d529b37..a02c8a5 100644 --- a/meta/recipes-connectiv

[OE-core] [PATCH 1/2] systemd: Remove -systemd postfix

2013-01-29 Thread Radu Moisan
Signed-off-by: Radu Moisan --- meta/recipes-core/systemd/systemd_196.bb |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_196.bb b/meta/recipes-core/systemd/systemd_196.bb index 2854aae..69a4387 100644 --- a/meta/recipes-core/system

[OE-core] [PATCH 0/2] Remove -systemd postfix

2013-01-29 Thread Radu Moisan
Radu Moisan (2): systemd: Remove -systemd postfix avahi: Remove -systemd postfix meta/recipes-connectivity/avahi/avahi.inc |8 meta/recipes-core/systemd/systemd_196.bb |9 - 2 files changed, 8 insertions(+), 9 deletions(-) -- 1.7.9.5

[OE-core] [PATCH v4 3/3] gcc: enable multilib for target gcc

2013-01-29 Thread Constantin Musca
- add a task to setup multilib configuration for target gcc - this commit adapts Nitin Kamble's work to gcc 4.7 - use a hash for storing arch-dependent multilib options - patch gcc in order to use the multilib config files from the build directory Tests: root@qemux86-64:~# gcc -m64 t.c -o t root@q

[OE-core] [PATCH v4 2/3] multilib.conf: add TARGET_ARCH & TARGET_SYS to MULTILIB_SAVE_VARNAME

2013-01-29 Thread Constantin Musca
Signed-off-by: Constantin Musca --- meta/conf/multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 97b53ec..8f03661 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -2,7 +2,7 @@ baselib = "$

[OE-core] [PATCH v4 1/3] autotools.bbclass: add EXTRACONFFUNCS variable

2013-01-29 Thread Constantin Musca
- add EXTRACONFFUNCS variable in order to make it possible to inject tasks after autotools_preconfigure Signed-off-by: Constantin Musca --- meta/classes/autotools.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotool

[OE-core] [PATCH v4 0/3] On-target gcc enhancement

2013-01-29 Thread Constantin Musca
This patchset enables the user to build gcc with configurable multilib options. The following changes since commit cfb082961a6c9ac3d65738031c4071210529cd07: bitbake: build.py: Dump out performance data of individual tasks (2013-01-28 14:49:05 +) are available in the git repository at: g

Re: [OE-core] [PATCHv2] license: fix LICENSE_CREATE_PACKAGE to stay disabled by default

2013-01-29 Thread Martin Jansa
Ah, good to know, sending v3. On Tue, Jan 29, 2013 at 3:29 PM, Chris Larson wrote: > > On Tue, Jan 29, 2013 at 6:04 AM, Martin Jansa wrote: > >> * as reported by Enrico on #oe >> 11:06:50 < ensc|w> JaMa: might this be caused by >> dc78ef91a2bf01efb8028c9afbe69e506e016265 >> which checks for

[OE-core] OSError: [Errno 7] Argument list too long in sstate_install

2013-01-29 Thread Martin Jansa
When building bigger world-image I always get this error from populate_lic. There is debug output to show what copytree/Popen/execute_child was calling and it looks OK to me. Could it be caused by pseudo or something like that? do_populate_lic works fine in other recipes. Running the same cmdli

Re: [OE-core] [PATCHv2] license: fix LICENSE_CREATE_PACKAGE to stay disabled by default

2013-01-29 Thread Chris Larson
On Tue, Jan 29, 2013 at 6:04 AM, Martin Jansa wrote: > * as reported by Enrico on #oe > 11:06:50 < ensc|w> JaMa: might this be caused by > dc78ef91a2bf01efb8028c9afbe69e506e016265 > which checks for 'd.getVar('LICENSE_CREATE_PACKAGE', True)' evaluating > to 'True' for every > string (includi

[OE-core] [PATCHv2] license: fix LICENSE_CREATE_PACKAGE to stay disabled by default

2013-01-29 Thread Martin Jansa
* as reported by Enrico on #oe 11:06:50 < ensc|w> JaMa: might this be caused by dc78ef91a2bf01efb8028c9afbe69e506e016265 which checks for 'd.getVar('LICENSE_CREATE_PACKAGE', True)' evaluating to 'True' for every string (including the default 0) Signed-off-by: Martin Jansa --- meta/classe

Re: [OE-core] [PATCH] license: fix LICENSE_CREATE_PACKAGE to stay disabled by default

2013-01-29 Thread Otavio Salvador
On Tue, Jan 29, 2013 at 10:37 AM, Martin Jansa wrote: > * as reported by Enrico on #oe > 11:06:50 < ensc|w> JaMa: might this be caused by > dc78ef91a2bf01efb8028c9afbe69e506e016265 > which checks for 'd.getVar('LICENSE_CREATE_PACKAGE', True)' evaluating to > 'True' for every > string (incl

[OE-core] [PATCH] license: fix LICENSE_CREATE_PACKAGE to stay disabled by default

2013-01-29 Thread Martin Jansa
* as reported by Enrico on #oe 11:06:50 < ensc|w> JaMa: might this be caused by dc78ef91a2bf01efb8028c9afbe69e506e016265 which checks for 'd.getVar('LICENSE_CREATE_PACKAGE', True)' evaluating to 'True' for every string (including the default 0) Signed-off-by: Martin Jansa --- meta/classe

[OE-core] [PATCH] Flex: use proper m4 binary on target

2013-01-29 Thread Marcin Juszkiewicz
flex tries to execute: /data/oe/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/m4 As workaround you can: mkdir -p /data/oe/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ ln -s /usr/bin/m4 /data/oe/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ So this is a bug how OE builds flex. flex tries

Re: [OE-core] [oe-commits] Saul Wold : dhcp: Update to 4.2.5

2013-01-29 Thread Martin Jansa
On Mon, Jan 28, 2013 at 12:37:10PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: fb1a7cf8ac1b5ab8047f47ace28775685ba28804 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fb1a7cf8ac1b5ab8047f47ace28775685ba28804 > > A

[OE-core] [PATCH v2 2/3] xserver-xorg: Split 'glx' and 'dri' PACKAGECONFIG options

2013-01-29 Thread Otavio Salvador
Some SoC need 'dri' support even when not building glx; this patch splits it in two PACKAGECONFIG options ('glx' and 'dri') but does not change the default (both enabled). Signed-off-by: Otavio Salvador --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 13 - 1 file changed, 8

[OE-core] [PATCH v2 3/3] default-providers.inc: Set 'virtual/dri' as default for 'mesa-dri'

2013-01-29 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/conf/distro/include/default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 444176c..d0b84bd 100644 --- a/meta/conf/distro/include/defau

[OE-core] [PATCH v2 0/3] Improve DRI handling support flexibility

2013-01-29 Thread Otavio Salvador
There're some processors which provide binary blobs for DRI and GPU support which need to be build in BSP; to avoid some dirt and ugly hacks in BSP we ought to be flexible. We splitted the glx and dri PACKAGECONFIG options and added a virtual/dri provider so BSP can override it, if need. Otavio S

[OE-core] [PATCH v2 1/3] mesa: Add virtual/dri provides

2013-01-29 Thread Otavio Salvador
This allow for use DRI alternative implementations as done in some ARM SoCs. Signed-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/mesa-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/m

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 11:21:09AM +0100, Mike Looijmans wrote: > On 01/29/2013 10:40 AM, Martin Jansa wrote: > > On Tue, Jan 29, 2013 at 10:29:07AM +0100, Mike Looijmans wrote: > >> I often have several hardware boards sharing 99% of periferals and > >> configuration. Usually they all have the exa

Re: [OE-core] BB_NO_NETWORK = "1" causes fetch to fail for unnecessary u-boot parsing

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 04:54:30AM -0500, Robert P. J. Day wrote: > On Tue, 29 Jan 2013, Martin Jansa wrote: > > > On Tue, Jan 29, 2013 at 04:08:10AM -0500, Robert P. J. Day wrote: > > > > > > not sure if this is expected behaviour, but i'm using the meta-ti > > > layer to build a core-image-min

[OE-core] [PATCH 1/2] libcanberra: remove, migrated to meta-gnome

2013-01-29 Thread Ross Burton
Signed-off-by: Ross Burton --- .../pulseaudio/libcanberra_0.29.bb | 32 1 file changed, 32 deletions(-) delete mode 100644 meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb diff --git a/meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb b/meta/r

[OE-core] [PATCH 2/2] metacity: remove, migrated to meta-gnome

2013-01-29 Thread Ross Burton
Signed-off-by: Ross Burton --- .../metacity/remove-yelp-help-rules-var.patch | 28 -- meta/recipes-gnome/gnome/metacity_2.34.13.bb | 30 2 files changed, 58 deletions(-) delete mode 100644 meta/recipes-gnome/gnome/metacity/remove-yelp-help-ru

[OE-core] [PATCH 0/2] Remove metacity and libcanberra

2013-01-29 Thread Ross Burton
Hi, Metacity is the GNOME 2 window manager, so unused and untested in oe-core. It's now been moved to meta-gnome so remove it from oe-core. libcanberra was in oe-core solely for metacity, so that's also been moved to meta-gnome so remove it from oe-core. Ross The following changes since commit

Re: [OE-core] [PATCH 2/2] base: make feature backfilling happen earlier

2013-01-29 Thread Enrico Scholz
Paul Eggleton writes: >> >> 1. set some defaults on distribution base ... >> >> 2. allow to override these defaults on a per-project base fwiw, I am using now _EXT_PROJECT_FEATURES = "\ largefile nfsroot modules ld-is-gold ${PROJECT_FEATURES} \ ${DISTRO_FEATURES_INITMAN} ${DISTRO_FEATURES_L

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-01-29 Thread Burton, Ross
On 29 January 2013 10:21, Mike Looijmans wrote: > (Needless rebuild: Built package X for machine A. Switch to B, and it will > build X again, which isn't needed because they're for the same architecture > and the package isn't dependent on the machine. Switch back to A, and it > will AGAIN build p

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-01-29 Thread Mike Looijmans
On 01/29/2013 10:40 AM, Martin Jansa wrote: On Tue, Jan 29, 2013 at 10:29:07AM +0100, Mike Looijmans wrote: I often have several hardware boards sharing 99% of periferals and configuration. Usually they all have the exact same CPU, and the difference is in the minor details like the screen resol

[OE-core] [PATCH V2] alsa-tools: upgrade to 1.0.26.1

2013-01-29 Thread Cristian Iorga
Removed the following tools: - all related to hdsp (required gtk+ and fltk-config) - ld10k1, qlo10k1 (required QT) - hdajackretask Fixed the automake issue for cross-compilation Signed-off-by: Cristian Iorga --- .../{alsa-tools-1.0.25 => alsa-tools}/autotools.patch | 13 +++-- ...

Re: [OE-core] BB_NO_NETWORK = "1" causes fetch to fail for unnecessary u-boot parsing

2013-01-29 Thread Robert P. J. Day
On Tue, 29 Jan 2013, Martin Jansa wrote: > On Tue, Jan 29, 2013 at 04:08:10AM -0500, Robert P. J. Day wrote: > > > > not sure if this is expected behaviour, but i'm using the meta-ti > > layer to build a core-image-minimal for a am180x-evm. i'm using > > "own-mirrors" to use my own premirrors d

Re: [OE-core] [PATCH] mtools : upgrade to 4.0.18

2013-01-29 Thread Andrei Dinu
Hello, No, i performed only minimal testing, to see if the package is included and also that it works when summoned in the console. If you can tell me how i can test it further, i would be grateful. Thanks, Andrei Dinu On 01/28/2013 08:45 PM, Darren Hart wrote: Have you performed testing w

Re: [OE-core] BB_NO_NETWORK = "1" causes fetch to fail for unnecessary u-boot parsing

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 04:08:10AM -0500, Robert P. J. Day wrote: > > not sure if this is expected behaviour, but i'm using the meta-ti > layer to build a core-image-minimal for a am180x-evm. i'm using > "own-mirrors" to use my own premirrors directory and i've collected > all of the necessary

[OE-core] "bitbake -c fetchall" doesn't process EXTRA_IMAGEDEPENDS

2013-01-29 Thread Robert P. J. Day
back in november, i whined thusly: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/031997.html is this the *intended* behaviour? since it seems that if i do a "bitbake -c fetchall", i should expect that i now have *all* software related to my target, and that's clearly no

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-01-29 Thread Martin Jansa
On Tue, Jan 29, 2013 at 10:29:07AM +0100, Mike Looijmans wrote: > I often have several hardware boards sharing 99% of periferals and > configuration. Usually they all have the exact same CPU, and the > difference is in the minor details like the screen resolution. > > In "classic" OE I was used

[OE-core] Multiple MACHINE building is broken in OE-core?

2013-01-29 Thread Mike Looijmans
I often have several hardware boards sharing 99% of periferals and configuration. Usually they all have the exact same CPU, and the difference is in the minor details like the screen resolution. In "classic" OE I was used to sharing the work, by just changing the MACHINE variable I could creat

[OE-core] BB_NO_NETWORK = "1" causes fetch to fail for unnecessary u-boot parsing

2013-01-29 Thread Robert P. J. Day
not sure if this is expected behaviour, but i'm using the meta-ti layer to build a core-image-minimal for a am180x-evm. i'm using "own-mirrors" to use my own premirrors directory and i've collected all of the necessary tarballs and actually completed the build, after which i make sure i have sa

Re: [OE-core] [PATCH 1/1] rootfs_rpm.bbclass: fix the unexpected postinst error

2013-01-29 Thread ChenQi
Really really sorry that this patch introduces a bug :( (It built and booted correctly, so I thought everything's OK. I didn't check the do_rootfs log.) A follow-up patch has been sent. Sorry for the inconvenience. Chen Qi On 01/22/2013 04:44 PM, qi.c...@windriver.com wrote: From: Chen Qi I

[OE-core] [PATCH 1/1] rootfs_rpm.bbclass: fix a bug in run-postinst script

2013-01-29 Thread Qi.Chen
From: Chen Qi This is a follow-up patch which fixes a bug introduced by the commit bd10a6d257ab5ce2fc961788c278af7c43637404. The `` command substitution characters should be excaped by \ to make things work correctly. [YOCTO #3767] Signed-off-by: Chen Qi --- meta/classes/rootfs_rpm.bbclass |

[OE-core] [PATCH 0/1] rootfs_rpm.bbclass: fix a bug in run-postinst script

2013-01-29 Thread Qi.Chen
From: Chen Qi The following changes since commit cfb082961a6c9ac3d65738031c4071210529cd07: bitbake: build.py: Dump out performance data of individual tasks (2013-01-28 14:49:05 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/rootfs_rpm-fix-error

[OE-core] [PATCH v2] python-smartpm: multilib fixes

2013-01-29 Thread Bogdan Marinescu
To fix some multilib issues, change the way the RPM backend decides if two packages can coexist: if they have a different architecture, automatically assume that they can coexist (which is fundamental for multilib). [YOCTO #3681] Signed-off-by: Bogdan Marinescu --- .../python-smartpm/smart-mult