[OE-core] [PATCH 1/2] tune-cortexa15: add tunes for ARM Cortex-A15

2013-03-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko http://www.arm.com/products/processors/cortex-a/cortex-a15.php Signed-off-by: Denys Dmytriyenko --- meta/conf/machine/include/tune-cortexa15.inc | 36 1 file changed, 36 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortex

Re: [OE-core] [PATCH 0/2] bitbake-whatchanged: print what is about to happen

2013-03-04 Thread Robert Yang
On 02/01/2013 04:55 PM, Robert Yang wrote: The following changes since commit 9a26b9c69c47c87ce71a06f76682c187767e7897: rpm: Ensure native binaries are correctly wrapped (2013-01-30 14:47:30 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/what

[OE-core] [PATCH 2/2] tune-cortexa7: add tunes for ARM Cortex-A7

2013-03-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko http://www.arm.com/products/processors/cortex-a/cortex-a7.php Signed-off-by: Denys Dmytriyenko --- meta/conf/machine/include/tune-cortexa7.inc | 36 + 1 file changed, 36 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortexa

[OE-core] [PATCH 1/1] sanity.bbclass:check if necessary to add march to BUILD_CFLAGS

2013-03-04 Thread Hongxu Jia
1, There are a set of GCC built-in functions for atomic memory access. The definition given in the Intel documentation allows only for the use of the types int, long, long long as well as their unsigned counterparts. GCC will allow any integral scalar or pointer type that is 1, 2, 4, 8 or 16 bytes

[OE-core] [PATCH V4 0/1]fix native package compile error with gcc 4.3.4 on x86 host

2013-03-04 Thread Hongxu Jia
Change from V3: as Richard suggested, patch sanity.bbclass to test if necessary to add march to BUILD_CFLAG when the gcc version is older than 4.5 Test case: :~> bitbake packagegroup-toolset-native WARNING: Host distribution "SUSE Linux Enterprise Desktop 11" has not been validated with this versi

Re: [OE-core] [PATCH] populate_sdk_base/image: Fix races for variable mappings

2013-03-04 Thread Mark Hatle
On 3/4/13 11:43 AM, Richard Purdie wrote: When using the -c populate_sdk option, images are not generated quite as they should be under certain circumstances. For example the dropbear feature may not get replaced with openssh, leading to both being installed with an appropriate rootfs failure. T

[OE-core] [PATCH] sstate.bbclass: Enclose sstate search parameter with quotes

2013-03-04 Thread Leonardo Sandoval
In case filenames have spaces, execution of the function sstater_install will hang, so the print parameter %s must be enclosed with quotes. Signed-off-by: Leonardo Sandoval --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/ssta

[OE-core] [PATCH v2] syslinux.bbclass: Add a default serial console option and real boot menu support

2013-03-04 Thread Jason Wessel
The previous syslinux menu code did not support using both a serial and vga console, but this has worked for years in syslinux so there is no reason not to take advantage of it. The previous menu looked like: --- Linux Boot Menu The following ta

Re: [OE-core] [PATCH] ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption

2013-03-04 Thread Jason Wessel
On 03/04/2013 04:11 PM, Trevor Woerner wrote: > Is this a proposed fix for bug 3898? > https://bugzilla.yoctoproject.org/show_bug.cgi?id=3898 Absolutely this would fix that defect. Jason. ___ Openembedded-core mailing list Openembedded-core@lists.opene

Re: [OE-core] [PATCH] ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption

2013-03-04 Thread Trevor Woerner
Is this a proposed fix for bug 3898? https://bugzilla.yoctoproject.org/show_bug.cgi?id=3898 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] syslinux.bbclass: Add a default serial console option and real boot menu support

2013-03-04 Thread Jason Wessel
On 02/27/2013 07:52 PM, Saul Wold wrote: > On 02/26/2013 06:04 PM, Jason Wessel wrote: >> syslinux_iso_populate() { >> syslinux_populate ${ISODIR} ${ISOLINUXDIR} isolinux.cfg >> install -m 0644 ${STAGING_LIBDIR}/syslinux/isolinux.bin >> ${ISODIR}${ISOLINUXDIR} >> +if [ x${AUTO_SYSL

Re: [OE-core] [PATCH] ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption

2013-03-04 Thread Jason Wessel
On 03/04/2013 03:21 PM, Jason Wessel wrote: > Previously there was a change to the ncurses compile to make it more > like the typical way it was compiled on a host system. This fixed a > whole class of host machines, but masked the real underlying problem > with the display corruption issues and m

[OE-core] [PATCH] ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption

2013-03-04 Thread Jason Wessel
Previously there was a change to the ncurses compile to make it more like the typical way it was compiled on a host system. This fixed a whole class of host machines, but masked the real underlying problem with the display corruption issues and menuconfig. The corner case that led to the discover

[OE-core] OE Changelog since 2013-02-24 until 2013-03-03

2013-03-04 Thread cliff . brake
Changelog since 2013-02-24 until 2013-03-03. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] Enabling microblaze support for gcc-4.7.2

2013-03-04 Thread Elvis Dowson
Hi, I'm trying to build the toolchain for the microblaze processor, but I get an error with gcc-cross-initial_4.7.bb: opening microblaze-c.o: No such file or directory. If I look in the build/tmp/work/microblaze-poky-linux/gcc-cross-initial/4.7.2-r18/gcc-4.7.2/gcc/config folder I can on

Re: [OE-core] [PATCH] libgcc: Mark libgcc_s as executable to ensure its stripped

2013-03-04 Thread Khem Raj
On Sun, Mar 3, 2013 at 9:04 AM, Richard Purdie wrote: > libgcc_s is not marked as executable and hence it doesn't get stripped. This > means its about 1MB larger than it needs to be. There is no good reason it > shouldn't get stripped so ensure it does and mark as executable. > > Signed-off-by: Ri

Re: [OE-core] libgcc_s.so not stripped

2013-03-04 Thread Khem Raj
On Sun, Mar 3, 2013 at 9:08 AM, Richard Purdie wrote: > On Wed, 2012-08-22 at 13:25 -0700, Khem Raj wrote: >> On Wed, Aug 22, 2012 at 1:15 PM, Enrico Scholz >> wrote: >> > >> > I just noticed that libgcc_s.so.1 is not stripped in the .ipk. Is >> > there any reason to keep the debug symbols? Unc

[OE-core] [PATCH] populate_sdk_base/image: Fix races for variable mappings

2013-03-04 Thread Richard Purdie
When using the -c populate_sdk option, images are not generated quite as they should be under certain circumstances. For example the dropbear feature may not get replaced with openssh, leading to both being installed with an appropriate rootfs failure. This patch moves the remapping logic to later

Re: [OE-core] Feature Completion Deadline for 1.4 looming

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 14:00 -0300, Otavio Salvador wrote: > On Mon, Mar 4, 2013 at 11:35 AM, Richard Purdie > wrote: > > The 1.4 release is scheduled for 2013/04/26. We have one milestone > > release before then, M5 on 2013/03/17. This is also the feature complete > > deadline. > > > > This means

[OE-core] [PATCH V2 2/2] connman: Wired inteface provisioned via qemu

2013-03-04 Thread Cristian Iorga
- connman-conf package re-implemented - connman 1.12 introduces provisioning for wired interfaces also; - wired interface settings are read from kernel cmdline if present; - after that are passed to connman as a config file - for BA, this is not needed, as BA will have a network infrastructure to w

[OE-core] [PATCH V2 0/2] Connman upgrade and qemu ethernet provisioning

2013-03-04 Thread Cristian Iorga
Connman 1.12 features Ethernet provisioning As such, qemu machines will use it to prevent connman to loose connectivity if no network infrastructure is present. Fixes Yocto bugs YB3227, YB3804, YB3843. Version V2 includes "connman: add header to define in6_addr" patch Cristian Iorga (2): conn

[OE-core] [PATCH V2 1/2] connman: upgrade to 1.12

2013-03-04 Thread Cristian Iorga
- 0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch no longer needed; fix included in package source code Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/connman/connman.inc |2 +- ...If-there-is-no-d_type-support-use-fstatat.patch | 55

Re: [OE-core] Feature Completion Deadline for 1.4 looming

2013-03-04 Thread Burton, Ross
On 4 March 2013 17:00, Otavio Salvador wrote: > The systemd integration? Will it be reworked so we have an upgrade path? As discussed on yocto@ over the weekend I'm currently working on a branch that supports simultaneous sysvinit and systemd support. I hoped to have it for review by now, but w

Re: [OE-core] Feature Completion Deadline for 1.4 looming

2013-03-04 Thread Otavio Salvador
On Mon, Mar 4, 2013 at 11:35 AM, Richard Purdie wrote: > The 1.4 release is scheduled for 2013/04/26. We have one milestone > release before then, M5 on 2013/03/17. This is also the feature complete > deadline. > > This means if there are features or other changes you want to see in > 1.4, they ne

Re: [OE-core] [PATCH] buildhistory.bbclass: add support for SRCREV logging

2013-03-04 Thread Constantin Musca
On 03/01/2013 09:29 PM, Saul Wold wrote: On 02/27/2013 07:37 AM, Constantin Musca wrote: - create "latest_srcrev" for each recipe with the following format: ${BB_FILENAME},${SRC_URI},${SRCREV},${FROM_AUTOREV} [YOCTO #3041] Signed-off-by: Constantin Musca --- meta/classes/buildhistory.bbclas

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-04 Thread Darren Hart
On 03/04/2013 06:10 AM, Richard Purdie wrote: > On Mon, 2013-03-04 at 21:42 +0800, Robert Yang wrote: >> >> On 03/04/2013 02:21 AM, Darren Hart wrote: >>> >>> >>> On 03/03/2013 09:15 AM, Darren Hart wrote: > >> Yes, we do have hard links in the rootfs, e.g: core-image-sato and >> core-image-sat

[OE-core] [PATCH] libgpg-error: upgrade to 1.11

2013-03-04 Thread Constantin Musca
License checksum change due to: - copyright year modification Signed-off-by: Constantin Musca --- .../{libgpg-error-1.10 => libgpg-error-1.11}/pkgconfig.patch | 0 .../libgpg-error/{libgpg-error_1.10.bb => libgpg-error_1.11.bb} | 8 2 files changed, 4 insertions(+), 4 deletions(-

Re: [OE-core] [PATCH] package_rpm.bbclass: Optimise per file dependency handling

2013-03-04 Thread Mark Hatle
On 3/2/13 4:39 PM, Richard Purdie wrote: Currently the process for injecting the per file rpm dependencies into rpmbuild is painfully slow. Its done through the repeated execution of a script which has to return the correct value in each case. This continual execution means the CPU usage of rpmbu

[OE-core] [PATCH] gpgme: upgrade to 1.4.0

2013-03-04 Thread Constantin Musca
License md5 checkum change due to: - copyright year modification - space modifications Signed-off-by: Constantin Musca --- .../{gpgme-1.3.2 => gpgme-1.4.0}/disable_gpgconf_check.patch | 0 meta/recipes-support/gpgme/{gpgme_1.3.2.bb => gpgme_1.4.0.bb} | 10 +- 2 files changed, 5 inser

[OE-core] Feature Completion Deadline for 1.4 looming

2013-03-04 Thread Richard Purdie
The 1.4 release is scheduled for 2013/04/26. We have one milestone release before then, M5 on 2013/03/17. This is also the feature complete deadline. This means if there are features or other changes you want to see in 1.4, they need to be in by the 17th[1]. After the 17th we'll be doing bugfixing

[OE-core] [PATCH] ethtool: upgrade to 3.8

2013-03-04 Thread Constantin Musca
Signed-off-by: Constantin Musca --- meta/recipes-extended/ethtool/{ethtool_3.7.bb => ethtool_3.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_3.7.bb => ethtool_3.8.bb} (79%) diff --git a/meta/recipes-extended/ethtool/ethtool_3.7.bb

[OE-core] [PATCH] puzzles: upgrade to 9765

2013-03-04 Thread Constantin Musca
Signed-off-by: Constantin Musca --- meta/recipes-sato/puzzles/{puzzles_r9751.bb => puzzles_r9765.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-sato/puzzles/{puzzles_r9751.bb => puzzles_r9765.bb} (100%) diff --git a/meta/recipes-sato/puzzles/puzzles_r9751.bb b/met

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 21:42 +0800, Robert Yang wrote: > > On 03/04/2013 02:21 AM, Darren Hart wrote: > > > > > > On 03/03/2013 09:15 AM, Darren Hart wrote: > Yes, we do have hard links in the rootfs, e.g: core-image-sato and > core-image-sato-sdk: > > # The sato > $ find core-image-sato/1.0-r0/

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-04 Thread Robert Yang
On 03/04/2013 09:42 PM, Robert Yang wrote: On 03/04/2013 02:21 AM, Darren Hart wrote: On 03/03/2013 09:15 AM, Darren Hart wrote: On 03/02/2013 03:39 AM, Richard Purdie wrote: On Sat, 2013-03-02 at 18:46 +0800, Robert Yang wrote: Replace genext2fs with populate-extfs.sh in image_types.

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-04 Thread Robert Yang
On 03/04/2013 02:21 AM, Darren Hart wrote: On 03/03/2013 09:15 AM, Darren Hart wrote: On 03/02/2013 03:39 AM, Richard Purdie wrote: On Sat, 2013-03-02 at 18:46 +0800, Robert Yang wrote: Replace genext2fs with populate-extfs.sh in image_types.bbclass to fully support ext3/ext4 rootfs. Co

[OE-core] [PATCH] avahi: move systemd support where it belongs

2013-03-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-connectivity/avahi/avahi.inc | 6 +- meta/recipes-connectivity/avahi/avahi_0.6.31.bb | 6 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi

[OE-core] [PATCH 1/4] gtk-update-icon-cache-native: add

2013-03-04 Thread Ross Burton
This recipe builds natively just the gtk-update-icon-cache binary that is required to run the gtk-icon-cache.bbclass postinstall scripts. The advantage of doing this is it means running 400 less tasks which takes four minutes on my machine, as the alternative is building GTK+ natively (and so libX

[OE-core] [PATCH 2/4] default-providers: add default virtual provider for gtk-update-icon-cache

2013-03-04 Thread Ross Burton
Use a virtual provider instead of a hard dependency so that if gtk+-native is required in some configuration, this provider can be changed and then gtk+-native and gtk-update-icon-cache-native won't be both built and conflict in the sysroot. Signed-off-by: Ross Burton --- meta/conf/distro/includ

[OE-core] [PATCH 4/4] gtk-icon-cache: use virtual/gtk-update-icon-cache-native instead of gtk+-native

2013-03-04 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/gtk-icon-cache.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 223a280..a5d642c 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/c

[OE-core] [PATCH 0/4] Don't build gtk+-native

2013-03-04 Thread Ross Burton
Hi, We're building gtk+-native (so the X stack, freetype, fontconfig, etc etc) just to run gtk-update-icon-cache on the host when building the rootfs. This series adds a recipe that builds just that binary from a GTK+ tarball using a bit of hackery. For a benchmark of building sato-icon-theme fr

[OE-core] [PATCH 3/4] gtk+: mark as provider of virtual/gtk-update-icon-cache-native

2013-03-04 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index 8c2b977..f05838a 100644 --- a/meta/recipes-gnome/gtk+/gtk+.inc +++ b/meta/recipes-gnome/gtk+/gtk+.inc

Re: [OE-core] [PATCH] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 12:48 +0100, Martin Jansa wrote: > On Mon, Mar 04, 2013 at 01:38:33PM +0200, Laurentiu Palcu wrote: > > > > > > On 03/04/2013 01:13 PM, Martin Jansa wrote: > > > On Mon, Mar 04, 2013 at 10:56:12AM +, Richard Purdie wrote: > > >> On Mon, 2013-03-04 at 11:51 +0100, Martin

Re: [OE-core] [PATCH] libpng : update to 1.60.0

2013-03-04 Thread Burton, Ross
On 2 March 2013 19:25, Saul Wold wrote: > This is because many packages encode the libpng15 information into libtool > (.la) files, when the sysroot is populated with an older build or sstate > cache, the libpng15 info remains. Sounds like another good reason to erase ${libdir}/*.la automatically

Re: [OE-core] [PATCH] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Martin Jansa
On Mon, Mar 04, 2013 at 01:38:33PM +0200, Laurentiu Palcu wrote: > > > On 03/04/2013 01:13 PM, Martin Jansa wrote: > > On Mon, Mar 04, 2013 at 10:56:12AM +, Richard Purdie wrote: > >> On Mon, 2013-03-04 at 11:51 +0100, Martin Jansa wrote: > >>> Shouldn't this list be defined in layer.conf lik

[OE-core] [PATCH v2] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Laurentiu Palcu
When checking the dependencies in setscene_depvalid(), make sure we also consider those dependencies needed when running the postinstalls on host. [YOCTO #3918] Signed-off-by: Laurentiu Palcu --- Changes in v2: * added systemd-systemctl-native to the list; Thanks, Laurentiu meta/classes/ssta

Re: [OE-core] [PATCH] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Laurentiu Palcu
On 03/04/2013 01:13 PM, Martin Jansa wrote: > On Mon, Mar 04, 2013 at 10:56:12AM +, Richard Purdie wrote: >> On Mon, 2013-03-04 at 11:51 +0100, Martin Jansa wrote: >>> Shouldn't this list be defined in layer.conf like >>> SIGGEN_EXCLUDERECIPES_ABISAFE, so that other layers can extend that >>>

Re: [OE-core] [PATCH] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Burton, Ross
On 4 March 2013 11:13, Martin Jansa wrote: >> I'm hoping we only have very small list of these problematic >> dependencies. If we end up with a large number of them then yes, we'd >> need to abstract it but I'd prefer to avoid that unless proven >> necessary. >> >> Is there a specific case you hav

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-04 Thread Ciobanu, Emilia Maria Silvia
The error appeared at do_package. I've attached the logfile. Thanks, Ema From: Richard Purdie [richard.pur...@linuxfoundation.org] Sent: Monday, March 04, 2013 12:03 PM To: Ciobanu, Emilia Maria Silvia Cc: Martin Jansa; oe-core layer Subject: Re: [OE-core]

Re: [OE-core] [PATCH] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Martin Jansa
On Mon, Mar 04, 2013 at 10:56:12AM +, Richard Purdie wrote: > On Mon, 2013-03-04 at 11:51 +0100, Martin Jansa wrote: > > Shouldn't this list be defined in layer.conf like > > SIGGEN_EXCLUDERECIPES_ABISAFE, so that other layers can extend that > > list? > > I'm hoping we only have very small li

Re: [OE-core] [PATCH] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 11:51 +0100, Martin Jansa wrote: > Shouldn't this list be defined in layer.conf like > SIGGEN_EXCLUDERECIPES_ABISAFE, so that other layers can extend that > list? I'm hoping we only have very small list of these problematic dependencies. If we end up with a large number of th

Re: [OE-core] [PATCH] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Martin Jansa
Shouldn't this list be defined in layer.conf like SIGGEN_EXCLUDERECIPES_ABISAFE, so that other layers can extend that list? On Mon, Mar 4, 2013 at 11:37 AM, Laurentiu Palcu wrote: > When checking the dependencies in setscene_depvalid(), make sure we also > consider those dependencies needed when

Re: [OE-core] [PATCH 1/1] Python: Fix for CVE-2012-2135

2013-03-04 Thread Burton, Ross
On 4 March 2013 04:35, yanjun.zhu wrote: > From: "yanjun.zhu" > > Reference:http://bugs.python.org/issue14579 > > The utf-16 decoder in Python 3.1 through 3.3 does not update the > aligned_end variable after calling the unicode_decode_call_errorhandler > function, which allows remote attackers to

Re: [OE-core] [PATCH] apr: add libtool to SSTATE_SCAN_FILES

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 11:33 +0100, Martin Jansa wrote: > On Mon, Mar 04, 2013 at 10:11:27AM +, Richard Purdie wrote: > > On Mon, 2013-03-04 at 09:18 +0100, Martin Jansa wrote: > > > On Sun, Mar 03, 2013 at 08:34:30PM -0500, randy.macl...@windriver.com > > > wrote: > > > > From: Jackie Huang >

[OE-core] [PATCH] sstate.bbclass: consider postinstall dependencies too

2013-03-04 Thread Laurentiu Palcu
When checking the dependencies in setscene_depvalid(), make sure we also consider those dependencies needed when running the postinstalls on host. [YOCTO #3918] Signed-off-by: Laurentiu Palcu --- meta/classes/sstate.bbclass |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff -

Re: [OE-core] [PATCH] apr: add libtool to SSTATE_SCAN_FILES

2013-03-04 Thread Martin Jansa
On Mon, Mar 04, 2013 at 10:11:27AM +, Richard Purdie wrote: > On Mon, 2013-03-04 at 09:18 +0100, Martin Jansa wrote: > > On Sun, Mar 03, 2013 at 08:34:30PM -0500, randy.macl...@windriver.com wrote: > > > From: Jackie Huang > > > > > > The hardcoded paths in libtool will cause apache2 compile

Re: [OE-core] [PATCH] apr: add libtool to SSTATE_SCAN_FILES

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 09:18 +0100, Martin Jansa wrote: > On Sun, Mar 03, 2013 at 08:34:30PM -0500, randy.macl...@windriver.com wrote: > > From: Jackie Huang > > > > The hardcoded paths in libtool will cause apache2 compile fail at > > link stage when the package apr is installed from sstate cache

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 08:42 +, Ciobanu, Emilia Maria Silvia wrote: > I've tried building the package after added the "0.20~rc1" tag for > PV. This format for the tag doesn't seem to be supported. I > get the following error: > invalid tag value("^[A-Za-z0-9+._]+$") Version: Version: > 0.20~r

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-04 Thread Ciobanu, Emilia Maria Silvia
I've tried building the package after added the "0.20~rc1" tag for PV. This format for the tag doesn't seem to be supported. I get the following error: invalid tag value("^[A-Za-z0-9+._]+$") Version: Version: 0.20~rc1+git0+fdb6c0402337d9607c7a39155088eaf033742752 Thanks, Ema ___

Re: [OE-core] [PATCH v3] btrfs-tools: added PV to git package recipe

2013-03-04 Thread Ciobanu, Emilia Maria Silvia
I rechecked the tags for the btrfs-tools package. There was an error - I missed looking at the year of the commits. We are currently before 0.20-rc1. 0.19 should be the current PV. Thanks, Ema From: Saul Wold [s...@linux.intel.com] Sent: Friday, March 01, 2

Re: [OE-core] [PATCH] apr: add libtool to SSTATE_SCAN_FILES

2013-03-04 Thread Martin Jansa
On Sun, Mar 03, 2013 at 08:34:30PM -0500, randy.macl...@windriver.com wrote: > From: Jackie Huang > > The hardcoded paths in libtool will cause apache2 compile fail at > link stage when the package apr is installed from sstate cache, so > add libtool to SSTATE_SCAN_FILES. > > [ CQID: WIND0040537