[OE-core] [PATCH] cmake: add AArch64 support

2013-01-07 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-devtools/cmake/cmake.inc | 7 ++-- .../cmake/cmake/aarch64-cmake.patch| 35 .../cmake/cmake/aarch64-kwsys.patch| 38 ++ 3 files

[OE-core] [PATCH] gsettings-desktop-schemas: add missing elements from meta-gnome

2013-01-07 Thread Constantin Musca
- modify the recipe according to the meta-gnome variant Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- .../recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH] libgdata: remove recipe

2013-01-07 Thread Constantin Musca
Part of the sato trimming process Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/recipes-gnome/gnome/libgdata_0.7.1.bb | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta/recipes-gnome/gnome/libgdata_0.7.1.bb diff --git

[OE-core] [PATCH] sed: upgrade to 4.2.2

2013-01-07 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/recipes-extended/sed/{sed_4.2.1.bb = sed_4.2.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/sed/{sed_4.2.1.bb = sed_4.2.2.bb} (82%) diff --git

Re: [OE-core] [PATCH V6 6/6] core-image-sato: support read-only rootfs

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 1:06 AM, ChenQi qi.c...@windriver.com wrote: On 01/07/2013 03:05 AM, Otavio Salvador wrote: On Sun, Jan 6, 2013 at 7:44 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Support read-only rootfs by providing a specific conf file for volatile

Re: [OE-core] [PATCH] libgdata: remove recipe

2013-01-07 Thread Burton, Ross
On 7 January 2013 09:20, Constantin Musca constantinx.mu...@intel.com wrote: Part of the sato trimming process Signed-off-by: Constantin Musca constantinx.mu...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com Context: nothing in oe-core uses this anymore. This should be moved to

Re: [OE-core] [PATCH] gsettings-desktop-schemas: add missing elements from meta-gnome

2013-01-07 Thread Burton, Ross
On 7 January 2013 09:18, Constantin Musca constantinx.mu...@intel.com wrote: +pkg_postinst_${PN} () { +if [ -n $D ]; then +exit 1 +fi + +glib-compile-schemas ${datadir}/glib-2.0/schemas +} The compiled form is little-endian and we're already built a native

Re: [OE-core] [PATCH] Remove the redundant /

2013-01-07 Thread Burton, Ross
On 6 January 2013 11:17, lei.y...@windriver.com wrote: From: Lei Yang lei.y...@windriver.com Signed-off-by: Lei Yang lei.y...@windriver.com The commit message should say what file was modified. Ross ___ Openembedded-core mailing list

[OE-core] [PATCH] tcl: updated to 8.5.13

2013-01-07 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- .../tcl/fix_issue_with_old_distro_glibc.patch | 109 .../tcltk/tcl/fix_non_native_build_issue.patch | 24 ++--- .../tcltk/tcl/tcl-add-soname.patch | 20 ++--

[OE-core] [PATCH V2] telepathy-idle: upgrade to 0.1.14

2013-01-07 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../build-fix-for-make-j-safety.patch | 39 .../fix-svc-gtk-doc.h-target.patch |0 ...thy-idle_0.1.12.bb = telepathy-idle_0.1.14.bb} | 11 +++--- 3 files changed, 5 insertions(+),

Re: [OE-core] [CONSOLIDATED PULL (V2) 00/35] Updates, Multilib Patches and other fixes

2013-01-07 Thread Richard Purdie
On Fri, 2013-01-04 at 22:22 -0800, Saul Wold wrote: Richard, Finally another collected set of patches, my network access was worse than I thought it would be the last few days. I built these locally. Thanks Sau! The following changes since commit

[OE-core] [danny] Consolidated Pull Request

2013-01-07 Thread Ross Burton
Hi, This short series is mainly to fix a udev booting regression on hddimg and brings in a number of CVE fixes, with two other good fixing coming along. d88bdd6 librsvg: CVE-2011-3146 c30e7e5 cups CVE-2011-3170 b91e5f6 cups - CVE-2011-2896 6f966f8 cups: CVE-2012-5519 d25e356 libnss-mdns: fix

[OE-core] [PATCH 1/7] bootimg: Use FAT 32 for images larger than 512MB

