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

2013-01-06 Thread Marcin Juszkiewicz
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 >> --- >> .../libffi/aarch64-adding-build-support.patch | 63 + >> .../libffi/libffi/add-aarch64-support.patch| 2672 >>

Re: [OE-core] [PATCH 3/3] [RFC] archive-*-source.bbclass: Handle package class 'package_ipk'

2013-01-06 Thread Shakeel, Muhammad
Okay, I will fix it by using python function before sending the final patch. Thanks for your feedback. --Shakeel -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Otavio Salvador Sent: Friday

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

2013-01-06 Thread ChenQi
On 01/06/2013 05:52 PM, Martin Jansa wrote: On Sun, Jan 06, 2013 at 05:44:25PM +0800, qi.c...@windriver.com wrote: From: Chen Qi The hook function is appended to ROOTFS_POSTPROCESS_COMMAND properly to support the 'read-only-rootfs' image feature. [YOCTO #3406] Signed-off-by: Chen Qi --- m

[OE-core] [PATCH V6 3/6] core-image.bbclass: support read-only rootfs

2013-01-06 Thread Qi.Chen
From: Chen Qi The hook function is appended to ROOTFS_POSTPROCESS_COMMAND properly to support the 'read-only-rootfs' image feature. [YOCTO #3406] Signed-off-by: Chen Qi --- meta/classes/core-image.bbclass |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes

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

2013-01-06 Thread ChenQi
On 01/07/2013 03:05 AM, Otavio Salvador wrote: On Sun, Jan 6, 2013 at 7:44 AM, wrote: From: Chen Qi Support read-only rootfs by providing a specific conf file for volatile storage. [YOCTO #3406] Signed-off-by: Chen Qi I prefer this solution than the previous one however why you don't use

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

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../flac/flac-1.2.1/obsolete_automake_macros.patch | 14 ++ meta/recipes-multimedia/flac/flac_1.2.1.bb

[OE-core] [PATCH v2 14/15] libtasn1: remove help2man dependency

2013-01-06 Thread Marko Lindqvist
Remove manpage creation. It wasn't working because of help2man missing when libtasn1 is being built. This attempt to create manpages without help2man turns from no-op to hard error with automake-1.13. Signed-off-by: Marko Lindqvist --- .../gnutls/libtasn1/dont-depend-on-help2man.patch|

[OE-core] [PATCH v2 11/15] libid3tag: replace obsolete automake macros with working ones

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../libid3tag/libid3tag/obsolete_automake_macros.patch | 14 ++ meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb

[OE-core] [PATCH v2 13/15] gnutls: replace obsolete automake macros with working ones

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../gnutls/gnutls/obsolete_automake_macros.patch | 39 meta/recipes-support/gnutls/gnutls_2.12.21.bb |

[OE-core] [PATCH v2 08/15] libpng: replace obsolete automake macros with working ones

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../libpng/libpng-1.5.13/obsolete_automake_macros.patch | 15 +++ meta/recipes-multimedia/libpng/libpng_1.5.13.bb

[OE-core] [PATCH v2 12/15] libgcrypt: replace obsolete automake macros with working ones

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../libgcrypt-1.5.0/obsolete_automake_macros.patch | 15 +++ meta/recipes-support/libgcrypt/libgcrypt_1.5.0.bb

[OE-core] [PATCH v2 06/15] glib-2.0: replace obsolete automake macros with working ones

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../glib-2.0/glib-2.0/obsolete_automake_macros.patch | 13 + meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb

[OE-core] [PATCH v2 10/15] pixman: replace obsolete automake macros with working ones

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../xorg-lib/pixman/obsolete_automake_macros.patch | 14 ++ meta/recipes-graphics/xorg-lib/pixman_0.28.2.bb

[OE-core] [PATCH v2 07/15] libx11: disable tests

2013-01-06 Thread Marko Lindqvist
Use of $(srcdir) in TESTS is an error causing automake-1.13 to abort. Disable the tests completely. Signed-off-by: Marko Lindqvist --- .../xorg-lib/libx11/disable_tests.patch | 17 + meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb|6 -- 2 files chan

[OE-core] [PATCH v2 05/15] popt: disable tests

2013-01-06 Thread Marko Lindqvist
Use of $(top_srcdir) in TESTS is an error causing automake-1.13 to abort. Disable the tests completely. Signed-off-by: Marko Lindqvist --- meta/recipes-support/popt/popt/disable_tests.patch | 21 meta/recipes-support/popt/popt_1.16.bb |3 ++- 2 files change

[OE-core] [PATCH v2 09/15] libusb: replace obsolete automake macros with working ones

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../libusb-compat-0.1.4/obsolete_automake_macros.patch | 15 +++ meta/recipes-support/libusb/libusb-compat_0.1.4.bb

[OE-core] [PATCH v2 02/15] libtool: remove help2man dependency

2013-01-06 Thread Marko Lindqvist
Remove manpage creation. It wasn't working because of help2man missing when libtool is being built. This attempt to create manpages without help2man turns from no-op to hard error with automake-1.13. Removed prefix-manpage-fix.patch as only code it touched is being removed by new dont-depend-on-hel

[OE-core] Prepare recipes for automake-1.13 (batch 1 / v2)

2013-01-06 Thread Marko Lindqvist
* Fixes and updates to Upstream-Status entries. [PATCH v2 01/15] pkg-config: replace obsolete automake macros with [PATCH v2 02/15] libtool: remove help2man dependency [PATCH v2 03/15] bison: remove help2man dependency [PATCH v2 04/15] file: replace obsolete automake macros with working [PATCH v2

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

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../file/file/obsolete_automake_macros.patch| 15 +++ meta/recipes-devtools/file/file_5.11.bb

[OE-core] [PATCH v2 01/15] pkg-config: replace obsolete automake macros with working ones

2013-01-06 Thread Marko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist --- .../pkgconfig-0.25/obsolete_automake_macros.patch | 35 meta/recipes-devtools/pkgconfig/pkgconfig.inc |

[OE-core] [PATCH v2 03/15] bison: remove help2man dependency

2013-01-06 Thread Marko Lindqvist
Remove manpage creation. It wasn't working because of help2man missing when bison is being built. This attempt to create manpages without help2man turns from no-op to hard error with automake-1.13. Signed-off-by: Marko Lindqvist --- .../bison/bison/dont-depend-on-help2man.patch | 32 +

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

2013-01-06 Thread Marko Lindqvist
On 4 January 2013 20:23, Marko Lindqvist wrote: > On 4 January 2013 20:08, Saul Wold wrote: >> On 01/03/2013 12:36 PM, Marko Lindqvist wrote: >>> >>> Add obsolete-automake-macros.patch that replaces automake macros >>> no longer supported by automake-1.13 with modern constructs. >>> >>> Signed-of

Re: [OE-core] [PATCH] prelink: update to git head

2013-01-06 Thread Mark Hatle
On 1/6/13 2:59 PM, Marko Lindqvist wrote: Compatible with automake-1.13. Signed-off-by: Marko Lindqvist Signed-off-by: Mark Hatle --- meta/recipes-devtools/prelink/prelink_git.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/prelink/pre

[OE-core] [PATCH] prelink: update to git head

2013-01-06 Thread Marko Lindqvist
Compatible with automake-1.13. Signed-off-by: Marko Lindqvist --- meta/recipes-devtools/prelink/prelink_git.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 610302e..ae

[OE-core] prelink update to automake-1.13 compatibility

2013-01-06 Thread Marko Lindqvist
Mark updated prelink git with automake-1.13 fix, I've made testbuilds of updated version in openembeded with automake-1.13.1 and automake-1.12.6. - ML ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.o

[OE-core] [PATCH v2] harfbuzz: add recipe, version 0.9.9

2013-01-06 Thread Marko Lindqvist
OpenType text shaping engine HarfBuzz is dependency of pango >= 1.32 Signed-off-by: Marko Lindqvist --- meta/recipes-graphics/harfbuzz/harfbuzz_0.9.9.bb | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz_0.9.9.bb diff --gi

[OE-core] Introduce HarfBuzz recipe. v2

2013-01-06 Thread Marko Lindqvist
Added glib-2.0 to dependencies. HarfBuzz configure silently disables some necessary parts if glib is not available. - ML ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/op

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

2013-01-06 Thread Marko Lindqvist
On 6 January 2013 06:29, Saul Wold wrote: > On 01/04/2013 10:52 PM, Marko Lindqvist wrote: >> >> On 5 January 2013 08:22, Saul Wold wrote: >>> >>> >>> Saul Wold (3): >>>glib-2.0: Update to 2.35.3 >> >> >> Is there some specific need for bleeding edge (unstable development >> snapshot)? >> >

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

2013-01-06 Thread Otavio Salvador
On Sun, Jan 6, 2013 at 7:44 AM, wrote: > From: Chen Qi > > Support read-only rootfs by providing a specific conf file for volatile > storage. > > [YOCTO #3406] > > Signed-off-by: Chen Qi I prefer this solution than the previous one however why you don't use a sato-volatile-conf package to pro

Re: [OE-core] [PATCH 1/1] glib-2.0-native:add option march to BUILD_CFLAGS

2013-01-06 Thread Colin Walters
On Sun, 2013-01-06 at 16:34 +0800, Hongxu Jia wrote: > +# Add option -march to BUILD_CFLAGS in order to let the atomic operations > +# ("lock free") be available while using old version GCC on x86 host to > +# compile glib-2.0-native > +BUILD_CFLAGS += "-march=${@'${BUILD_ARCH}'.replace('_','-')}"

[OE-core] [PATCH] Remove the redundant "/"

2013-01-06 Thread lei.yang
From: Lei Yang Signed-off-by: Lei Yang --- meta/recipes-core/base-files/base-files_3.0.14.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb index 39faad9..8ef7195

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

2013-01-06 Thread Martin Jansa
On Sun, Jan 06, 2013 at 05:44:25PM +0800, qi.c...@windriver.com wrote: > From: Chen Qi > > The hook function is appended to ROOTFS_POSTPROCESS_COMMAND > properly to support the 'read-only-rootfs' image feature. > > [YOCTO #3406] > > Signed-off-by: Chen Qi > --- > meta/classes/core-image.bbcla

Re: [OE-core] [PATCH V5 2/4] image.bbclass: add two hook funtions

2013-01-06 Thread ChenQi
Hi Otavio: V6 has been sent with support for customized conf files. Also, the specific conf files are provided by corresponding image recipes, because the contents of the conf files are closely related to the image types. Cheers, Chen Qi On 01/02/2013 02:12 AM, Otavio Salvador wrote: On Mon

[OE-core] [PATCH V6 4/6] initscripts: support read-only rootfs

2013-01-06 Thread Qi.Chen
From: Chen Qi To support a read-only rootfs, we use symbolic links which point to volatile storage to create the illusion that some directories are writable. Improve populate-volatile.sh script to support read-only rootfs. Add two default config files specific to read-only-rootfs image. [YOCTO

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

2013-01-06 Thread Qi.Chen
From: Chen Qi Support read-only rootfs by providing a specific conf file for volatile storage. [YOCTO #3406] Signed-off-by: Chen Qi --- meta/recipes-sato/images/core-image-sato.bb|8 .../images/files/volatiles-readonly-sato | 14 ++ 2 files changed

[OE-core] [PATCH V6 3/6] core-image.bbclass: support read-only rootfs

2013-01-06 Thread Qi.Chen
From: Chen Qi The hook function is appended to ROOTFS_POSTPROCESS_COMMAND properly to support the 'read-only-rootfs' image feature. [YOCTO #3406] Signed-off-by: Chen Qi --- meta/classes/core-image.bbclass |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH V6 5/6] core-image-minimal: support read-only rootfs

2013-01-06 Thread Qi.Chen
From: Chen Qi Support read-only rootfs by providing a specific conf file for volatile storage. [YOCTO #3406] Signed-off-by: Chen Qi --- meta/recipes-core/images/core-image-minimal.bb | 10 ++ .../images/files/volatiles-readonly-minimal|8 2 files changed, 18

[OE-core] [PATCH V6 2/6] image.bbclass: add two funtions to support readonly rootfs

2013-01-06 Thread Qi.Chen
From: Chen Qi read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It tweaks some basic files and makes populate- volatile.sh script run at rootfs time. choose_volatile_conf: this function is exported and should be overriden by the specific image recipe

[OE-core] [PATCH V6 0/6] read-only rootfs support

2013-01-06 Thread Qi.Chen
From: Chen Qi The series of patches add support to read-only rootfs. The main idea is to use symbolic links to create the illuion that some directories are writable in case of a read-only rootfs. This set of patches have been tested on minimal images with and without 'read-only-rootfs' image fe

[OE-core] [PATCH V6 1/6] sysvinit: add ROOTFS_READ_ONLY variable to rcS-default

2013-01-06 Thread Qi.Chen
From: Chen Qi This variable indicates whether the rootfs is intended to be read-only or not. Changing this value from 'no' to 'yes' on a currently running system with read-write rootfs and rebooting will give the user a working system with read-only rootfs. However, it is not suggested to change

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

2013-01-06 Thread Hongxu Jia
The following changes since commit 09359e6ec00901abfe49157f1f9730117b4d284b: freetype: update to 2.4.11 which includes fixes for CVE-2012-{5668, 5669, 5670} (2012-12-31 09:43:27 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/apt-native http://gi

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

2013-01-06 Thread Hongxu Jia
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 os.path.join(a, *p): Join two or more

[OE-core] [PATCH 1/1] glib-2.0-native:add option march to BUILD_CFLAGS

2013-01-06 Thread Hongxu Jia
Add option -march to BUILD_CFLAGS in order to let the atomic operations ("lock free") be available while using old version GCC (4.3.4 for example) on x86 host to compile glib-2.0-native. Signed-off-by: Hongxu Jia --- meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb |6 +- 1 file changed, 5

[OE-core] [PATCH 0/1] glib-2.0-native:add option march to BUILD_CFLAGS

2013-01-06 Thread Hongxu Jia
The following changes since commit 09359e6ec00901abfe49157f1f9730117b4d284b: freetype: update to 2.4.11 which includes fixes for CVE-2012-{5668, 5669, 5670} (2012-12-31 09:43:27 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/glib-2.0-native http