Re: [OE-core] [RFC PATCH 1/2] image.bbclass, kernel.bbclass: create warning file about deleting deploydir files

2011-08-22 Thread Anders Darander
* Koen Kooi [110822 23:01]: > Op 17 aug. 2011, om 20:37 heeft Paul Eggleton het volgende geschreven: > > + cp -n ${COREBASE}/meta/files/deploydir_readme.txt > > ${DEPLOY_DIR_IMAGE}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt > > + > That doesn't work on my debian box: > | + cp -n > /O

Re: [OE-core] [PATCH 0/5] bug fix for 1212 and split the previous distro tracking fields commit

2011-08-22 Thread Saul Wold
On 08/18/2011 02:18 AM, Kang Kai wrote: From: Kang Kai Hi Saul, I add a method to check the depencies between eglibc configurable options. When one option is set in DISTRO_FEATURES_LIBC then the required options will be set too. Fixes [Yocto #1212] Split the previous update distro tracking fi

Re: [OE-core] [PATCH 0/5][PULL] multilib: Some fixes of improper ${PN}

2011-08-22 Thread Saul Wold
On 08/18/2011 02:08 AM, Dongxiao Xu wrote: Hi Richard, This pull request fixes some improper ${PN}, please help to reivew and pull. Thanks, Dongxiao The following changes since commit 2e83e6755441cb14bd907d306974338c15173189: kernel: restore crtsavres.o to enable building external modules

Re: [OE-core] [PATCH 1/1] qt4-x11-demo-image: Fix bug 999

2011-08-22 Thread Xiaofeng Yan
On 2011年08月22日 20:52, Paul Eggleton wrote: On Monday 22 August 2011 12:34:11 Xiaofeng Yan wrote: From: Xiaofeng Yan [YOCTO #999] Add qt4-x11-demo-image for fixing bug 999 Thanks for looking into this bug. A couple of comments though: 1) You need to specify an appropriate commit message. This

Re: [OE-core] [PATCH 0/1]initrdscripts: fix init-live.sh

2011-08-22 Thread Saul Wold
On 08/18/2011 01:50 AM, jingdong...@windriver.com wrote: From: Jingdong Lu Fix bug: [YOCTO 686] (partly) "ROOT_IMAGE" is a wrong path and it can't be mounted when using liveCD. So modify value of "ROOT_IMAGE" in init-live.sh to "isolinux/rootfs.img". If we want to use liveCD, we also need to ad

Re: [OE-core] [PATCH 0/2] Small fixes

2011-08-22 Thread Saul Wold
On 08/17/2011 11:40 PM, Martin Jansa wrote: The following changes since commit 2e83e6755441cb14bd907d306974338c15173189: kernel: restore crtsavres.o to enable building external modules on powerpc (2011-08-17 15:46:16 +0100) are available in the git repository at: git://git.openembedded.o

Re: [OE-core] [PATCH] libxslt: fix packaging of static libraries

2011-08-22 Thread Saul Wold
On 08/17/2011 06:56 AM, Phil Blundell wrote: This prevents warnings about .a files being installed but not shipped. Signed-off-by: Phil Blundell --- meta/recipes-support/libxslt/libxslt_1.1.26.bb | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/meta/recip

Re: [OE-core] [PATCH 0/1] Disable dtrace and system tap for glib-2.0-native

2011-08-22 Thread Saul Wold
On 08/17/2011 09:24 AM, Joshua Lock wrote: Per discussion on the Yocto mailing list: https://lists.yoctoproject.org/pipermail/yocto/2011-August/004571.html Regards, Joshua The following changes since commit 2e83e6755441cb14bd907d306974338c15173189: kernel: restore crtsavres.o to enable buil

Re: [OE-core] new feature? (for "DL_DIR")

2011-08-22 Thread Ni Qingliang
THANKS! I will try it! On Tue, 2011-08-23 at 04:59 +0800, Gary Thomas wrote: > On 2011-08-22 14:55, Gary Thomas wrote: > > On 2011-08-22 14:27, Saul Wold wrote: > >> On 08/22/2011 04:12 AM, Gary Thomas wrote: > >>> On 2011-08-22 01:56, Ni Qingliang wrote: > Do we can assign all package be do

Re: [OE-core] [PATCH v3 0/1] Qt4: reduce build time

2011-08-22 Thread Saul Wold
On 08/17/2011 10:47 AM, Anders Darander wrote: Reduce the build time of qt4-embedded. V3: * Explicitly check if the phrasebook dir exists, instead of relying on a try-except clause that also would catch other errors. V2 and earlier was a larger patch series. There were no modifications to

Re: [OE-core] [PATCH 0/5] Miscellaneous fixes: mainly qt- and DISTRO_FEATURES-related

2011-08-22 Thread Saul Wold
On 08/16/2011 06:57 AM, Anders Darander wrote: A series with some miscellaneous fixes/changes. Patches: 0001: make it possible to build qt4 while disabling certain parts of it. 0002: A partial sync of qmake_base.bbclass from meta-oe. Hopefully we should be able to delete qmake_base.bbcla

Re: [OE-core] [PATCH] mtd-utils: Added recipe of newer version 1.4.4.

2011-08-22 Thread Saul Wold
On 08/17/2011 04:19 AM, Noor, Ahsan wrote: From: Noor Ahsan * Added recipe of version 1.4.4 and removed 1.4.1 recipe and its patch files. Signed-off-by: Noor Ahsan --- .../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 .../add-exclusion-to-mkfs-jffs2-git-2.patch

Re: [OE-core] [PATCH 0/1] at: make at usable for common user

2011-08-22 Thread Saul Wold
On 08/17/2011 02:43 AM, Kang Kai wrote: From: Kang Kai Fixes [Yocto #1297] The pkg_postinst was added to fix Yocto #675. But it seems not needed any more. Remove it then unprivilege user could use at. The following changes since commit a21ff559e7c93e9da61104f4a33e42e6004189fd: Fixup remain

Re: [OE-core] [PATCH 0/2][PULL] multilib: use ${BPN} in file names

2011-08-22 Thread Saul Wold
On 08/17/2011 01:57 AM, Dongxiao Xu wrote: Hi Richard, This pull request is to fix some file names in certain recipes, please help to review and pull. Thanks, Dongxiao The following changes since commit 13db5f420ca9bff98561f80d78958278734ad1f4: distro-tracking: Update info for gpgme, libas

Re: [OE-core] [PATCH v2 0/1] perl-native: Update find_perl to find the perl wrapper

2011-08-22 Thread Saul Wold
On 08/17/2011 01:06 AM, wenzong@windriver.com wrote: From: Wenzong Fan v2 updates: Add patch header to the 'MM_Unix.pm.patch' The following changes since commit a21ff559e7c93e9da61104f4a33e42e6004189fd: Richard Purdie (1): Fixup remaining bb.msg.domain users are available in th

Re: [OE-core] [PATCH 0/2] Make qemu & runqemu detect libgl on Debian

2011-08-22 Thread Saul Wold
On 08/17/2011 06:30 AM, Anders Darander wrote: Modify the patches to make qemu-native compile and run on Ubuntu 11.10, to use a wildcard match instead of `uname -i`. The latter only returns unknown on e.g. Debian. These patches are similar to what we did for perl-native in the Configure-multili

Re: [OE-core] [PATCH 00/10] fixes to 1371 and 1330, and upgrades to some recipes

2011-08-22 Thread Saul Wold
On 08/16/2011 07:13 AM, Dexuan Cui wrote: The following changes since commit 13db5f420ca9bff98561f80d78958278734ad1f4: distro-tracking: Update info for gpgme, libassuan, apr... after last upgrade. (2011-08-15 15:26:04 +0100) are available in the git repository at: git://git.pokylinux.org

Re: [OE-core] [PATCH 0/1] multilib related fixed for opkg backend

2011-08-22 Thread Saul Wold
On 08/16/2011 01:56 AM, Lianhao Lu wrote: This patch fixed the bug #1345 to allow the opkg backend installing both normal pacakges and multilib packages into the same rootfs. The following changes since commit 13db5f420ca9bff98561f80d78958278734ad1f4: Zhai Edwin (1): distro-tracking:

Re: [OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-08-22 Thread Saul Wold
On 08/15/2011 01:24 PM, Bruce Ashfield wrote: Richard/Saul, We've had some good mileage on the 3.0.x kernel. I've been building and booting these boards for weeks now and the meta-intel based BSPs have all been switching over and all of Darren's -rt work was done on top of 3.0. So the big part

Re: [OE-core] [PATCH] cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-native

2011-08-22 Thread Saul Wold
On 08/15/2011 09:16 AM, Phil Blundell wrote: When CMake is looking for perl, it only searches in the specific directories that it's told about and ignores ${PATH}. If perlnative is in use, ensure that the appropriate installation path is added to the list of places that cmake will look for perl,

Re: [OE-core] [PATCH] libxcb: enable native/nativesdk builds as was done previously in meta-oe

2011-08-22 Thread Saul Wold
On 08/15/2011 08:48 AM, Dmitry Eremin-Solenikov wrote: Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-graphics/xcb/libxcb.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 50

Re: [OE-core] [PATCH] libproxy: remove dependency on X libs

2011-08-22 Thread Saul Wold
On 08/15/2011 08:21 AM, Phil Blundell wrote: Nothing in the source refers to libX11 or libXmu so there would appear to be no good reason for them to be in DEPENDS. It looks as though these are perhaps a relic from an earlier version which did need those libraries. Signed-off-by: Phil Blundell -

Re: [OE-core] [PATCH] libx11: skip self if x11 not in DISTRO_FEATURES

2011-08-22 Thread Saul Wold
On 08/12/2011 08:57 AM, Phil Blundell wrote: This stops (most) x11 packages leaking into a non-x11 distro by mistake. Signed-off-by: Phil Blundell --- meta/recipes-graphics/xorg-lib/libx11.inc |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/x

Re: [OE-core] [PATCH 5/8] fix SDK building due TARGET_ARCH use in installation path

2011-08-22 Thread Saul Wold
On 08/19/2011 09:58 PM, Otavio Salvador wrote: TARGET_ARCH makes the building too fragile since it changes during building of target and nativesdk binaries thus making it difficult to handle a proper path for installation of binaries. The fix for it is to move it to toolchain tarball name. Signe

[OE-core] [CONSOLIDATED PULL 17/19] libsdl: do not inherit nativesdk

2011-08-22 Thread Saul Wold
From: Jiajun Xu We already enable target version for libsdl and use BBCLASSEXTEND to enable nativesdk. No need to inherit nativesdk then. Signed-off-by: Jiajun Xu --- meta/recipes-graphics/libsdl/libsdl_1.2.11.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/

[OE-core] [CONSOLIDATED PULL 19/19] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-22 Thread Saul Wold
From: Martin Jansa * if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := "/:" then the one parsed last is causing trailing ':' and that's causing empty element in path = extrapaths.split(:) + path * it's hard to keep all .bbappends from foreign layers to follow this rule, so

[OE-core] [CONSOLIDATED PULL 18/19] task-core-x11-sato: add libsdl into sato image

2011-08-22 Thread Saul Wold
From: Jiajun Xu We add libsdl into sato image since some 3D graphics testing needs it. Signed-off-by: Jiajun Xu --- meta/recipes-sato/tasks/task-core-x11-sato.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/tasks/task-core-x11-sato.bb b/meta/rec

[OE-core] [CONSOLIDATED PULL 13/19] Use OECORE_DISTRO_VERSION instead of POKY_DISTRO_VERSION

2011-08-22 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/classes/toolchain-scripts.bbclass | 12 ++-- scripts/oe-find-native-sysroot |2 +- scripts/runqemu-export-rootfs |2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/classes/to

[OE-core] [CONSOLIDATED PULL 14/19] kernel.bbclass: save kernel image name into $kerneldir

2011-08-22 Thread Saul Wold
From: Otavio Salvador Save the kernel image name into sysroot so it can be used during image build if need. This is used by O.S. Systems products and probably useful to others. Signed-off-by: Otavio Salvador --- meta/classes/kernel.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 del

[OE-core] [CONSOLIDATED PULL 12/19] bitbake meta-toolchain with gcc 4.5.1 failed

2011-08-22 Thread Saul Wold
From: Robert Yang Fixes bug [YOCTO #1386] 1) Add the following lines to conf/local.conf: SDKGCCVERSION="4.5.1" GCCVERSION="4.5.1" 2) bitbake meta-toolchain The we will notice the error that sed can't find the directory: ${TMPDIR}/work-shared/gcc-${PV}/gcc-${PV}-${PR} we had changed the name

[OE-core] [CONSOLIDATED PULL 16/19] scripts/combo-layer: fix configuration file handling

2011-08-22 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- scripts/combo-layer |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/combo-layer b/scripts/combo-layer index 07b3382..f8763ee 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer @@ -339,8 +339,8 @

[OE-core] [CONSOLIDATED PULL 15/19] scripts/runqemu: add support to pass bootparams to kernel

2011-08-22 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- scripts/runqemu |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index ed8c05b..91c3c9e 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -135,6 +135,9 @@ while [ $i -le $# ]

[OE-core] [CONSOLIDATED PULL 11/19] linux-yocto: update SRCREVs for 3.0.3

2011-08-22 Thread Saul Wold
From: Bruce Ashfield Updating the SRCREVs to pickup the kernel.org -stable update for 3.0.3 Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.0.bb | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-y

[OE-core] [CONSOLIDATED PULL 08/19] adt-installer: Removed the hard coded repo url.

2011-08-22 Thread Saul Wold
From: Lianhao Lu [YOCTO #1380] Removed the hard coded repo url in opkg configuration files. Signed-off-by: Lianhao Lu --- .../adt-installer/opkg/conf/opkg-sdk-i686.conf |2 +- .../adt-installer/opkg/conf/opkg-sdk-x86_64.conf |2 +- .../installer/adt-installer_1.0.bb

[OE-core] [CONSOLIDATED PULL 10/19] linux-yocto: move more default values into linux-yocto.inc

2011-08-22 Thread Saul Wold
From: Bruce Ashfield During the preparation of some linux-yocto extension documentation it was clear that some variables are being defined in each recipe, when they don't have to be. Moving the defaults into linux-yocto.in and allowing them to be overidden in recipes simpifies the reuse of the ba

[OE-core] [CONSOLIDATED PULL 09/19] at: fix RDEPENDS -> RDEPENDS_${PN}

2011-08-22 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/at/at_3.1.12.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb index baf15df..30fdb68 100644 --- a/meta/recipes-extended/at/at_3.1.12.bb +++

[OE-core] [CONSOLIDATED PULL 06/19] rpm: be certain we don't prefix our binaries

2011-08-22 Thread Saul Wold
From: Chris Larson In certain combinations of build/host/target, they can end up inadvertently prefixed, breaking the assumptions in the recipe. Signed-off-by: Chris Larson --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/met

[OE-core] [CONSOLIDATED PULL 07/19] image_types_uboot: add uboot mkimage fs types

2011-08-22 Thread Saul Wold
From: Chris Larson Signed-off-by: Chris Larson --- meta/classes/image_types_uboot.bbclass | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 meta/classes/image_types_uboot.bbclass diff --git a/meta/classes/image_types_uboot.bbclass b/meta/class

[OE-core] [CONSOLIDATED PULL 05/19] libpcre: the generated libtool uses HOST_SYS

2011-08-22 Thread Saul Wold
From: Chris Larson Signed-off-by: Chris Larson --- meta/recipes-support/libpcre/libpcre_8.12.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/libpcre/libpcre_8.12.bb b/meta/recipes-support/libpcre/libpcre_8.12.bb index 2972c1a..54d1f98 100

[OE-core] [CONSOLIDATED PULL 02/19] tune: remove thumb flag from non-thumb cortexa8 tune variables

2011-08-22 Thread Saul Wold
From: Darren Hart The thumb flag "t" appears to have been copy/pasted to all the PACKAGE_EXTRA_ARCHS tune variables. Remove it from the non-thumb versions. Signed-off-by: Darren Hart CC: Jason Kridner CC: Koen Kooi --- meta/conf/machine/include/tune-cortexa8.inc |4 ++-- 1 files changed,

[OE-core] [CONSOLIDATED PULL 03/19] tune: Add hard floating point variants of cortexa8 tunes

2011-08-22 Thread Saul Wold
From: Darren Hart Enable machines or distros to select the hard floating point abi for cortexa8 machines. I left out the arm7a thumb+neon combinations as they were not present in the original non-hf set. Signed-off-by: Darren Hart CC: Jason Kridner CC: Koen Kooi --- meta/conf/machine/include

[OE-core] [CONSOLIDATED PULL 00/19] various fixes and updates

2011-08-22 Thread Saul Wold
Richard, This includes a 3.0.3 kernel update, along with changes from many different people. Jessica is OK with the POKY-> OECORE change Sau! The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680: xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world

[OE-core] [CONSOLIDATED PULL 01/19] tune: add missing closing quote to arch-armv7a.inc for AVAILTUNES

2011-08-22 Thread Saul Wold
From: Darren Hart A closing quote was missing for an AVAILTUNES append operation, add it. Signed-off-by: Darren Hart CC: Jason Kridner CC: Koen Kooi --- meta/conf/machine/include/arm/arch-armv7a.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/i

Re: [OE-core] [RFC PATCH 1/2] image.bbclass, kernel.bbclass: create warning file about deleting deploydir files

2011-08-22 Thread Koen Kooi
Op 17 aug. 2011, om 20:37 heeft Paul Eggleton het volgende geschreven: > New users sometimes delete files in tmp/deploy/images assuming they will > be re-created just by re-running the build, and then are confused when > this doesn't work. To discourage people from doing this, create a file > cal

Re: [OE-core] new feature? (for "DL_DIR")

2011-08-22 Thread Gary Thomas
On 2011-08-22 14:55, Gary Thomas wrote: On 2011-08-22 14:27, Saul Wold wrote: On 08/22/2011 04:12 AM, Gary Thomas wrote: On 2011-08-22 01:56, Ni Qingliang wrote: Do we can assign all package be downloaded from the same path? I want setup one internal server to store the files in upstreamsourc

Re: [OE-core] new feature? (for "DL_DIR")

2011-08-22 Thread Gary Thomas
On 2011-08-22 14:27, Saul Wold wrote: On 08/22/2011 04:12 AM, Gary Thomas wrote: On 2011-08-22 01:56, Ni Qingliang wrote: Do we can assign all package be downloaded from the same path? I want setup one internal server to store the files in upstreamsources, and all developer's PC use it but not

Re: [OE-core] new feature? (for "DL_DIR")

2011-08-22 Thread Saul Wold
On 08/22/2011 04:12 AM, Gary Thomas wrote: On 2011-08-22 01:56, Ni Qingliang wrote: Do we can assign all package be downloaded from the same path? I want setup one internal server to store the files in upstreamsources, and all developer's PC use it but not the original package address. Just

Re: [OE-core] [PATCH 2/8] kernel.bbclass: blacklist perf-dbg

2011-08-22 Thread Otavio Salvador
On Mon, Aug 22, 2011 at 15:29, Saul Wold wrote: > A possible better question is why perf-dbg is getting generated and what's > in it? I am sorry but I don't know the answer for it. > BTW, as noted elsewhere, it would be good to add additional comments as to > why you are doing some of the change

Re: [OE-core] question about meta/class/qmake-base.bbclass

2011-08-22 Thread Paul Eggleton
On Monday 22 August 2011 10:42:42 Kang Kai wrote: > When I read the file meta/class/qmake-base.bbclass, I find that that > are 2 lines: > unset QMAKESPEC || true > ${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile > $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST || di

Re: [OE-core] [PATCH 2/8] kernel.bbclass: blacklist perf-dbg

2011-08-22 Thread Saul Wold
On 08/19/2011 09:58 PM, Otavio Salvador wrote: Signed-off-by: Otavio Salvador --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index a2b10f2..ff3fa46 100644 --- a/meta/classes/ker

[OE-core] [PATCH 2/2] task-core-x11-sato: add libsdl into sato image

2011-08-22 Thread Jiajun Xu
We add libsdl into sato image since some 3D graphics testing needs it. Signed-off-by: Jiajun Xu --- meta/recipes-sato/tasks/task-core-x11-sato.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/tasks/task-core-x11-sato.bb b/meta/recipes-sato/tasks/ta

[OE-core] [PATCH 1/2] libsdl: do not inherit nativesdk

2011-08-22 Thread Jiajun Xu
We already enable target version for libsdl and use BBCLASSEXTEND to enable nativesdk. No need to inherit nativesdk then. Signed-off-by: Jiajun Xu --- meta/recipes-graphics/libsdl/libsdl_1.2.11.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/l

[OE-core] [PATCH 0/2] libsdl: add libsdl into sato and fix build error with libsdl

2011-08-22 Thread Jiajun Xu
There is no need for libsdl to inherit nativesdk since we enable the target version with BBCLASSEXTEND now. We add libsdl into sato image since some 3D graphics testing need it. The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680: xcb/libpthreads: Add BBCLASSEXTEND to

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-22 Thread Paul Eggleton
On Friday 19 August 2011 23:16:53 Martin Jansa wrote: > On Fri, Aug 19, 2011 at 03:11:08PM -0700, Chris Larson wrote: > > On Fri, Aug 19, 2011 at 5:16 AM, wrote: > > > From: Martin Jansa > > > > > > * if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := > > > "/:" then the one p

Re: [OE-core] [PATCH 1/1] qt4-x11-demo-image: Fix bug 999

2011-08-22 Thread Paul Eggleton
On Monday 22 August 2011 12:34:11 Xiaofeng Yan wrote: > From: Xiaofeng Yan > > [YOCTO #999] > Add qt4-x11-demo-image for fixing bug 999 Thanks for looking into this bug. A couple of comments though: 1) You need to specify an appropriate commit message. This should include a reason for adding (

[OE-core] [PATCH 1/1] qt4-x11-demo-image: Fix bug 999

2011-08-22 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #999] Add qt4-x11-demo-image for fixing bug 999 Signed-off-by: Xiaofeng Yan --- meta/classes/palmtop.bbclass | 26 ++ meta/classes/sdk.bbclass | 74 meta/recipes-qt/images/micro-base-image.bb | 19 + meta/re

[OE-core] [PATCH 0/1] qt4-x11-demo-image: Fix bug 999

2011-08-22 Thread Xiaofeng Yan
From: Xiaofeng Yan Fix bug 999 Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qt4-x11-demo-image Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4-x11-demo-image Thanks, Xiaofeng Yan --- Xiaofeng Yan (1): qt4-x11-demo-image: Fix bug 99

Re: [OE-core] new feature? (for "DL_DIR")

2011-08-22 Thread Gary Thomas
On 2011-08-22 01:56, Ni Qingliang wrote: Do we can assign all package be downloaded from the same path? I want setup one internal server to store the files in upstreamsources, and all developer's PC use it but not the original package address. Just add these lines to your .conf (I put them in

[OE-core] question about meta/class/qmake-base.bbclass

2011-08-22 Thread Kang Kai
Hi Holger, When I read the file meta/class/qmake-base.bbclass, I find that that are 2 lines: unset QMAKESPEC || true ${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST || die "Error calling ${OE_QMAKE_QMAKE} on $PROFIL

[OE-core] new feature? (for "DL_DIR")

2011-08-22 Thread Ni Qingliang
Do we can assign all package be downloaded from the same path? I want setup one internal server to store the files in upstreamsources, and all developer's PC use it but not the original package address. -- Yi Qingliang 倪庆亮 Insigma ___ Openembedded-