2013-01-07 Thread Ross Burton
From: Darren Hart dvh...@linux.intel.com Fixes [YOCTO #2138] Commit 217584211625b1c496fe5b78aa4765ccf605d2b9 dropped the forced use of FAT32 for the hddimg generation as it broke with very small images ( 32MB). Unfortunately, left to its own devices, mkdosfs appears to select FAT16 even for very

[OE-core] [PATCH 3/7] libnss-mdns: fix mDNS resolving speed

2013-01-07 Thread Ross Burton
From: Constantin Musca constantinx.mu...@intel.com We need to fix the hosts: files dns mdns4 nsswitch.conf line because for a .local lookup it does a DNS lookup first which will fail. The recommended solution is: hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 [YOCTO #2502] (From OE-Core

[OE-core] [PATCH 2/7] Revert initrdscripts: fix udevd in the live boot init scripts

2013-01-07 Thread Ross Burton
This cherry-pick slipped through testing and lead to unbootable hddimg images. This reverts commit 0140519ba15bfb27ccbfb3d41c7e678a1118fc5c. [ YOCTO #3634 ] Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/initrdscripts/files/init-live.sh |4 +---

[OE-core] [PATCH 5/7] cups - CVE-2011-2896

2013-01-07 Thread Ross Burton
From: Li Wang li.w...@windriver.com the patch come from: http://cups.org/strfiles/3867/str3867.patch The LZW decompressor in the LWZReadByte function in giftoppm.c in the David Koblas GIF decoder in PBMPLUS, as used in the gif_read_lzw function in filter/image-gif.c in CUPS before 1.4.7, the

[OE-core] [PATCH 6/7] cups CVE-2011-3170

2013-01-07 Thread Ross Burton
From: Li Wang li.w...@windriver.com the patch come from: http://cups.org/strfiles/3914/str3914.patch The gif_read_lzw function in filter/image-gif.c in CUPS 1.4.8 and earlier does not properly handle the first code word in an LZW stream, which allows remote attackers to trigger a heap-based

[OE-core] [PATCH 7/7] librsvg: CVE-2011-3146

2013-01-07 Thread Ross Burton
From: Li Wang li.w...@windriver.com Store node type separately in RsvgNode commit 34c95743ca692ea0e44778e41a7c0a129363de84 upstream The node name (formerly RsvgNode:type) cannot be used to infer the sub-type of RsvgNode that we're dealing with, since for unknown elements we put type =

[OE-core] [PATCH] dropbear: don't use IMAGE_FEATURES

2013-01-07 Thread Martin Jansa
* IMAGE_FEATURES are image specific, but dropbear recipe isn't * if you have debug-tweaks in EXTRA_IMAGE_FEATURES or added to IMAGE_FEATURES in distro config, then it will set DISTRO_TYPE to debug as expected, but if you add debug-tweaks only in your-own-debug-image, then dropbear never sees

Re: [OE-core] [PATCH] dropbear: don't use IMAGE_FEATURES

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 9:15 AM, Martin Jansa martin.ja...@gmail.com wrote: * IMAGE_FEATURES are image specific, but dropbear recipe isn't * if you have debug-tweaks in EXTRA_IMAGE_FEATURES or added to IMAGE_FEATURES in distro config, then it will set DISTRO_TYPE to debug as expected, but

Re: [OE-core] [danny] Consolidated Pull Request

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 11:09 +, Ross Burton wrote: Hi, This short series is mainly to fix a udev booting regression on hddimg and brings in a number of CVE fixes, with two other good fixing coming along. d88bdd6 librsvg: CVE-2011-3146 c30e7e5 cups CVE-2011-3170 b91e5f6 cups -

Re: [OE-core] [PATCH] dropbear: don't use IMAGE_FEATURES

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 12:15 +0100, Martin Jansa wrote: * IMAGE_FEATURES are image specific, but dropbear recipe isn't * if you have debug-tweaks in EXTRA_IMAGE_FEATURES or added to IMAGE_FEATURES in distro config, then it will set DISTRO_TYPE to debug as expected, but if you add

Re: [OE-core] [PATCH] libffi: add AArch64 support

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 08:45 +0100, Marcin Juszkiewicz wrote: W dniu 04.12.2012 10:56, Marcin Juszkiewicz pisze: W dniu 29.11.2012 17:41, Marcin Juszkiewicz pisze: Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- .../libffi/aarch64-adding-build-support.patch | 63

Re: [OE-core] [PATCH] cmake: add AArch64 support

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 09:27 +0100, Marcin Juszkiewicz wrote: Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-devtools/cmake/cmake.inc | 7 ++-- .../cmake/cmake/aarch64-cmake.patch| 35

[OE-core] [PATCH V2] telepathy-mission-control: upgrade to 5.14.0

2013-01-07 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...control_5.13.0.bb = telepathy-mission-control_5.14.0.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.13.0.bb =

[OE-core] [PATCH] cmake: add AArch64 support

2013-01-07 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-devtools/cmake/cmake.inc | 7 ++-- .../cmake/cmake/aarch64-cmake.patch| 37 .../cmake/cmake/aarch64-kwsys.patch| 40 ++ 3 files

Re: [OE-core] [PATCH v2 04/15] file: replace obsolete automake macros with working ones

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 01:49 +0200, Marko Lindqvist wrote: Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist cazf...@gmail.com --- .../file/file/obsolete_automake_macros.patch

[OE-core] [PATCH:V2] Remove the redundant / in base-files

2013-01-07 Thread lei.yang
From: Lei Yang lei.y...@windriver.com I'm working on my virt-test,when I check this file find it has redundant / Signed-off-by: Lei Yang lei.y...@windriver.com --- meta/recipes-core/base-files/base-files_3.0.14.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] tcl: updated to 8.5.13

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 12:49 +0200, Bogdan Marinescu wrote: Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- .../tcl/fix_issue_with_old_distro_glibc.patch | 109 TCL doesn't need this on old distros now? Or we're dropping support for the old distros?

Re: [OE-core] [PATCH] libffi: add AArch64 support

2013-01-07 Thread Marcin Juszkiewicz
W dniu 07.01.2013 12:46, Richard Purdie pisze: I thought we'd merged it. It is now merged to master. Thanks. One more thing to remove from my layer. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] dropbear: don't use IMAGE_FEATURES

2013-01-07 Thread Martin Jansa
On Mon, Jan 07, 2013 at 11:36:13AM +, Richard Purdie wrote: On Mon, 2013-01-07 at 12:15 +0100, Martin Jansa wrote: * IMAGE_FEATURES are image specific, but dropbear recipe isn't * if you have debug-tweaks in EXTRA_IMAGE_FEATURES or added to IMAGE_FEATURES in distro config, then it

[OE-core] [PATCH v2] gsettings-desktop-schemas: add missing elements from meta-gnome

2013-01-07 Thread Constantin Musca
- add postinst using gsettings.bbclass - modify the recipe according to the meta-gnome variant Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] Default xorg.conf is for x86 devices

2013-01-07 Thread Burton, Ross
On 7 January 2013 12:04, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: Can we replace default xorg.conf with empty one? I finally got X11 working on AArch64 just to notice that I have to remove xorg.conf file to get them started. I'm all for removing xorg.conf wherever it's possible

Re: [OE-core] [PATCH v2 04/15] file: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
On 7 January 2013 13:59, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-01-07 at 01:49 +0200, Marko Lindqvist wrote: Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko

Re: [OE-core] Default xorg.conf is for x86 devices

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 10:10 AM, Burton, Ross ross.bur...@intel.com wrote: On 7 January 2013 12:04, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: Can we replace default xorg.conf with empty one? I finally got X11 working on AArch64 just to notice that I have to remove xorg.conf file

Re: [OE-core] [PATCH v2 04/15] file: replace obsolete automake macros with working ones

2013-01-07 Thread Burton, Ross
On 7 January 2013 12:11, Marko Lindqvist cazf...@gmail.com wrote: What's the correct status for fixes that are not really backports, but have happened independently in oe and upstream? - If practically identical, still mark as Backport? - If different solution, Inappropriate [not needed]?

Re: [OE-core] [PATCH v2 04/15] file: replace obsolete automake macros with working ones

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 10:16 AM, Burton, Ross ross.bur...@intel.com wrote: On 7 January 2013 12:11, Marko Lindqvist cazf...@gmail.com wrote: What's the correct status for fixes that are not really backports, but have happened independently in oe and upstream? - If practically identical, still

Re: [OE-core] [oe-commits] Kang Kai : perl: update dependency creating script

2013-01-07 Thread Martin Jansa
On Mon, Jan 07, 2013 at 11:36:03AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 35291c97edc05756788d206457c56dcc41edb637 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=35291c97edc05756788d206457c56dcc41edb637 Author:

Re: [OE-core] [CONSOLIDATED PULL (V2) 00/35] Updates, Multilib Patches and other fixes

2013-01-07 Thread Laurentiu Palcu
On 01/07/2013 01:10 PM, Richard Purdie wrote: On Fri, 2013-01-04 at 22:22 -0800, Saul Wold wrote: Laurentiu Palcu (1): pango: have postinstalls run at do_rootfs time Merged, apart from harfbuzz, pango, glib and glib-networking changes as per the feedback on list. I think pango can be

[OE-core] [PATCH] perl-rdepends: be more strict in multiline comment

2013-01-07 Thread Martin Jansa
* fails to parse when http://patchwork.openembedded.org/patch/40997/ is used Parsing recipes...ERROR: There is a confusing multiline, partially commented expression on line 10 of file /OE/shr-core/openembedded-core/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc (| sed s/\/.*\.pm: */ +=

[OE-core] [PATCH] scons: updated to 2.2.0

2013-01-07 Thread Bogdan Marinescu
The license file was updated with a 2012 in the Copyright line, nothing else changed in the license text. Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- ...ons-native_2.1.0.bb = python-scons-native_2.2.0.bb} |2 +- meta/recipes-devtools/python/python-scons_2.1.0.bb |

Re: [OE-core] [CONSOLIDATED PULL (V2) 00/35] Updates, Multilib Patches and other fixes

2013-01-07 Thread Marko Lindqvist
On 7 January 2013 14:31, Laurentiu Palcu laurentiu.pa...@intel.com wrote: On 01/07/2013 01:10 PM, Richard Purdie wrote: On Fri, 2013-01-04 at 22:22 -0800, Saul Wold wrote: Laurentiu Palcu (1): pango: have postinstalls run at do_rootfs time Merged, apart from harfbuzz, pango, glib and

Re: [OE-core] [CONSOLIDATED PULL (V2) 00/35] Updates, Multilib Patches and other fixes

2013-01-07 Thread Laurentiu Palcu
On 01/07/2013 02:38 PM, Marko Lindqvist wrote: On 7 January 2013 14:31, Laurentiu Palcu laurentiu.pa...@intel.com wrote: On 01/07/2013 01:10 PM, Richard Purdie wrote: On Fri, 2013-01-04 at 22:22 -0800, Saul Wold wrote: Laurentiu Palcu (1): pango: have postinstalls run at do_rootfs time

[OE-core] [PATCH] xserver-xorg: add AArch64 support

2013-01-07 Thread Marcin Juszkiewicz
Launchpad bug: https://bugs.launchpad.net/linaro-aarch64/+bug/1092128 Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- .../xorg-xserver/xserver-xorg-1.13.1/aarch64.patch | 64 ++ .../xorg-xserver/xserver-xorg_1.13.1.bb| 1 + 2 files changed, 65

[OE-core] [PATCH] image.bbclass: quote TARGET_VENDOR

2013-01-07 Thread Enrico Scholz
From: Enrico Scholz enrico.sch...@informatik.tu-chemnitz.de The buildsystem does not install locale files anymore, when TARGET_VENDOR is empty. This regression was introduced by ff01518c6667e1b6e87df4e5a435a701d0f38fa7 Signed-off-by: Enrico Scholz enrico.sch...@informatik.tu-chemnitz.de ---

Re: [OE-core] [oe-commits] Constantin Musca : libmusicbrainz: upgrade to git SRCREV 0749dd0a35b4a543

2013-01-07 Thread Samuel Stirtzel
2012/12/26 g...@git.openembedded.org: Module: openembedded-core.git Branch: master Commit: a9d25a8e6720ceff5cfefa3191026357dd6e0f49 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=a9d25a8e6720ceff5cfefa3191026357dd6e0f49 Author: Constantin Musca

[OE-core] [PATCH] util-linux: moved 'reset' into own subpackage

2013-01-07 Thread Enrico Scholz
From: Enrico Scholz enrico.sch...@informatik.tu-chemnitz.de The 'reset' tool from util-linux is a shell script calling 'tput' which is provided by 'ncurses'. To avoid a 'util-linux' - 'ncurses' dependency, 'reset' is put into an own subpackage which can be installed on demand. Because most

[OE-core] [PATCH] procps: initialized environment correctly (backported from classic)

2013-01-07 Thread Enrico Scholz
From: Enrico Scholz enrico.sch...@informatik.tu-chemnitz.de Without this patch, various procps tool can create Unknown HZ value messages because internal initialization happens in a wrong, random order. It has been applied to classic already. Signed-off-by: Enrico Scholz

[OE-core] [PATCH] relocate_sdk.py: new interpreter string was not '\0' terminated

2013-01-07 Thread Laurentiu Palcu
The problem: SDK binaries were not properly relocated when the SDK was installed into a path that had a length less than the default one. Apparently, there were two problems here: the padding was done wrong (the size of one program header table entry was used instead of the program section size)

Re: [OE-core] [oe-commits] Constantin Musca : libmusicbrainz: upgrade to git SRCREV 0749dd0a35b4a543

2013-01-07 Thread Enrico Scholz
Samuel Stirtzel s.stirtzel-gM/ye1e23mwn+bqq9rb...@public.gmane.org writes: Commit: a9d25a8e6720ceff5cfefa3191026357dd6e0f49 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=a9d25a8e6720ceff5cfefa3191026357dd6e0f49 ... libmusicbrainz: upgrade to git SRCREV

Re: [OE-core] Recipes with SRC_URI in .inc file and checksum in bb file

2013-01-07 Thread Richard Purdie
On Fri, 2013-01-04 at 12:05 -0500, Philip Balister wrote: On 01/04/2013 11:59 AM, Marko Lindqvist wrote: On 4 January 2013 18:45, Philip Balister phi...@balister.org wrote: I am on the process of updating the fftw recipes to the most recent version. Along the way I noticed it looks like

Re: [OE-core] [PATCH v2] gsettings-desktop-schemas: add missing elements from meta-gnome

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 14:05 +0200, Constantin Musca wrote: - add postinst using gsettings.bbclass - modify the recipe according to the meta-gnome variant Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 5 ++---

[OE-core] [oe][meta-oe][PATCH] kernel.bbclass: kernel_do_install fails with 2.6 kernel recipes

2013-01-07 Thread Marco Cavallini
* old 2.6.x kernels don't have $kerneldir/tools directory * so we got this error: * sed: can't read ...SNIP...linux/2.6.30-r0/image/usr/src/kernel/tools/perf/Makefile: No such file or directory * ERROR: Function failed: do_install Signed-off-by: Marco Cavallini m.cavall...@koansoftware.com

Re: [OE-core] [PATCH:V2] Remove the redundant / in base-files

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 18:54 +0800, lei.y...@windriver.com wrote: From: Lei Yang lei.y...@windriver.com I'm working on my virt-test,when I check this file find it has redundant / Signed-off-by: Lei Yang lei.y...@windriver.com --- meta/recipes-core/base-files/base-files_3.0.14.bb |4

Re: [OE-core] [PATCH v2 04/15] file: replace obsolete automake macros with working ones

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 10:18 -0200, Otavio Salvador wrote: On Mon, Jan 7, 2013 at 10:16 AM, Burton, Ross ross.bur...@intel.com wrote: On 7 January 2013 12:11, Marko Lindqvist cazf...@gmail.com wrote: What's the correct status for fixes that are not really backports, but have happened

[OE-core] [PATCH] libtelepathy: python-native is used during build

2013-01-07 Thread Cristian Iorga
python-native was not used during the build. This could lead to problems. Fixes [YOCTO #3679] Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] libtelepathy: python-native is used during build

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 15:51 +0200, Cristian Iorga wrote: python-native was not used during the build. This could lead to problems. What kind of problems? Yes, I could go and look at the bugzilla but commit messages should be self supporting, at least with a summary. Cheers, Richard Fixes

Re: [OE-core] [PATCH 1/1] image.bbclass:specify the order of do_rootfs

2013-01-07 Thread Richard Purdie
On Sat, 2013-01-05 at 08:45 +0800, Hongxu Jia wrote: The task of do_populate_lic use bb.build.exec_func to execute shell function sstate_create_package, and bb.build.exec_func use ${B} as default dir to cd and execute the shell function. At this place, B = ${WORKDIR}/${BPN}-${PV}/, and

Re: [OE-core] [PATCH] libtelepathy: python-native is used during build

2013-01-07 Thread Iorga, Cristian
I am talking about potential problems, like building it with the host python, and not with python-native. It is my understanding from Saul's comments related to telepathy-idle package that building it fails because it uses /usr/bin/python instead of python-native. I have assumed that this could

[OE-core] [PATCH] nspr: added gnu-configize for AArch64 support

2013-01-07 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-support/nspr/nspr_4.9.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/nspr/nspr_4.9.4.bb b/meta/recipes-support/nspr/nspr_4.9.4.bb index 0c985e2..36f93e0 100644 ---

[OE-core] [PATCH v2] tcl: updated to version 8.5.13

2013-01-07 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- .../tcl/fix_issue_with_old_distro_glibc.patch | 24 +++- .../tcltk/tcl/fix_non_native_build_issue.patch | 24 +++- .../tcltk/tcl/tcl-add-soname.patch | 20

[OE-core] [PATCH V2] libtelepathy: python-native is now used during build

2013-01-07 Thread Cristian Iorga
libtelepathy generated makefiles contain an assignment like this: PYTHON=python This could lead to potential build problems in Yocto environment because python-native is not used during the build. Fixes [YOCTO #3679] Signed-off-by: Cristian Iorga cristian.io...@intel.com ---

Re: [OE-core] [PATCH V2] libtelepathy: python-native is now used during build

2013-01-07 Thread Iorga, Cristian
With [PATCH V2] the commit message is clarified and more meaningful. -Original Message- From: Iorga, Cristian Sent: Monday, January 07, 2013 4:25 PM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH V2] libtelepathy: python-native is now used during build

[OE-core] [PATCH v3] gsettings-desktop-schemas: add missing elements from meta-gnome

2013-01-07 Thread Constantin Musca
- add postinst using gsettings.bbclass - modify the recipe according to the meta-gnome variant Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH v2] gsettings-desktop-schemas: add missing elements from meta-gnome

2013-01-07 Thread Constantin Musca
On 01/07/2013 03:34 PM, Richard Purdie wrote: On Mon, 2013-01-07 at 14:05 +0200, Constantin Musca wrote: - add postinst using gsettings.bbclass - modify the recipe according to the meta-gnome variant Signed-off-by: Constantin Musca constantinx.mu...@intel.com ---

Re: [OE-core] [PATCH:V2] Remove the redundant / in base-files

2013-01-07 Thread Lei Yang
On 01/07/2013 09:38 PM, Richard Purdie wrote: On Mon, 2013-01-07 at 18:54 +0800, lei.y...@windriver.com wrote: From: Lei Yanglei.y...@windriver.com I'm working on my virt-test,when I check this file find it has redundant / Signed-off-by: Lei Yanglei.y...@windriver.com ---

[OE-core] [PATCH 1/4] linux-yocto/3.4: integrate v3.4.21, v3.4.22, v3.4.23

2013-01-07 Thread Bruce Ashfield
Updating the SRCREVs to integrate the korg -stable updates. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6 +++---

[OE-core] [PATCH 4/4] linux-libc-headers: make 3.7 the default and remove older libc-header recipes

2013-01-07 Thread Bruce Ashfield
Switch the default libc-headers to the 3.7 version. At the same time, remove older versions of the headers to keep things simple and clear. All userspace and kernel combinations should build and boot against this single lib-headers version. Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 3/4] linux-libc-headers: add 3.7 version

