Re: [OE-core] [PATCH 05/12] volatiles.bbclass: add recipe

2013-01-27 Thread ChenQi
On 01/25/2013 10:05 PM, Burton, Ross wrote: On 25 January 2013 08:58, ChenQi wrote: It seems that the backfill happens *before* this expression is parsed. Yes, because of these two patches that I reviewed and submitted yesterday: commit 4db8a3daafdedf39e081f4f6130f6cdcde03ed62 Author: Richard

Re: [OE-core] [PATCH 09/12] initscripts: inherit volatiles to support read-only rootfs

2013-01-27 Thread ChenQi
On 01/25/2013 10:14 PM, Richard Purdie wrote: On Fri, 2013-01-25 at 13:11 +, Burton, Ross wrote: On 24 January 2013 08:16, wrote: +VOLATILE_DIR = "/var/volatile/lib/urandom" +VOLATILE_LINK = "/var/lib/urandom" A better solution would be to not attempt to save and restore a seed value tha

Re: [OE-core] [PATCH 09/12] initscripts: inherit volatiles to support read-only rootfs

2013-01-27 Thread ChenQi
On 01/25/2013 09:11 PM, Burton, Ross wrote: On 24 January 2013 08:16, wrote: +VOLATILE_DIR = "/var/volatile/lib/urandom" +VOLATILE_LINK = "/var/lib/urandom" A better solution would be to not attempt to save and restore a seed value that is intended to persist across reboots when it's on a tmp

Re: [OE-core] [V2 PATCH] libcgroup: fix the QA issue for pam_cgroup.so*

2013-01-27 Thread Pascal Ouyang
于 2013年01月26日 18:33, lei yang 写道: > On Sat, Jan 26, 2013 at 5:13 PM, Pascal Ouyang > wrote: >> 于 2013年01月24日 19:25, Xin Ouyang 写道: >> >>> PAM modules in ${base_libdir}/security/ should be binary .so files, >>> not symlinks, so fix this. Since pam_cgroup.so is installed into >>> ${base_libdir}/sec

[OE-core] [PATCH 3/4] libtasn1: fix build with automake 1.12

2013-01-27 Thread Scott Garman
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libtasn1/libtasn1_fix_for_automake_1.12.patch | 28 meta/recipes-support/gnutls/libtasn1_2.12.bb |6 +++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-support/gnu

[OE-core] [PATCH 2/4] libtasn1: Update to 2.12

2013-01-27 Thread Scott Garman
From: Saul Wold Use the GUN_MIRROR correctly Signed-off-by: Saul Wold --- .../gnutls/{libtasn1_2.11.bb => libtasn1_2.12.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/gnutls/{libtasn1_2.11.bb => libtasn1_2.12.bb} (71%) diff --git a/meta/recipe

[OE-core] [PATCH 4/4] libtasn1: Upgrade to 2.13

2013-01-27 Thread Scott Garman
From: Saul Wold Signed-off-by: Saul Wold --- .../gnutls/{libtasn1_2.12.bb => libtasn1_2.13.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/gnutls/{libtasn1_2.12.bb => libtasn1_2.13.bb} (80%) diff --git a/meta/recipes-support/gnutls/libtasn1_2.12

[OE-core] [PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16

2013-01-27 Thread Scott Garman
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-devtools/bison/bison_2.5.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb index e3f927

[OE-core] [PATCH 0/4] denzil pull request

2013-01-27 Thread Scott Garman
Hello, This is a pull request for denzil. It includes a bitbake fix from MatthewM (poky-based tree only) and some Fedora 18 build fixes from Koen. Build status: 100% Green. nightly-x86: Green http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/885 nightly-x86-lsb: Green http://

Re: [OE-core] how to tweak a kernel recipe file to point at a local git repo?

2013-01-27 Thread Harvey Chapman
On Jan 27, 2013, at 6:12 PM, "Robert P. J. Day" wrote: > On Sun, 27 Jan 2013, Harvey Chapman wrote: > >> On Jan 27, 2013, at 4:26 PM, "Robert P. J. Day" >> wrote: >> >>> SRC_URI += >>> "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} >>> \ >>> file

Re: [OE-core] how to tweak a kernel recipe file to point at a local git repo?

2013-01-27 Thread Robert P. J. Day
On Sun, 27 Jan 2013, Harvey Chapman wrote: > On Jan 27, 2013, at 4:26 PM, "Robert P. J. Day" wrote: > > > SRC_URI += > > "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} > > \ > >file://defconfig" > > = snip = > > > > now i already *have* th

Re: [OE-core] how to tweak a kernel recipe file to point at a local git repo?

2013-01-27 Thread Harvey Chapman
On Jan 27, 2013, at 4:26 PM, "Robert P. J. Day" wrote: > SRC_URI += > "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} > \ >file://defconfig" > = snip = > > now i already *have* that repo cloned on my local hard drive, so > what would i cha

[OE-core] how to tweak a kernel recipe file to point at a local git repo?

2013-01-27 Thread Robert P. J. Day
i *thought* i had this figured out but something's not working quite right today. trying a build that involves the meta-ti layer (although that shouldn't be relevant), and here's the salient part of the recipe file linux-omapl138-psp_2.6.37.bb: = snip = BRANCH = "03.21.00.03" SRCREV