All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto: sync meta and LINUX_VERSION
@ 2011-08-25  4:36 Bruce Ashfield
  2011-08-25  4:36 ` [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings Bruce Ashfield
  2011-08-25  7:28 ` does it support mercurial? Ni Qingliang
  0 siblings, 2 replies; 5+ messages in thread
From: Bruce Ashfield @ 2011-08-25  4:36 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

Richard/Saul,

When doing some clean build testing on my latest changes (given that
I'm a bit paranoid), I noticed the kernel config audit throwing some
warnings (unset values, etc).

The root cause is that when the config fragments are processed they
are assembled into a file with the version string from the kernel 
tree (which was at v3.0) while the recipe tells the audit to check
against 3.0.x. Which means nothing is checked.

The fix is simple, I've bumped the internal version to 3.0.3 and 
pushed it out. The audits are now clean.

.. and this time, I'm nearly sure I pushed these to the proper branch
and generated a pull against it.

The following changes since commit 9ca6806de9d9df9d901774c1b23a14f28f10a844:

  docuementation/poky-ref-manual/ref-structure.xml: Changed SRCDATE reference (2011-08-24 19:59:55 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zedd/kernel-oe
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe

Bruce Ashfield (1):
  linux-yocto: update meta SRCREV to sync version strings

 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |    4 ++--
 meta/recipes-kernel/linux/linux-yocto_3.0.bb    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings
  2011-08-25  4:36 [PATCH 0/1] linux-yocto: sync meta and LINUX_VERSION Bruce Ashfield
@ 2011-08-25  4:36 ` Bruce Ashfield
  2011-08-25 15:01   ` Richard Purdie
  2011-08-25  7:28 ` does it support mercurial? Ni Qingliang
  1 sibling, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2011-08-25  4:36 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

During the update of the bitbake recipe's string to 3.0.3 the internal
version marker in the kernel stayed at v3.0. This meant that kernel
configuration auditing the constructed file couldn't be found and audit
warnings were thrown. This syncs all the recipes and get back to
clean configurations.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |    4 ++--
 meta/recipes-kernel/linux/linux-yocto_3.0.bb    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index 61210de..16daddf 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -11,12 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be"
 KBRANCH = "yocto/standard/preempt-rt/base"
 KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32"
 
-LINUX_VERSION ?= "3.0"
+LINUX_VERSION ?= "3.0.3"
 LINUX_KERNEL_TYPE = "preempt-rt"
 
 SRCREV_machine ?= "67ce0924042a2faa12b71ac3e92175c789c32af6"
 SRCREV_machine_qemuppc ?= "839638f4efda0c70c6f491161ab2c042f5bc3e66"
-SRCREV_meta ?= "13dbce30d6a647228bf5a9483a9b9c2da1514f78"
+SRCREV_meta ?= "5b535279e61197cb194bb2dfceb8b7a04128387c"
 
 PR = "r0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index a5e208b..e39be0d 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "c0da1d35dee9fb63ba6bfc7907a77b0feb89766e"
 SRCREV_machine_qemux86 ?= "8b51ddba0f85a6bb8e105b37a9ac03fb58b9de20"
 SRCREV_machine_qemux86-64 ?= "965dd365cf3652347960f7145ac188c86c323070"
 SRCREV_machine ?= "49d93fb0c9e1645ba0bb8951be23e56ea227a5bd"
-SRCREV_meta ?= "13dbce30d6a647228bf5a9483a9b9c2da1514f78"
+SRCREV_meta ?= "5b535279e61197cb194bb2dfceb8b7a04128387c"
 
 PR = "r1"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* does it support mercurial?
  2011-08-25  4:36 [PATCH 0/1] linux-yocto: sync meta and LINUX_VERSION Bruce Ashfield
  2011-08-25  4:36 ` [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings Bruce Ashfield
@ 2011-08-25  7:28 ` Ni Qingliang
  2011-08-25 15:00   ` Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: Ni Qingliang @ 2011-08-25  7:28 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

It looks like the bitbake support 'hg' fetcher, but when building custom
package, it said need "mercurial-native", but there is no "mercurial"
package in recipes-devtools, of cause, I installed mercurial on host pc.

Does anyone can confirm this problem???



-- 
Yi Qingliang
倪庆亮

Insigma





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: does it support mercurial?
  2011-08-25  7:28 ` does it support mercurial? Ni Qingliang
@ 2011-08-25 15:00   ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-08-25 15:00 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-08-25 at 15:28 +0800, Ni Qingliang wrote:
> It looks like the bitbake support 'hg' fetcher, but when building custom
> package, it said need "mercurial-native", but there is no "mercurial"
> package in recipes-devtools, of cause, I installed mercurial on host pc.
> 
> Does anyone can confirm this problem???

You can add:

ASSUME_PROVIDED += "mercurial-native"

to local.conf to show you have installed mercurial and that bitbake
should use it.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings
  2011-08-25  4:36 ` [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings Bruce Ashfield
@ 2011-08-25 15:01   ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-08-25 15:01 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core, saul.wold

On Thu, 2011-08-25 at 00:36 -0400, Bruce Ashfield wrote:
> During the update of the bitbake recipe's string to 3.0.3 the internal
> version marker in the kernel stayed at v3.0. This meant that kernel
> configuration auditing the constructed file couldn't be found and audit
> warnings were thrown. This syncs all the recipes and get back to
> clean configurations.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |    4 ++--
>  meta/recipes-kernel/linux/linux-yocto_3.0.bb    |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-25 15:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-25  4:36 [PATCH 0/1] linux-yocto: sync meta and LINUX_VERSION Bruce Ashfield
2011-08-25  4:36 ` [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings Bruce Ashfield
2011-08-25 15:01   ` Richard Purdie
2011-08-25  7:28 ` does it support mercurial? Ni Qingliang
2011-08-25 15:00   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.