2013-01-07 Thread Bruce Ashfield
From: Marcin Juszkiewicz marcin.juszkiew...@linaro.org Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb |4 1 file changed, 4 insertions(+)

[OE-core] [PATCH 2/4] linux-yocto/3.4: update to v3.4.24

2013-01-07 Thread Bruce Ashfield
Updating the 3.4 recipes to v3.4.24 stable version. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.4.bb

[OE-core] [PATCH 0/4] linux-yocto/3.4: linux-libc-headers: version updates

2013-01-07 Thread Bruce Ashfield
Richard/Saul, I've separated the version updates to linux-yocto/3.4 and linux-libc-headers so we can merge them separately from my other pending items in the linux-yocto merge queue. I've been building with these since December, and meant to send them out last week .. but ended up not getting

Re: [OE-core] [PATCH v2 04/15] file: replace obsolete automake macros with working ones

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-01-07 at 10:18 -0200, Otavio Salvador wrote: On Mon, Jan 7, 2013 at 10:16 AM, Burton, Ross ross.bur...@intel.com wrote: On 7 January 2013 12:11, Marko Lindqvist cazf...@gmail.com wrote:

[OE-core] [PATCH] libpcre: set BUILD_CFLAGS

2013-01-07 Thread Giuseppe CONDORELLI
Set LINK_SIZE in BUILD_CFLAGS given that the autotools bbclass use it to set CFLAG_FOR_BUILD, required for the libpcre build. Signed-off-by: Giuseppe Condorelli giuseppe.condore...@st.com --- meta/recipes-support/libpcre/libpcre_8.32.bb |5 +++-- 1 files changed, 3 insertions(+), 2

