Re: [OE-core] [PATCH] gconf.bbclass: don't register schemas in the install stage

2012-06-27 Thread Ross Burton
On Tuesday, 26 June 2012 at 22:02, Colin Walters wrote: Even better is to have the source code check for DESTDIR, and skip gconf bits itself; e.g.: http://git.gnome.org/browse/evolution/tree/shell/Makefile.am?h=gnome-2-28#n201 This patch is still useful though for components which don't

[OE-core] [PATCH 1/1] lsbinitscripts: Add a linking for functions.lsbinitscripts

2012-06-27 Thread Kang Kai
From: Xiaofeng Yan xiaofeng@windriver.com The linking will fail when an original file functions exists. So using the new linking replace the previous functions. [YOCTO #2133] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/recipes-extended/lsb/lsbinitscripts_9.03.bb | 11

[OE-core] [PATCH 0/1] lsbinitscripts: Add a linking for functions.lsbinitscripts

2012-06-27 Thread Kang Kai
Hi, This patch and comments are from Xiaofeng Yan xiaofeng@windriver.com. I remove the function of update-alternative according to Richard's suggestion and using linking in the stage of do_install. The following changes since commit 8ce8d25bcda0e2e0b62204d5ca5875dedcaacf7d:

[OE-core] [PATCH 1/7] kconfig-frontends: New recipe

2012-06-27 Thread Khem Raj
kconfig-frontends provides the kconfig infrastructure thats used for linux kernel as a standalone package. Its not intended to be used for kernel itself but can be used by packages who are based on kconfig e.g. busybox uclibc or new packages who wants to use kconfig infra for the package build

[OE-core] [PATCH 2/7] tclibc-eglibc.inc: Define USE_NLS

2012-06-27 Thread Khem Raj
USE_NLS is generally defined for uclibc based system builds and generally its defined to 'no' there. However this variable does not exist at all for eglibc/glibc distributions. This patch adds a weak definition to 'yes' on eglibc based system builds. This will ease out some of the cryptic

[OE-core] [PATCH 4/7] uclibc-git: Update for building systemd

2012-06-27 Thread Khem Raj
This adds uclibc patches to build systemd there are new functions that are used by systemd which are needed Additionally when using gold linker to build userspace based on uclibc there are spurious hidden symbol that show up in librt.so and libc.so which should not exist So we patch uclibc for

[OE-core] [PATCH 3/7] uclibc: Separate the bits between uclibc and uclibc-initial

2012-06-27 Thread Khem Raj
uclibc and uclibc-initial were providing conflicting PROVIDES separate the common bits into logical pieces. Create a common inc file to hold package information and version specific includes so correct logical units can be included in uclibc and uclibc-initial recipes. Signed-off-by: Khem Raj

[OE-core] [PATCH 5/7] uclibc-0.9.33: add posix_fallocate implementation

2012-06-27 Thread Khem Raj
This gets systemd building with uclibc Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc-0.9.33.inc |1 + .../uclibc/uclibc-0.9.33/posix_fallocate.patch | 408 2 files changed, 409 insertions(+) create mode 100644

[OE-core] [PATCH 6/7] bison: link in librt on uclibc

2012-06-27 Thread Khem Raj
uclibc has some functions in librt that are needed by bison build. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/bison/bison_2.5.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb

[OE-core] bring mipsel support (little endian mode)

2012-06-27 Thread Dennis.Yxun
HI ALL: Sorry for crossing post, but I'm quite new here, so if I did something wrong, please point me the right direction. thanks I'm using oe-core, and notice that mipsel support(o32, little endian mode) is missing (current available choose is: qemumips, qemumips64, qemumips64el). So,

[OE-core] [RFC] webkit-gtk upgrade

2012-06-27 Thread Burton, Ross
Hi, In the git branch poky-contrib/ross/webkit I've upgraded webkit-gtk from a 1.7.1-ish git snapshot to the 1.8.1 tarball. I've tested that web builds and Midori (from meta-oe) works, although obviously more testing is needed -- both users of the library and architectures. I'm going away for a

Re: [OE-core] bring mipsel support (little endian mode)

2012-06-27 Thread Khem Raj
On Tue, Jun 26, 2012 at 11:25 PM, Dennis.Yxun dennis.y...@gmail.com wrote: HI ALL:   Sorry for crossing post, but I'm quite new here, so if I did something wrong, please point me the right direction. thanks   I'm using oe-core, and notice that mipsel support(o32, little endian mode) is

Re: [OE-core] [yocto] bring mipsel support (little endian mode)

2012-06-27 Thread Dennis.Yxun
hi Raj: On Wed, Jun 27, 2012 at 2:40 PM, Khem Raj raj.k...@gmail.com wrote: On Tue, Jun 26, 2012 at 11:25 PM, Dennis.Yxun dennis.y...@gmail.com wrote: HI ALL:   Sorry for crossing post, but I'm quite new here, so if I did something wrong, please point me the right direction. thanks   I'm

Re: [OE-core] bring mipsel support (little endian mode)

2012-06-27 Thread Phil Blundell
On Wed, 2012-06-27 at 14:25 +0800, Dennis.Yxun wrote: for mipsel we also have to filter out -march=mips32, previously we only handle mips (the big endian?) Why isn't mipsel getting the mips overrides? I believe it's meant to. For what it's worth, mipsel (generically; I haven't tried qemu

Re: [OE-core] [RFC] webkit-gtk upgrade

2012-06-27 Thread Koen Kooi
Op 27 jun. 2012, om 08:40 heeft Burton, Ross het volgende geschreven: Hi, In the git branch poky-contrib/ross/webkit I've upgraded webkit-gtk from a 1.7.1-ish git snapshot to the 1.8.1 tarball. I've tested that web builds and Midori (from meta-oe) works, although obviously more testing

[OE-core] [PATCH 0/2] icu 3.6: do_install failed: Segmentation fault

2012-06-27 Thread Robert Yang
The following changes since commit f4b5afe46ff018570c1949653eb6995428827f6f: sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change (2012-06-25 17:20:06 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/icu

[OE-core] [PATCH 2/2] icu 3.6: do_install failed: Segmentation fault

2012-06-27 Thread Robert Yang
There is a Segmentation fault error when the tmpdir is longer than 470 (or less), this is because it used char cmd[1024] which is not enough for the command line. Allocate a larger memory size should fix this problem. [YOCTO #2664] Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] [PATCH 1/2] icu 3.6: dropp apply=yes from path

2012-06-27 Thread Robert Yang
The apply=yes doesn't appear to be necessary, so drop it. [YOCTO #2664] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-support/icu/icu-3.6.inc |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/icu/icu-3.6.inc

Re: [OE-core] [RFC] webkit-gtk upgrade

2012-06-27 Thread Ross Burton
Poky, but should rebase with a fast-forward. Actually, it's probably based on my gconf branch. I'm away from my work machines now do can't check but the relevant changes can easily be cherry-picked. Ross-- Ross Burton Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, 27

Re: [OE-core] [PATCH v3] Update intltool to version 0.50.0

2012-06-27 Thread Florin Sarbu
Ping? On 04/20/2012 10:52 AM, Florin Sarbu wrote: Uprev intltool to newer 0.50.0 version Signed-off-by: Florin Sarbu florin.sa...@windriver.com --- .../intltool-0.40.6/intltool-nowarn-0.40.0.patch | 52 .../intltool-0.50.0/intltool-nowarn-0.50.0.patch | 42

Re: [OE-core] (PRE)MIRRORS doesn't work with https?$:// anymore Was: [bitbake-devel] [PATCH] fetch2: Add new mirror syntax to simplify mirror specifications

2012-06-27 Thread Richard Purdie
On Tue, 2012-06-26 at 19:31 +0200, Martin Jansa wrote: On Thu, Jun 21, 2012 at 03:34:57PM +0100, Richard Purdie wrote: When writing mirror specifications, the current regexp syntax can be awkward and hard to get it to do what you want. For example, extracting the 'basename' of a

Re: [OE-core] (PRE)MIRRORS doesn't work with https?$:// anymore Was: [bitbake-devel] [PATCH] fetch2: Add new mirror syntax to simplify mirror specifications

2012-06-27 Thread Martin Jansa
On Wed, Jun 27, 2012 at 11:34:13AM +0100, Richard Purdie wrote: On Tue, 2012-06-26 at 19:31 +0200, Martin Jansa wrote: On Thu, Jun 21, 2012 at 03:34:57PM +0100, Richard Purdie wrote: When writing mirror specifications, the current regexp syntax can be awkward and hard to get it to do

Re: [OE-core] [PATCH 2/7] tclibc-eglibc.inc: Define USE_NLS

2012-06-27 Thread Richard Purdie
On Tue, 2012-06-26 at 23:09 -0700, Khem Raj wrote: USE_NLS is generally defined for uclibc based system builds and generally its defined to 'no' there. However this variable does not exist at all for eglibc/glibc distributions. This patch adds a weak definition to 'yes' on eglibc based system

Re: [OE-core] [yocto] bring mipsel support (little endian mode)

2012-06-27 Thread Bruce Ashfield
On Wed, Jun 27, 2012 at 2:40 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Jun 26, 2012 at 11:25 PM, Dennis.Yxun dennis.y...@gmail.com wrote: HI ALL:   Sorry for crossing post, but I'm quite new here, so if I did something wrong, please point me the right direction. thanks   I'm using

[OE-core] [PATCH 20/20] fetch: allow regexps in mirror protocol

2012-06-27 Thread Enrico Scholz
Last mirror rewrite caused a regression not accepting .*://.*/.* file://${DL_DIR}/../local/ like specifications anymore. Patch restores old behavior by using regexp matching when checking protocol. Signed-off-by: Enrico Scholz enrico.sch...@sigma-chemnitz.de --- lib/bb/fetch2/__init__.py |

Re: [OE-core] (PRE)MIRRORS doesn't work with https?$:// anymore Was: [bitbake-devel] [PATCH] fetch2: Add new mirror syntax to simplify mirror specifications

2012-06-27 Thread Enrico Scholz
I'm not sure what to do about fixing this... should be trivial by regexp matching the protocol part instead of comparing it with '='. See my parallel posting for a patch. Enrico ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 20/20] fetch: allow regexps in mirror protocol

2012-06-27 Thread Robert P. J. Day
On Wed, 27 Jun 2012, Enrico Scholz wrote: Last mirror rewrite caused a regression not accepting .*://.*/.* file://${DL_DIR}/../local/ like specifications anymore. Patch restores old behavior by using regexp matching when checking protocol. Signed-off-by: Enrico Scholz

Re: [OE-core] bring mipsel support (little endian mode)

2012-06-27 Thread Bruce Ashfield
On 12-06-27 02:25 AM, Dennis.Yxun wrote: HI ALL: Sorry for crossing post, but I'm quite new here, so if I did something wrong, please point me the right direction. thanks I'm using oe-core, and notice that mipsel support(o32, little endian mode) is missing (current available choose is:

[OE-core] [PATCH 0/1] linux-yocto/3.0: update BSP descriptions

2012-06-27 Thread Bruce Ashfield
Saul, Here's the fix for the 3.0 mpc 8360 build issue on the autobuilder. A few boards were missed when updating the BSP descriptions to a new format. This completes the effort. On a related note, we'll bump this to 3.4 support shortly so the tweak to the meta data is the best short term fix.

[OE-core] [PATCH 1/1] linux-yocto/3.0: update BSP descriptions to new kern-tools format

2012-06-27 Thread Bruce Ashfield
In tree linux-yocto 3.0 boards indicate that they are BSPs via the older/obsolete syntax scc_leaf. This line in their board description is detected by the build process and is used to find the BSP description and the kernel type they use as their base. To work with the latest kern tools, the BSP

[OE-core] [PATCH] mklibs-native: Upgrade to 0.1.34

2012-06-27 Thread Jonathan Santos
Signed-off-by: Jonathan Santos jrsan...@jonathanrsantos.com --- .../mklibs/files/include-unistd.h-for-gcc47.patch | 43 -- .../mklibs/mklibs-native_0.1.33.bb | 25 - .../mklibs/mklibs-native_0.1.34.bb | 22 +++ 3 files

[OE-core] [PATCH] openjade-native: Fix use of obsolete getopts.pl in msggen.pl

2012-06-27 Thread Jonathan Santos
getopts.pl was deprecated in perl 5.14, and removed in 5.16. Signed-off-by: Jonathan Santos jrsan...@jonathanrsantos.com --- .../openjade/openjade-1.3.2/getopts.patch| 20 .../openjade/openjade-native_1.3.2.bb| 3 ++- 2 files changed, 22

Re: [OE-core] bring mipsel support (little endian mode)

2012-06-27 Thread Khem Raj
On Wed, Jun 27, 2012 at 12:09 AM, Phil Blundell ph...@gnu.org wrote: On Wed, 2012-06-27 at 14:25 +0800, Dennis.Yxun wrote:    for mipsel we also have to filter out -march=mips32, previously we only handle mips (the big endian?) Why isn't mipsel getting the mips overrides?  I believe it's

[OE-core] [CONSOLIDATED PULL 01/20] mx: Upgrade to 1.4.6

2012-06-27 Thread Saul Wold
Remove patch as introspection.m4 is now included with the upstream Signed-off-by: Saul Wold s...@linux.intel.com --- .../mx/files/introspection-m4.patch| 106 .../mx/{mx_1.4.2.bb = mx_1.4.6.bb}|9 +- 2 files changed, 4 insertions(+), 111

[OE-core] [CONSOLIDATED PULL 00/20] Kernel Updates and other fixes

2012-06-27 Thread Saul Wold
Richard, Another set of pulls with various fixes and updates. Of note: * Ross's gconf also needs to get into the denzil branch for 1.2.1 build it and it resolved the gthumb build issue. * Robert's change for disabling CCACHE * Zhenhua's linux-dtb work The following changes since commit

[OE-core] [CONSOLIDATED PULL 02/20] mtd-utils: do not stage headers in sysroot

2012-06-27 Thread Saul Wold
From: Andrea Adami andrea.ad...@gmail.com * Headers are included in the package for compatibility * but have not yet been synched with linux 3.0 * The actual issue was that ubi-user.h in sysroot * was overwritten by the older version. * Unfortunately one ioctl was renamed: *

[OE-core] [CONSOLIDATED PULL 03/20] classes/image: Allow openssh empty passwords login.

2012-06-27 Thread Saul Wold
From: Lianhao Lu lianhao...@intel.com Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass |2 ++ meta/classes/image.bbclass |7 +++ 2 files changed, 9

[OE-core] [CONSOLIDATED PULL 04/20] image/core-image: Handle conflicting IMAGE_FEATURES.

2012-06-27 Thread Saul Wold
From: Lianhao Lu lianhao...@intel.com IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh' can't be both enabled. User can use the following variables to define the relationship of image features: IMAGE_FEATURES_REPLACES_foo = bar means including image feature foo would replace

[OE-core] [CONSOLIDATED PULL 05/20] task-core-tools-debug: Added openssh-sftp-server.

2012-06-27 Thread Saul Wold
From: Lianhao Lu lianhao...@intel.com Added openssh-sftp-server to the tools-debug IMAGE_FEATURE. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/tasks/task-core-tools-debug.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 06/20] kern-tools: add buildall and robustness fixes

2012-06-27 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Updating the kern-tools SRCREV to pickup the following functionality: - buildall: provides the ability to build all kernel branches without a build system, only a cross compiler and configme are required. -

[OE-core] [CONSOLIDATED PULL 08/20] linux-yocto/3.4: update to v3.4.3

2012-06-27 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Bumping the linux-yocto 3.4 SRCREV to import the -stable update to v3.4.3. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8

[OE-core] [CONSOLIDATED PULL 12/20] busybox: add correct ALTERNATIVE_TARGET for init.d/syslog

2012-06-27 Thread Saul Wold
[YOCTO #2535] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/busybox/busybox.inc |3 ++- meta/recipes-core/busybox/busybox_1.19.4.bb |2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc

[OE-core] [CONSOLIDATED PULL 11/20] systemtap: update to version 1.8

2012-06-27 Thread Saul Wold
From: Wade Farnsworth wade_farnswo...@mentor.com Update the systemtap recipes to the recently released 1.8. Remove a couple patches whose changes are already present in the new version. Signed-off-by: Wade Farnsworth wade_farnswo...@mentor.com ---

[OE-core] [CONSOLIDATED PULL 09/20] linux-yocto-rt/3.4: update qemuppc branch

2012-06-27 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com The 3.4 kernel adopted the qemu machine name for the kernel branches, so the 3.4-rt recipe needs to be updated to reflect that. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |2

[OE-core] [CONSOLIDATED PULL 07/20] linux-yocto/3.4: update and categorize configuration options

2012-06-27 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Updating the 3.4 kernel tree with some initial results of the 3.4 kernel configuration audit and refresh. This is the start of the 3.4 kernel configuration policy update and includes a refresh / update with respect to kernel.org defaults and new

[OE-core] [CONSOLIDATED PULL 13/20] linux-dtb: add multi-dtb build support

2012-06-27 Thread Saul Wold
From: Zhenhua Luo b19...@freescale.com including following enhancement: * support multi-dtb build * skip dtb build and install when KERNEL_DEVICETREE is empty * print a warning message when specified dts file is not available Signed-off-by: Zhenhua Luo b19...@freescale.com ---

[OE-core] [CONSOLIDATED PULL 15/20] gconf.bbclass: don't register schemas in the install stage

2012-06-27 Thread Saul Wold
From: Ross Burton ross.bur...@intel.com Previously this was installing schemas in the sysroot, which is wrong for native packages as nothing should touch the sysroot directly, and even more wrong for non-native packages as the sysroot is irrelevant. So, export the environment variable that stops

[OE-core] [CONSOLIDATED PULL 14/20] native.bbclass: correct PATH to have native-intercept be prepended

2012-06-27 Thread Saul Wold
This was needed since it was after the sysroots and thus in some cases the native sysroot chown was being found and used instead of the script provided by native-intercept/chown. This was noticed by the non-gplv3 build since it's coreutils depends on coreutils-native. Signed-off-by: Saul Wold

[OE-core] [CONSOLIDATED PULL 16/20] libxml: disable lzma

2012-06-27 Thread Saul Wold
From: Marcin Juszkiewicz marcin.juszkiew...@linaro.org On my system libxml-native got linked with host copy of liblzma and as a result libxslt-native was not linkable: | x86_64-linux-libtool: link: gcc

[OE-core] [CONSOLIDATED PULL 18/20] local.conf.sample.extended: Add filtering function to archiver.bbclass

2012-06-27 Thread Saul Wold
From: Xiaofeng Yan xiaofeng@windriver.com Add the option to filter packages according to license. [YOCTO #2473] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/conf/local.conf.sample.extended | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff

[OE-core] [CONSOLIDATED PULL 17/20] archiver.bbclass: Add the function of filtering packages

2012-06-27 Thread Saul Wold
From: Xiaofeng Yan xiaofeng@windriver.com This function can miss packages whose license is in COPYLEFT_LICENSE_EXCLUDE and tarball packages with license in COPYLEFT_LICENSE_INCLUDE. [YOCTO #2473] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/archiver.bbclass |

[OE-core] [CONSOLIDATED PULL 10/20] linux-yocto/3.4: -rt build fixes + configuration audit (part2)

2012-06-27 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Updating the 3.4 SRCREVs to pickup build fixes for -rt, feature backports, and a second set of 3.4 configuration audit results. d65afd9 profiling: delete reference of obsolete CONFIG_X86_UP_APIC 9431490 meta: fix net_sched.cfg include

[OE-core] [CONSOLIDATED PULL 20/20] linux-yocto/3.0: update BSP descriptions to new kern-tools format

2012-06-27 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com In tree linux-yocto 3.0 boards indicate that they are BSPs via the older/obsolete syntax scc_leaf. This line in their board description is detected by the build process and is used to find the BSP description and the kernel type they use as their

[OE-core] [CONSOLIDATED PULL 19/20] bitbake.conf: disable ccache explicitly if it is not enabled

2012-06-27 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com The autogen-native built error on FC17: ccache: failed to create /dev/null/.ccache This is because the default gcc command of FC17 is a symlink to ccache, so the ccache will always be used regardless to the setting of CCACHE, ccache uses $HOME/.ccache

[OE-core] [PATCH] lsbinitiscripts: Add glib-2.0 to DEPENDS list

2012-06-27 Thread Saul Wold
ppp-watch requires it. x86_64-poky-linux-gcc-m64 --sysroot=/intel/poky2/builds/fetch/tmp/sysroots/qemux86-64 -O2 -pipe -g -feliminate-unused-debug-types -Wall -D_GNU_SOURCE `pkg-config glib-2.0 --cflags` -c ppp-watch.c -o ppp-watch.o Package glib-2.0 was not found in the pkg-config search

Re: [OE-core] [PATCH 1/1] lsbinitscripts: Add a linking for functions.lsbinitscripts

2012-06-27 Thread Saul Wold
On 06/26/2012 11:04 PM, Kang Kai wrote: From: Xiaofeng Yanxiaofeng@windriver.com The linking will fail when an original file functions exists. So using the new linking replace the previous functions. [YOCTO #2133] Signed-off-by: Xiaofeng Yanxiaofeng@windriver.com ---

Re: [OE-core] [PATCH v3] Update intltool to version 0.50.0

2012-06-27 Thread Saul Wold
On 06/27/2012 01:37 AM, Florin Sarbu wrote: Ping? Looking at it now, it got lost sorry. Why did you not move to .50.2, that's the latest version, correct? Sau! On 04/20/2012 10:52 AM, Florin Sarbu wrote: Uprev intltool to newer 0.50.0 version Signed-off-by: Florin Sarbu

Re: [OE-core] [PATCH] mklibs-native: Upgrade to 0.1.34

2012-06-27 Thread Saul Wold
On 06/27/2012 08:35 AM, Jonathan Santos wrote: Signed-off-by: Jonathan Santosjrsan...@jonathanrsantos.com --- .../mklibs/files/include-unistd.h-for-gcc47.patch | 43 -- It's helpful to explain why you are removeing a patch, even if it's as simple as saying removed patch

Re: [OE-core] [PATCH] openjade-native: Fix use of obsolete getopts.pl in msggen.pl

2012-06-27 Thread Saul Wold
On 06/27/2012 08:35 AM, Jonathan Santos wrote: getopts.pl was deprecated in perl 5.14, and removed in 5.16. Signed-off-by: Jonathan Santosjrsan...@jonathanrsantos.com --- .../openjade/openjade-1.3.2/getopts.patch| 20 .../openjade/openjade-native_1.3.2.bb

[OE-core] [PATCH v2] mklibs-native: Upgrade to 0.1.34

2012-06-27 Thread Jonathan Santos
include-unistd.h-for-gcc47.patch is no longer needed, since it was fixed upstream. Signed-off-by: Jonathan Santos jrsan...@jonathanrsantos.com --- .../mklibs/files/include-unistd.h-for-gcc47.patch | 43 -- .../mklibs/mklibs-native_0.1.33.bb | 25

Re: [OE-core] bring mipsel support (little endian mode)

2012-06-27 Thread Dennis.Yxun
hi bruce: i'm cherry-pick your commit, and it seems compile successfully, though will do a run-time check later, thanks at 2012-6-27 pm11:17,Bruce Ashfield bruce.ashfi...@windriver.comwritten: On 12-06-27 02:25 AM, Dennis.Yxun wrote: HI ALL: Sorry for crossing post, but I'm quite new

Re: [OE-core] [bitbake-devel] [PATCH 20/20] fetch: allow regexps in mirror protocol

2012-06-27 Thread Richard Purdie
On Wed, 2012-06-27 at 16:52 +0200, Enrico Scholz wrote: Last mirror rewrite caused a regression not accepting .*://.*/.* file://${DL_DIR}/../local/ like specifications anymore. Patch restores old behavior by using regexp matching when checking protocol. Signed-off-by: Enrico Scholz

Re: [OE-core] [PATCH 1/2] image_types: Add elf image type

2012-06-27 Thread Raymond Danks
On 06/27/2012 02:34 PM, Raymond Danks wrote: Hi Darren, Thanks for the feedback. On 06/25/2012 10:58 AM, Darren Hart wrote: Hi Raymond, On 06/22/2012 01:22 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the

Re: [OE-core] [PATCH 1/2] image_types: Add elf image type

2012-06-27 Thread Raymond Danks
Hi Darren, Thanks for the feedback. On 06/25/2012 10:58 AM, Darren Hart wrote: Hi Raymond, On 06/22/2012 01:22 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd.

Re: [OE-core] [PATCH 1/2] image_types: Add elf image type

2012-06-27 Thread Darren Hart
On 06/27/2012 01:43 PM, Raymond Danks wrote: On 06/27/2012 02:34 PM, Raymond Danks wrote: Hi Darren, Thanks for the feedback. On 06/25/2012 10:58 AM, Darren Hart wrote: Hi Raymond, On 06/22/2012 01:22 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot

[OE-core] [PATCH] openjade-native: Use Getopt::Std in place of getopts.pl.

2012-06-27 Thread Dennis Lan
Using Gentoo Linux as the build host, it fails without this patch https://bugs.gentoo.org/show_bug.cgi?id=420083 which following error: /usr/bin/perl -w ./../msggen.pl -l jstyleModule InterpreterMessages.msg /usr/bin/perl -w ./../msggen.pl -l jstyleModule DssslAppMessages.msg Undefined

Re: [OE-core] [PATCH] openjade-native: Use Getopt::Std in place of getopts.pl.

2012-06-27 Thread Saul Wold
On 06/27/2012 02:53 PM, Dennis Lan wrote: Using Gentoo Linux as the build host, it fails without this patch https://bugs.gentoo.org/show_bug.cgi?id=420083 which following error: /usr/bin/perl -w ./../msggen.pl -l jstyleModule InterpreterMessages.msg /usr/bin/perl -w ./../msggen.pl -l

Re: [OE-core] [PATCH] openjade-native: Use Getopt::Std in place of getopts.pl.

2012-06-27 Thread Dennis.Yxun
ok, thanks for pointing out will cook another patch and resend as r2 On Thu, Jun 28, 2012 at 6:14 AM, Saul Wold s...@linux.intel.com wrote: On 06/27/2012 02:53 PM, Dennis Lan wrote: Using Gentoo Linux as the build host, it fails without this patch

Re: [OE-core] [bitbake-devel] [PATCH 20/20] fetch: allow regexps in mirror protocol

2012-06-27 Thread Enrico Scholz
Richard Purdie richard.pur...@linuxfoundation.org writes: # Principle of least surprise. We could end up with https matching against http and # generating files:// urls if we use the regexp engine below. -if i != uri_decoded[loc]: +if not

Re: [OE-core] [bitbake-devel] [PATCH 20/20] fetch: allow regexps in mirror protocol

2012-06-27 Thread Enrico Scholz
Enrico Scholz enrico.sch...@sigma-chemnitz.de writes: -if i != uri_decoded[loc]: +if not re.match(i, uri_decoded[loc]): | FAIL: test_urilist2 (bb.tests.fetch.FetcherTest) | AssertionError: Lists differ: ['file:///somepath/downloads/b... !=

[OE-core] [PATCH 0/4] gcc fixes and eglibc update

2012-06-27 Thread Khem Raj
This patchset updates eglibc 2.15 to latest (all qemu boot into sato image) fix unpackaged file warning in libgcc Remove USE_NLS from gcc configure ( depends on a patch from my previous pull ) All uclibc/eglibc images and meta-toolchains build ok and boot ok too. The following changes since

[OE-core] [PATCH 4/4] eglibc-2.15: Update to latest on 2.15 branch

2012-06-27 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/eglibc/eglibc_2.15.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb index b2922b4..7dd9810 100644 ---

[OE-core] [PATCH 1/4] libgcc: Remove unpackage unwind.h

2012-06-27 Thread Khem Raj
Fixes build warnings like below WARNING: For recipe libgcc, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/arm-oe-linux-gnueabi/4.7.2/include WARNING: /usr/lib/arm-oe-linux-gnueabi/4.7.2/include/unwind.h Signed-off-by: Khem Raj

[OE-core] [PATCH 3/4] eglibc: support mipsel little endian, filter out -march=mips32

2012-06-27 Thread Khem Raj
From: Dennis Lan dennis.y...@gmail.com Quote for eglibc source: for mips eglibc now builds syscall tables for all abi's so we make sure that we choose right march option which is compatible with o32,n32 and n64 abi's e.g. -march=mips32 is not compatible with n32 and n64 therefore we filter

[OE-core] [PATCH 2/4] gcc-configure-sdk, gcc-configure-cross: Dont recompute USE_NLS

2012-06-27 Thread Khem Raj
This was needed because on eglibc based builds we did not define USE_NLS but now we define it in default config to have a valid value so we do not need this here. Moreover it was wrong and was not covering all cases of uclibc triplets Signed-off-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [PATCH] openjade-native: Use Getopt::Std in place of getopts.pl.

2012-06-27 Thread Chris Larson
On Wed, Jun 27, 2012 at 4:27 PM, Dennis.Yxun dennis.y...@gmail.com wrote: ok, thanks for pointing out will cook another patch and resend as r2 I got bit by this one on Arch as well. Thanks for putting together the fix. -- Christopher Larson ___

[OE-core] [PATCH v2] openjade-native: fix undefined Getopts error, use std namespace

2012-06-27 Thread dennis lan
From: Dennis Lan dennis.y...@gmail.com Using Gentoo Linux as the build host, it fails without this patch Use Getopt::Std in place of getopts.pl. https://bugs.gentoo.org/show_bug.cgi?id=420083 which following error: /usr/bin/perl -w ./../msggen.pl -l jstyleModule InterpreterMessages.msg