Re: [OE-core] [PATCH][RFC] conf/machine/include/arm add extra MACHINEOVERRIDES like x86 does

2011-12-13 Thread Martin Jansa
On Wed, Dec 07, 2011 at 07:04:44PM +0100, Martin Jansa wrote: > * motivated by this NAK > http://patchwork.openembedded.org/patch/15777/ > and today's discussion on #yocto I hope it's worth it to send this RFC ping? -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com signature.asc De

[OE-core] [PATCH 01/10] coreutils: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/coreutils/coreutils_6.9.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index c9aea38..8a47a60 100644 --- a/meta/recipes-core/c

[OE-core] [PATCH 00/10] Add missing SRC_URI checksums

2011-12-13 Thread Saul Wold
Richard, Add missing checksums for non-GPLv3 recipes since we enabled the error. Also fix the ed recipe to remove an not-yet supported option. Sau! The following changes since commit 9244a3b0565fd52d7973fda42a4f706b16240316: eglibc: Generate cross testing script during install (2011-12-12 2

[OE-core] [PATCH 03/10] ed: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/ed/ed_0.5.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/ed/ed_0.5.bb b/meta/recipes-extended/ed/ed_0.5.bb index a652332..706c0af 100644 --- a/meta/recipes-extended/ed/ed_0.5.bb +++ b/meta/rec

[OE-core] [PATCH 02/10] readline: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/readline/readline_5.2.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/readline/readline_5.2.bb b/meta/recipes-core/readline/readline_5.2.bb index b054ad7..d838e64 100644 --- a/meta/recipes-core/readlin

[OE-core] [PATCH 04/10] findutils: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- .../recipes-extended/findutils/findutils_4.2.31.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 0889f0f..bd455a5 100644 --- a

[OE-core] [PATCH 06/10] gzip: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/gzip/gzip_1.3.12.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/gzip/gzip_1.3.12.bb b/meta/recipes-extended/gzip/gzip_1.3.12.bb index f0752e4..2836942 100644 --- a/meta/recipes-extended/gzip/g

[OE-core] [PATCH 07/10] sed: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/sed/sed_4.1.2.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/meta/recipes-extended/sed/sed_4.1.2.bb index 89b1f34..713524c 100644 --- a/meta/recipes-extended/sed/sed_4.1.2.b

[OE-core] [PATCH 08/10] gmp: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/gmp/gmp_4.2.1.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index 74da6b8..5f3929f 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb ++

[OE-core] [PATCH 10/10] ed: remove unsupported option

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/ed/ed_0.5.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/ed/ed_0.5.bb b/meta/recipes-extended/ed/ed_0.5.bb index 706c0af..205822f 100644 --- a/meta/recipes-extended/ed/ed_0.5.bb +++ b/meta/reci

[OE-core] [PATCH 09/10] bash: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/bash/bash_3.2.48.bb | 21 +++-- 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/meta/recipes-extended/bash/bash_3.2.48.bb b/meta/recipes-extended/bash/bash_3.2.48.bb index f2ba572..1f70263 100644 --- a/meta/reci

[OE-core] [PATCH 05/10] gawk: Add SRC_URI Checksums for GPLv2

2011-12-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/gawk/gawk_3.1.5.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb b/meta/recipes-extended/gawk/gawk_3.1.5.bb index eba410e..bd8460d 100644 --- a/meta/recipes-extended/gawk/gawk

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
On 12/13/2011 09:45 AM, Koen Kooi wrote: Op 13 dec. 2011 om 07:58 heeft Lauri Hintsala het volgende geschreven: Timestamp checking has been broken by the commit 2078af333d704fd894a2dedbc19cef5775cdadbb. Fix timestamp checking and clean the code. cc: s...@linux.intel.com cc: g...@mlbassoc.co

[OE-core] Dependency resolving ignores changed sstate-cache?

2011-12-13 Thread Samuel Stirtzel
Hi, it seems that I accidentally deleted fbset from my .../tmp-eglibc/work/... dir while cleaning out old builds for another recipe. For some reason I had a r0 directory from the past of the recipe which is now r1. So I deleted it manually and fbset too, but I didn't notice. Thereafter I built an

Re: [OE-core] Dependency resolving ignores changed sstate-cache?

2011-12-13 Thread Richard Purdie
On Tue, 2011-12-13 at 10:30 +0100, Samuel Stirtzel wrote: > it seems that I accidentally deleted fbset from my > .../tmp-eglibc/work/... dir while cleaning out old builds for another > recipe. > For some reason I had a r0 directory from the past of the recipe which > is now r1. > So I deleted it ma

[OE-core] [PATCH 1/1] connman: improve packaging

2011-12-13 Thread Otavio Salvador
The scripts being included on connman-scripts was the test utility and thus we are moving them with the rest of test utilities in 'connman-tests'. A runtime dependency on python-dbus were missing as well as those scripts uses it. As no dhclient, resolvconf and udhcpc plugins are being generated th

Re: [OE-core] [PATCH 7/7] core-image-gtk-directfb.bb: add an image for gtk over directfb

2011-12-13 Thread Xiaofeng Yan
On 2011?12?12? 19:40, Otavio Salvador wrote: On Mon, Dec 12, 2011 at 09:28, Xiaofeng Yan mailto:xiaofeng@windriver.com>> wrote: From: Xiaofeng Yan mailto:xiaofeng@windriver.com>> This file can make an image to run gtk over directfb. I think this ought to be done on core-image

Re: [OE-core] [PATCH 7/7] core-image-gtk-directfb.bb: add an image for gtk over directfb

2011-12-13 Thread Otavio Salvador
On Tue, Dec 13, 2011 at 08:51, Xiaofeng Yan wrote: > ** > ... > IMAGE_INSTALL += "\ > ${POKY_BASE_INSTALL} \ > task-core-basic \ > module-init-tools \ > task-core-gtk-directfb-base \ > " > Do you have any comment about above method ? > All is fine except I don't see the need of ha

Re: [OE-core] Dependency resolving ignores changed sstate-cache?

2011-12-13 Thread Samuel Stirtzel
2011/12/13 Richard Purdie : [snip] > Usually the above is a sign of a dependency bitbake has not been aware > of. Could you see which .ipk has the dependency on fbset? It looks like this is the ipk: | Installing qt4-x11-free (4.7.4-r33.3) to root... | Downloading file:/work/oe-core/tmp-eglibc/dep

Re: [OE-core] Dependency resolving ignores changed sstate-cache?

2011-12-13 Thread Samuel Stirtzel
2011/12/13 Samuel Stirtzel : > 2011/12/13 Richard Purdie : > [snip] >> Usually the above is a sign of a dependency bitbake has not been aware >> of. Could you see which .ipk has the dependency on fbset? > > It looks like this is the ipk: > | Installing qt4-x11-free (4.7.4-r33.3) to root... > | Down

Re: [OE-core] [PATCH 7/7] core-image-gtk-directfb.bb: add an image for gtk over directfb

2011-12-13 Thread Richard Purdie
On Tue, 2011-12-13 at 08:57 -0200, Otavio Salvador wrote: > On Tue, Dec 13, 2011 at 08:51, Xiaofeng Yan > wrote: > ... > IMAGE_INSTALL += "\ > ${POKY_BASE_INSTALL} \ > task-core-basic \ > module-init-tools \ > task-core-gtk-directfb-

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Richard Purdie
On Tue, 2011-12-13 at 08:58 +0200, Lauri Hintsala wrote: > Timestamp checking has been broken by the commit > 2078af333d704fd894a2dedbc19cef5775cdadbb. Fix timestamp checking > and clean the code. > > cc: s...@linux.intel.com > cc: g...@mlbassoc.com > > Signed-off-by: Lauri Hintsala > --- > ...

Re: [OE-core] [PATCH 0/7] gtk+-directfb: The patches to run gtk over directfb

2011-12-13 Thread Richard Purdie
On Mon, 2011-12-12 at 19:28 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > Hi Phil, Koen & Richard, > > Thanks for your good suggestion. I have modified my patches according to your > suggestion. > 1 Remove patch no-demo.patch from gtk+_2.24.8(Richard's suggestion) > 2 Use gtk-directfb in

Re: [OE-core] [PATCH 00/10] Add missing SRC_URI checksums

2011-12-13 Thread Richard Purdie
On Tue, 2011-12-13 at 00:13 -0800, Saul Wold wrote: > Richard, > > Add missing checksums for non-GPLv3 recipes since we enabled > the error. Also fix the ed recipe to remove an not-yet supported > option. > > Sau! > > > The following changes since commit 9244a3b0565fd52d7973fda42a4f706b1624031

Re: [OE-core] [PATCH][RFC] conf/machine/include/arm add extra MACHINEOVERRIDES like x86 does

2011-12-13 Thread Richard Purdie
On Wed, 2011-12-07 at 19:04 +0100, Martin Jansa wrote: > * motivated by this NAK > http://patchwork.openembedded.org/patch/15777/ > and today's discussion on #yocto I hope it's worth it to send this RFC > > Signed-off-by: Martin Jansa > --- > meta/conf/machine/include/arm/arch-armv4.inc |

Re: [OE-core] [PATCH] boost : Do not use icu when building boost.

2011-12-13 Thread Richard Purdie
On Mon, 2011-12-12 at 16:58 -0500, Philip Balister wrote: > Without this, boost needs to build icu to create images using > boost regex. RP inidicated he would rather disable icu, than add an > extra dependency to the recipe. > > Signed-off-by: Philip Balister > --- > meta/recipes-support/boost/

Re: [OE-core] [PATCH 1/1] qt4.inc : Add uic, moc, rcc, and lrelease to tools package.

2011-12-13 Thread Richard Purdie
On Mon, 2011-12-12 at 18:48 +, Paul Eggleton wrote: > From: Philip Balister > > These binaries are needed in the target tools package so we can build > qt apps on the target. You also need to install qmake from meta-oe. > > Tested by building gnuradio on the USRP e100 with qt support. > > (

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Phil Blundell
On Tue, 2011-12-13 at 12:26 +, Richard Purdie wrote: > On Tue, 2011-12-13 at 08:58 +0200, Lauri Hintsala wrote: > > # Set the system clock from hardware clock > > -# If the timestamp is 1 day or more recent than the current time, > > +# If the timestamp is more recent than the current time, >

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
On 12/13/2011 02:36 PM, Phil Blundell wrote: On Tue, 2011-12-13 at 12:26 +, Richard Purdie wrote: On Tue, 2011-12-13 at 08:58 +0200, Lauri Hintsala wrote: # Set the system clock from hardware clock -# If the timestamp is 1 day or more recent than the current time, +# If the timestamp is

[OE-core] python distutils configuration broken?

2011-12-13 Thread Phil Blundell
Is anybody successfully using distutils from python-native with oe-core at the moment? It seems to be rather broken as far as I can tell. The patch 12-distutils-prefix-is-inside-staging-area.patch does some stuff like: +PREFIX = os.path.normpath(sys.prefix).replace( os.getenv("BUILD_SYS"), os.g

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Phil Blundell
On Tue, 2011-12-13 at 14:58 +0200, Lauri Hintsala wrote: > SYSTEMDATE=`date -u +%4Y%2m%2d` > TIMESTAMP=`awk '{ print substr($0,9,4) substr($0,1,4); }' < /etc/timestamp` > if [ $TIMESTAMP -gt $SYSTEMDATE ]; then > read TIMESTAMP < /etc/timestamp > date -u $TIMESTAMP > /etc/init.d/h

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
On 12/13/2011 03:07 PM, Phil Blundell wrote: On Tue, 2011-12-13 at 14:58 +0200, Lauri Hintsala wrote: SYSTEMDATE=`date -u +%4Y%2m%2d` TIMESTAMP=`awk '{ print substr($0,9,4) substr($0,1,4); }'< /etc/timestamp` if [ $TIMESTAMP -gt $SYSTEMDATE ]; then read TIMESTAMP< /etc/timestamp

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Phil Blundell
On Tue, 2011-12-13 at 15:18 +0200, Lauri Hintsala wrote: > On 12/13/2011 03:07 PM, Phil Blundell wrote: > > read RAWTIMESTAMP< /etc/timestamp > > TIMESTAMP=${RAWTIMESTAMP#}${RAWTIMESTAMP%} > > Yes I got your idea and it seems to work. Thanks for your tips! > > Second try: > > SYS

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Henning Heinold
On Tue, Dec 13, 2011 at 01:24:47PM +, Phil Blundell wrote: > On Tue, 2011-12-13 at 15:18 +0200, Lauri Hintsala wrote: > > On 12/13/2011 03:07 PM, Phil Blundell wrote: > > > read RAWTIMESTAMP< /etc/timestamp > > > TIMESTAMP=${RAWTIMESTAMP#}${RAWTIMESTAMP%} > > > > Yes I got your

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
On 12/13/2011 03:24 PM, Phil Blundell wrote: Is the "${var:X:Y}" substring notation part of POSIX? I have a feeling that it might be a GNU extension, and it didn't seem to work in dash when I tried it just now. I tested it in ash of busybox. I see it doesn't work in dash. So your suggestion i

[OE-core] [PATCH][oe-core 1/3] qt4: use armv6 override instead of armv6-vfp

2011-12-13 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb |4 ++-- meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb b/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb index

[OE-core] [PATCH][oe-core 0/3] PR bumps and arm OVERRIDE fix

2011-12-13 Thread Martin Jansa
The following changes since commit f60417055f869acb871be1f01c6900fdf685d71a: boost : Do not use icu when building boost. (2011-12-13 12:21:05 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull http://cgit.openembedded.org/cgit.cgi

[OE-core] [PATCH][oe-core 2/3] xf86-video-omapfb: bump PR due to arm OVERRIDES change

2011-12-13 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../xorg-driver/xf86-video-omapfb_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb index 565ad7e..f164

[OE-core] [PATCH][oe-core 3/3] python: bump PR due to arm OVERRIDES change

2011-12-13 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/python/python_2.7.2.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index 5417d5e..5e8e0d7 100644 --- a/meta/recipes-devt

Re: [OE-core] [PATCH][oe-core 0/3] PR bumps and arm OVERRIDE fix

2011-12-13 Thread Richard Purdie
On Tue, 2011-12-13 at 14:59 +0100, Martin Jansa wrote: > The following changes since commit f60417055f869acb871be1f01c6900fdf685d71a: > > boost : Do not use icu when building boost. (2011-12-13 12:21:05 +) > > are available in the git repository at: > git://git.openembedded.org/openembedd

Re: [OE-core] [PATCH 4/7] gtk: add demos to the configuation of gtk+

2011-12-13 Thread Richard Purdie
On Mon, 2011-12-12 at 19:28 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > Add demos for checking whether gtk+ run over directfb successfully or not. > > [YOCTO #1674] > > Signed-off-by: Xiaofeng Yan > --- > meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |4 ++-- > 1 files changed, 2 inserti

Re: [OE-core] [PATCH 2/3] dosfstools: update native to 2.11

2011-12-13 Thread Richard Purdie
On Thu, 2011-12-08 at 15:40 +, Otavio Salvador wrote: > This unify recipes for target and native builds and also drops the the > already merged patches. > > Signed-off-by: Otavio Salvador > --- > .../dosfstools/dosfstools-native_2.10.bb | 19 - > .../dosfstools/dosfstools/2.6

Re: [OE-core] [PATCH 4/7] gtk: add demos to the configuation of gtk+

2011-12-13 Thread Richard Purdie
On Tue, 2011-12-13 at 15:47 +, Richard Purdie wrote: > On Mon, 2011-12-12 at 19:28 +0800, Xiaofeng Yan wrote: > > From: Xiaofeng Yan > > > > Add demos for checking whether gtk+ run over directfb successfully or not. > > > > [YOCTO #1674] > > > > Signed-off-by: Xiaofeng Yan > > --- > > met

[OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
There is no point in compiling kernel modules in a separate task, run right after do_compile. On the other hand merging those tasks will e.g. make icecc used also for modules compilation, etc. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/kernel.bbclass |6 +- 1 files changed,

[OE-core] [PATCH 2/9] kernel.bbclass: move uImage handling to separate task

2011-12-13 Thread Dmitry Eremin-Solenikov
As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. This way the do_install task can also benefit from generated uImage. The only major feature of oe-core's version (not to recreate uImage if it exists) is retained in this patch. On the contra, as t

[OE-core] [PATCH 3/9] bitbake.conf, core-image-minimal-initramfs: add INITRAMFS_FSTYPES

2011-12-13 Thread Dmitry Eremin-Solenikov
Initramfs images don't benefit from usual IMAGE_FSTYPES overrides. The only sane values for them are "cpio.XXX". If IMAGE_FSTYPES is set to include 'live', building core-image-minimal-initramfs can result in build error, if the image is built before the kernel. To stop initramfs images from respond

[OE-core] [PATCH 7/9] ncurses: drop empty dir to remove QA warning

2011-12-13 Thread Dmitry Eremin-Solenikov
ncurses doesn't install any files in ${libdir}/terminfo, drop that directory. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-core/ncurses/ncurses.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncur

[OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-13 Thread Dmitry Eremin-Solenikov
Currently sdk generation might fail with the following error: | Collected errors: | * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists. ERROR: Function 'do_populate_sdk' failed This happens as consolekit package will include both /var/log/ConsoleKit and /var/vo

[OE-core] [PATCH 6/9] libgcc: reintroduce debug package, containing symbols

2011-12-13 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-devtools/gcc/libgcc_4.6.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index 6ba0339..dd0a7be 100644 --- a/meta/recipes-devtool

[OE-core] [PATCH 9/9] libatomic-ops: drop directory with documentation to remove QA warning

2011-12-13 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov --- .../pulseaudio/libatomics-ops_1.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb b/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb index 184c1

[OE-core] [PATCH 5/9] Move check that all installed files are shipped into insane.bbclass

2011-12-13 Thread Dmitry Eremin-Solenikov
Checking that all installed files are shipped is in reality a QA check. It would benefit from mechanisms like ERROR_QA/WARNING_QA. So move it into insane.bbclass. If some of the files are installed but should not be shipped for some reasons, one can add them to the variable IGNORE_UNSHIPPED_FILES.

[OE-core] [PATCH 8/9] readline: drop empty dir to shut up QA warning

2011-12-13 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-core/readline/readline.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc index 8fe7e8a..743d8b3 100644 --- a/meta/recipes-core/rea

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Phil Blundell
On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > - oe_runmake ${PARALLEL_MAKE} modules CC="${KERNEL_CC}" > LD="${KERNEL_LD}" > + oe_runmake modules CC="${KERNEL_CC}" LD="${KERNEL_LD}" Why did you remove PARALLEL_MAKE? p. ___

Re: [OE-core] [PATCH 5/9] Move check that all installed files are shipped into insane.bbclass

2011-12-13 Thread Phil Blundell
On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > +def packages_qa_unshipped_files(d): > +skip = (d.getVar('INSANE_SKIP_${PN}', True) or "").split() > +if "unshipped" in skip: > +return False [...] > +if not packages_qa_unshipped_files(d): > +

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
On 12/13/2011 08:22 PM, Phil Blundell wrote: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: - oe_runmake ${PARALLEL_MAKE} modules CC="${KERNEL_CC}" LD="${KERNEL_LD}" + oe_runmake modules CC="${KERNEL_CC}" LD="${KERNEL_LD}" Why did you remove PA

Re: [OE-core] [PATCH 5/9] Move check that all installed files are shipped into insane.bbclass

2011-12-13 Thread Dmitry Eremin-Solenikov
On 12/13/2011 08:27 PM, Phil Blundell wrote: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: +def packages_qa_unshipped_files(d): +skip = (d.getVar('INSANE_SKIP_${PN}', True) or "").split() +if "unshipped" in skip: +return False Hmm. This really should be "ret

Re: [OE-core] [PATCH 7/9] ncurses: drop empty dir to remove QA warning

2011-12-13 Thread Khem Raj
On Tue, Dec 13, 2011 at 8:19 AM, Dmitry Eremin-Solenikov wrote: > ncurses doesn't install any files in ${libdir}/terminfo, drop that directory. > its a symlink terminfo -> ../share/terminfo and in my case $ ls ../share/terminfo/ . .. 1 2 3 4 5 6 7 8 9 a A b c d e E f g h i

Re: [OE-core] [PATCH 4/7] gtk: add demos to the configuation of gtk+

2011-12-13 Thread Richard Purdie
On Tue, 2011-12-13 at 16:20 +, Richard Purdie wrote: > On Tue, 2011-12-13 at 15:47 +, Richard Purdie wrote: > > On Mon, 2011-12-12 at 19:28 +0800, Xiaofeng Yan wrote: > > > From: Xiaofeng Yan > > > > > > Add demos for checking whether gtk+ run over directfb successfully or not. > > > > >

Re: [OE-core] [PATCH 9/9] libatomic-ops: drop directory with documentation to remove QA warning

2011-12-13 Thread Richard Purdie
On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > Signed-off-by: Dmitry Eremin-Solenikov > --- > .../pulseaudio/libatomics-ops_1.2.bb |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_

Re: [OE-core] [PATCH][RFC] conf/machine/include/arm add extra MACHINEOVERRIDES like x86 does

2011-12-13 Thread Khem Raj
On Thu, Dec 8, 2011 at 7:48 AM, Martin Jansa wrote: > > meta/recipes-devtools/python/python_2.7.2.bb:TARGET_CC_ARCH_append_armv6 = " > -D__SOFTFP__" > meta/recipes-devtools/python/python_2.7.2.bb:TARGET_CC_ARCH_append_armv7a = " > -D__SOFTFP__" hmmm will this work if we have armv7-a + hard floa

[OE-core] [PATCH 2/5] clutter: upgrade to 1.8.2

2011-12-13 Thread Joshua Lock
Signed-off-by: Joshua Lock --- .../{clutter-1.8_1.8.0.bb => clutter-1.8_1.8.2.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-1.8_1.8.0.bb => clutter-1.8_1.8.2.bb} (83%) diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0

[OE-core] [PATCH 5/5] distro_tracking_fields: update cogl and clutter

2011-12-13 Thread Joshua Lock
Signed-off-by: Joshua Lock --- .../conf/distro/include/distro_tracking_fields.inc | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 890340b..f2b7d4b

[OE-core] [PATCH 0/5] Clutter upgrades

2011-12-13 Thread Joshua Lock
All, A fairly boring series. I've upgraded the clutter and cogl recipes to the recently released 1.8.2 versions. Further I've updated the SRCREV in the _git recipes to match the tagged releases and updated the distro tracking file to reflect these changes. For the clutter curious I'm thinking of

[OE-core] [PATCH 4/5] clutter_git: update to 1.8.2 tag

2011-12-13 Thread Joshua Lock
Eventual plan is to start building bleeding git again, so we'd like to keep the recipe around and relatively up to date. Signed-off-by: Joshua Lock --- meta/recipes-graphics/clutter/clutter_git.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/

[OE-core] [PATCH 1/5] cogl: upgrade to latest stable cogl 1.8.2

2011-12-13 Thread Joshua Lock
Signed-off-by: Joshua Lock --- .../clutter/{cogl_1.8.0.bb => cogl_1.8.2.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{cogl_1.8.0.bb => cogl_1.8.2.bb} (59%) diff --git a/meta/recipes-graphics/clutter/cogl_1.8.0.bb b/meta/recipes-gr

[OE-core] [PATCH 3/5] cogl: update git recipe to 1.8.2

2011-12-13 Thread Joshua Lock
Eventual plan is to start building bleeding git again, so we'd like to keep the recipe around and relatively up to date. Signed-off-by: Joshua Lock --- meta/recipes-graphics/clutter/cogl_git.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/clu

Re: [OE-core] [PATCH 4/5] clutter_git: update to 1.8.2 tag

2011-12-13 Thread Khem Raj
On Tue, Dec 13, 2011 at 12:24 PM, Joshua Lock wrote: > -SRCREV = "39db46123ed6bbbc3e6ad359a64d4d344ca9e11b" > -PV = "1.8.0+git${SRCPV}" > +# the 1.8.2 tag > +SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a" > +PV = "1.8.2+git${SRCPV}" you could also use the tag name instead of SHA for SRCREV I

Re: [OE-core] [PATCH 4/5] clutter_git: update to 1.8.2 tag

2011-12-13 Thread Joshua Lock
On 13/12/11 12:34, Khem Raj wrote: > On Tue, Dec 13, 2011 at 12:24 PM, Joshua Lock wrote: >> -SRCREV = "39db46123ed6bbbc3e6ad359a64d4d344ca9e11b" >> -PV = "1.8.0+git${SRCPV}" >> +# the 1.8.2 tag >> +SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a" >> +PV = "1.8.2+git${SRCPV}" > > you could a

Re: [OE-core] [PATCH 4/5] clutter_git: update to 1.8.2 tag

2011-12-13 Thread Paul Eggleton
On Tuesday 13 December 2011 12:40:40 Joshua Lock wrote: > On 13/12/11 12:34, Khem Raj wrote: > > On Tue, Dec 13, 2011 at 12:24 PM, Joshua Lock wrote: > >> -SRCREV = "39db46123ed6bbbc3e6ad359a64d4d344ca9e11b" > >> -PV = "1.8.0+git${SRCPV}" > >> +# the 1.8.2 tag > >> +SRCREV = "9041ea42655dfc1422ce

Re: [OE-core] [PATCH 9/9] libatomic-ops: drop directory with documentation to remove QA warning

2011-12-13 Thread Dmitry Eremin-Solenikov
On 12/13/2011 11:48 PM, Richard Purdie wrote: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Signed-off-by: Dmitry Eremin-Solenikov --- .../pulseaudio/libatomics-ops_1.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH 4/5] clutter_git: update to 1.8.2 tag

2011-12-13 Thread Saul Wold
On 12/13/2011 01:20 PM, Paul Eggleton wrote: On Tuesday 13 December 2011 12:40:40 Joshua Lock wrote: On 13/12/11 12:34, Khem Raj wrote: On Tue, Dec 13, 2011 at 12:24 PM, Joshua Lock wrote: -SRCREV = "39db46123ed6bbbc3e6ad359a64d4d344ca9e11b" -PV = "1.8.0+git${SRCPV}" +# the 1.8.2 tag +SRCREV

Re: [OE-core] [PATCH 4/5] clutter_git: update to 1.8.2 tag

2011-12-13 Thread Khem Raj
On (13/12/11 21:20), Paul Eggleton wrote: > > > you could also use the tag name instead of SHA for SRCREV I think > > > > Indeed we can, however we've seen problems which I can't recall the > > details of in the past when doing so. Therefore I decided to avoid it > > this time. > > It does work,

Re: [OE-core] [PATCH 4/5] clutter_git: update to 1.8.2 tag

2011-12-13 Thread Paul Eggleton
On Tuesday 13 December 2011 14:39:28 Khem Raj wrote: > is this some limitation of fetchers ? Not really, it's just we need the actual SHA1 to construct ${PV} at parse time, and if the specified SRCREV is not a SHA1 the git fetcher has no way of knowing if it refers to a tag or a branch (which ma

Re: [OE-core] inheirt multi bbclass using variable

2011-12-13 Thread McClintock Matthew-B29882
On Sun, Dec 11, 2011 at 7:11 PM, Khem Raj wrote: >> To clarify, my case was more like this: >> >> IMAGE_EXTRA_CLASSES = "${SOME_CFG_VAR}" >> inherit some_class.bbclass ${IMAGE_EXTRA_CLASSES} > > I think you are expecting C like behavour where variables/macros are > expanded before keywords Does t

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Darren Hart
On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: > There is no point in compiling kernel modules in a separate task, run > right after do_compile. On the other hand merging those tasks will e.g. > make icecc used also for modules compilation, etc. This split was done intentionally to allow

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
On Wed, Dec 14, 2011 at 4:15 AM, Darren Hart wrote: > > > On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: >> There is no point in compiling kernel modules in a separate task, run >> right after do_compile. On the other hand merging those tasks will e.g. >> make icecc used also for modules c

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Darren Hart
On 12/13/2011 04:17 PM, Dmitry Eremin-Solenikov wrote: > On Wed, Dec 14, 2011 at 4:15 AM, Darren Hart wrote: >> >> >> On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: >>> There is no point in compiling kernel modules in a separate task, run >>> right after do_compile. On the other hand mergi

Re: [OE-core] [PATCH v3] sstate.bbclass: add option to use alternate compression in lieu of gzip

2011-12-13 Thread McClintock Matthew-B29882
Ping! On Tue, Dec 6, 2011 at 6:52 PM, Matthew McClintock wrote: > The savings can be substantial. The resutls below are for a > core-image-minimal type image: > > gzip:    1.1G   sstate-cache > xz       714M   sstate-cache > > Signed-off-by: Matthew McClintock > --- > v2: This one actually works

[OE-core] [PATCH 1/3] grub-efi-native_1.99.bb: drop 'PRIORITY = "optional"' as it is the default

2011-12-13 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-bsp/grub/grub-efi-native_1.99.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb index 3c52ec9..40e618c 100644 --- a/meta/recipes

[OE-core] [PATCH 3/3] icecc-create-env-native_0.1.bb: drop 'PRIORITY = "optional"' as it is the default

2011-12-13 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../icecc-create-env-native_0.1.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0

[OE-core] [PATCH 0/3] Remove PRIORITY field set as optional as it is the default

2011-12-13 Thread Otavio Salvador
The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed: gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio

[OE-core] [PATCH 2/3] grub_1.99.bb: drop 'PRIORITY = "optional"' as it is the default

2011-12-13 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-bsp/grub/grub_1.99.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index 8fe2be8..ac66e83 100644 --- a/meta/recipes-bsp/grub/grub_1.99.bb +++ b/meta

[OE-core] [PATCH 0/2] Introduce cross testing driver for gcc-cross

2011-12-13 Thread Khem Raj
Hi One patch makes the eglibc testing driver a bit more informative and cleans the tests before running Second patch introduces generating a script which will drive cross testing of gcc. This script is generated as part of do_compile task and virtually one can test bootstrapping versions of gcc a

[OE-core] [PATCH 1/2] eglibc-testing: Clean the test before running them

2011-12-13 Thread Khem Raj
We make sure that we use final cross gcc to run the tests since they require proper functioning libstdc++ and libssp which are not staged in tcbootstrap sysroot We cleanup the tests before we run them so they all get run in case any of them were built and/or run during compilation Make the script

[OE-core] [PATCH 2/2] gcc-cross: Add cross testing driver for running regression testsuites

2011-12-13 Thread Khem Raj
This script will be generated into the build directory of gcc-cross It should be testing gcc and g++. libstdc++ tests are not run since we build them as part of gcc-runtime but we can test them here by building them with 'make all' and then running the tests The script expects passwordless ssh acc

[OE-core] [PATCH v3] initscripts: fix timestamp checking at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
Timestamp checking has been broken by the commit 2078af333d704fd894a2dedbc19cef5775cdadbb. Currently the RTC time is always overwritten with the time from /etc/timestmap. Fix timestamp checking and clean the code. Signed-off-by: Lauri Hintsala --- changes since V2 * reduce number of forks/execs