[OE-core] [PATCH v4 0/3] Initial wayland integration

2013-01-07 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com Hi, I've rebased the patch on top of the latest master. I have several changes in the patches, in particular on how to select proper dependency versions. Please review. This is a set of patches that integrate Wayland/Weston 1.0.3 into

[OE-core] [PATCH 3/3] Initial commit for wayland/weston 1.0.3

2013-01-07 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com This patch adds the Weston reference compositing manager from Wayland. We add version 1.0.3 which is the latest stable release in Dec 2012. See the upstream at: http://wayland.freedesktop.org/releases.html To enable building, set in local.conf

[OE-core] [PATCH 1/3] Wayland userspace library initial 1.0.3

2013-01-07 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com Wayland is a new protocol a protocol for a client application to display user interface windows through the use of a compositing window manager. This package include the specific set of server-side and client-side C libraries that implement the

[OE-core] [PATCH 2/3] Prepare mesa-dri for weston compatibility

2013-01-07 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com This patch enables mesa-git to build wayland-compatible packages for usage with weston. It adds wayland platform support, packs the wayland-egl files. Activate by setting up OVERRIDE for weston to get it to build. Signed-off-by: Alexandru

[OE-core] OE Changelog since 2012-12-30 until 2013-01-06

2013-01-07 Thread cliff . brake
Changelog since 2012-12-30 until 2013-01-06. 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:

Re: [OE-core] [oe][meta-oe][PATCH] kernel.bbclass: kernel_do_install fails with 2.6 kernel recipes

2013-01-07 Thread Darren Hart
Hi Marco, On 01/07/2013 05:39 AM, Marco Cavallini wrote: * old 2.6.x kernels don't have $kerneldir/tools directory * so we got this error: * sed: can't read ...SNIP...linux/2.6.30-r0/image/usr/src/kernel/tools/perf/Makefile: No such file or directory * ERROR: Function failed:

Re: [OE-core] [PATCH] libpcre: set BUILD_CFLAGS

2013-01-07 Thread Martin Jansa
On Mon, Jan 07, 2013 at 10:16:47AM +0100, Giuseppe CONDORELLI wrote: Set LINK_SIZE in BUILD_CFLAGS given that the autotools bbclass use it to set CFLAG_FOR_BUILD, required for the libpcre build. CFLAG_FOR_BUILD typo in commit body and comment in recipe and please change subject to indicate

[OE-core] [PATCH] libart-lgpl: add AArch64 support

2013-01-07 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h diff --git

[OE-core] [PATCH] xf86-video-intel: upgrade to 2.20.17

2013-01-07 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- The recipe was built successfully for qemux86, qemux86-64 and atom-pc. Basic functionality tests were done on an ideapad s10-3t netbook. Thanks, Laurentiu ...ntel_2.20.16.bb = xf86-video-intel_2.20.17.bb} |4 ++-- 1 file changed,

Re: [OE-core] [PATCH v2 04/15] file: replace obsolete automake macros with working ones

2013-01-07 Thread Marko Lindqvist
On 7 January 2013 17:58, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, Jan 7, 2013 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-01-07 at 10:18 -0200, Otavio Salvador wrote: On Mon, Jan 7, 2013 at 10:16 AM, Burton, Ross ross.bur...@intel.com wrote:

[OE-core] [PATCH V2] libpcre: change BUILD_CPPFLAGS and BUILD_CFLAGS values

2013-01-07 Thread Giuseppe CONDORELLI
Set LINK_SIZE in BUILD_CFLAGS given that the autotools bbclass use it to set CFLAGS_FOR_BUILD, required for the libpcre build. Signed-off-by: Giuseppe Condorelli giuseppe.condore...@st.com --- meta/recipes-support/libpcre/libpcre_8.32.bb |5 +++-- 1 files changed, 3 insertions(+), 2

[OE-core] [PATCH] ghostscript: add AArch64 support

2013-01-07 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- .../ghostscript/ghostscript/aarch64/objarch.h | 40 ++ 1 file changed, 40 insertions(+) create mode 100644 meta/recipes-extended/ghostscript/ghostscript/aarch64/objarch.h diff --git

[OE-core] [PATCH] libnl: fix compilation on hosts without lex

2013-01-07 Thread Eric Bénard
* libnl's makefiles are calling $(LEX) but only define $(FLEX), thus compilation on a host which doesn't have lex fails with : | lex --header-file=route/cls/ematch_grammar.h -o route/cls/ematch_grammar.c route/cls/ematch_grammar.l | make[1]: lex: Command not found | make[1]: ***

[OE-core] [PATCH] qt4: blacklist untrusted SSL certificates

2013-01-07 Thread Eric Bénard
- this blacklist wrong certificates https://bugreports.qt-project.org/browse/QTBUG-24654 https://bugreports.qt-project.org/browse/QTBUG-28937 - these patches will be in the next 4.8.5 release Signed-off-by: Eric Bénard e...@eukrea.com --- meta/recipes-qt/qt4/qt4-4.8.4.inc | 2

Re: [OE-core] [oe][meta-oe][PATCH] kernel.bbclass: kernel_do_install fails with 2.6 kernel recipes

2013-01-07 Thread Marco
Il 07/01/2013 17:11, Darren Hart ha scritto: Hi Marco, On 01/07/2013 05:39 AM, Marco Cavallini wrote: * old 2.6.x kernels don't have $kerneldir/tools directory * so we got this error: * sed: can't read ...SNIP...linux/2.6.30-r0/image/usr/src/kernel/tools/perf/Makefile: No such file or

Re: [OE-core] [oe][meta-oe][PATCH] kernel.bbclass: kernel_do_install fails with 2.6 kernel recipes

2013-01-07 Thread Darren Hart
On 01/07/2013 09:10 AM, Marco wrote: Il 07/01/2013 17:11, Darren Hart ha scritto: Hi Marco, On 01/07/2013 05:39 AM, Marco Cavallini wrote: * old 2.6.x kernels don't have $kerneldir/tools directory * so we got this error: * sed: can't read

Re: [OE-core] [PATCH] libnl: fix compilation on hosts without lex

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 2:43 PM, Eric Bénard e...@eukrea.com wrote: * libnl's makefiles are calling $(LEX) but only define $(FLEX), thus compilation on a host which doesn't have lex fails with : | lex --header-file=route/cls/ematch_grammar.h -o route/cls/ematch_grammar.c

[OE-core] [PATCH] libnl: Fix building using flex

2013-01-07 Thread Otavio Salvador
The build system has not been fully changed to use flex in 3.2.16 so we need to finish the conversion. In 3.2.17 this bug has been fixed. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../libnl/libnl/fix-build-using-flex.patch | 55

Re: [OE-core] Default xorg.conf is for x86 devices

2013-01-07 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 2:04 PM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: Hi Can we replace default xorg.conf with empty one? I finally got X11 working on AArch64 just to notice that I have to remove xorg.conf file to get them started. I'm all for removal. Machine should add

Re: [OE-core] [PATCH] dropbear: don't use IMAGE_FEATURES

2013-01-07 Thread Paul Eggleton
On Monday 07 January 2013 11:36:13 Richard Purdie wrote: On Mon, 2013-01-07 at 12:15 +0100, Martin Jansa wrote: * IMAGE_FEATURES are image specific, but dropbear recipe isn't * if you have debug-tweaks in EXTRA_IMAGE_FEATURES or added to IMAGE_FEATURES in distro config, then it will

Re: [OE-core] [PATCH] dropbear: don't use IMAGE_FEATURES

2013-01-07 Thread Martin Jansa
On Mon, Jan 07, 2013 at 08:11:58PM +, Paul Eggleton wrote: On Monday 07 January 2013 11:36:13 Richard Purdie wrote: On Mon, 2013-01-07 at 12:15 +0100, Martin Jansa wrote: * IMAGE_FEATURES are image specific, but dropbear recipe isn't * if you have debug-tweaks in EXTRA_IMAGE_FEATURES

Re: [OE-core] [PATCH] dropbear: don't use IMAGE_FEATURES

2013-01-07 Thread Richard Purdie
On Mon, 2013-01-07 at 21:31 +0100, Martin Jansa wrote: On Mon, Jan 07, 2013 at 08:11:58PM +, Paul Eggleton wrote: On Monday 07 January 2013 11:36:13 Richard Purdie wrote: On Mon, 2013-01-07 at 12:15 +0100, Martin Jansa wrote: * IMAGE_FEATURES are image specific, but dropbear recipe

Re: [OE-core] [PATCH] libnl: fix compilation on hosts without lex

2013-01-07 Thread Eric Bénard
Hi Otavio, Le Mon, 7 Jan 2013 15:59:24 -0200, Otavio Salvador ota...@ossystems.com.br a écrit : On Mon, Jan 7, 2013 at 2:43 PM, Eric Bénard e...@eukrea.com wrote: * libnl's makefiles are calling $(LEX) but only define $(FLEX), thus compilation on a host which doesn't have lex fails with :

Re: [OE-core] [PATCH 1/1] apt-native: fix the creation of apt.conf.sample

2013-01-07 Thread Saul Wold
On 01/06/2013 12:43 AM, Hongxu Jia wrote: The file of apt.conf.sample is kept in outdir, and outdir is assigned by os.path.join with the params of ${D}, ${sysconfdir} and apt. But ${sysconfdir} is an absolute dir and that is not allowed by os.path.join. The following is the help on function

Re: [OE-core] [RFC][PATCH 0/4] eglibc 2.17 upgrade

2013-01-07 Thread Khem Raj
A bit of an update here. I have pushed another patch on top of this list to the branch to fix udev and after that I have been able to build and boot core-image-sato on all supported qemu machines. On Fri, Jan 4, 2013 at 4:00 PM, Khem Raj raj.k...@gmail.com wrote: I would like folks to try and

Re: [OE-core] [PATCH] libnl: Fix building using flex

2013-01-07 Thread Saul Wold
On 01/07/2013 10:06 AM, Otavio Salvador wrote: The build system has not been fully changed to use flex in 3.2.16 so we need to finish the conversion. In 3.2.17 this bug has been fixed. Otavio, This patch seems to be causing another failure | bison -y -d -o route/cls/ematch_syntax.c

[OE-core] alsaconf and bash

2013-01-07 Thread Florin Sarbu
Hi all, in alsa-utils_1.0.25.bb, I see this comment: # We omit alsaconf, because # a) this is a bash script # b) it creates config files not suitable for OE-based distros Trying out on master, I get a do_rootfs error because bash is not a rundep of alsa-utils, and there is nothing in the

  1   2   >