All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-yocto/kern-tools (v2)
@ 2012-11-22 17:48 Bruce Ashfield
  2012-11-22 17:48 ` [PATCH 1/2] linux-yocto-3.4: gcc optimization config feature Bruce Ashfield
  2012-11-22 17:48 ` [PATCH 2/2] kern-tools: report missing config fragments by name Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-11-22 17:48 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Here's a quick update for some configuration changes that came
in for the x86 BSPs. I've merged and tested them, so there's no
sense sitting on the change.

I also noticed that in my rushing, I sent my update for the
kern-tools without pushing the change to the master repository,
forcing Richard to undo the change .. sorry about that, I assure
you that the revision is really in place this time.

Cheers,

Bruce

The following changes since commit 14f7c9c9d87e1a9b0c20d78d528068fd9f1a27cf:

  Revert "kern-tools: report missing config fragments by name" (2012-11-22 08:59:24 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (2):
  linux-yocto-3.4: gcc optimization config feature
  kern-tools: report missing config fragments by name

 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.4.bb            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.10.4




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

* [PATCH 1/2] linux-yocto-3.4: gcc optimization config feature
  2012-11-22 17:48 [PATCH 0/2] linux-yocto/kern-tools (v2) Bruce Ashfield
@ 2012-11-22 17:48 ` Bruce Ashfield
  2012-11-22 17:48 ` [PATCH 2/2] kern-tools: report missing config fragments by name Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-11-22 17:48 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Updating the meta SRCREV to include a x86 gcc optimization feature, and
its use by several BSPs:

  1c59807 meta: rangeley: Remove the shortcut path
  b5477d0 meta: crystalforest: Enable GCC inline compiler option
  ab2b874 meta: rangeley: Enable GCC inline compiler option
  8287750 meta: Add New feature for GCC optimizing

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto_3.4.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 587bdd6..647244a 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "ae8e2cd14e47bceb9c2bdcb927b3a0ea61f6c311"
 SRCREV_machine_qemux86 ?= "f1c2320544eaffd6ecc7fcb8b18f8a0ed4ba2e14"
 SRCREV_machine_qemux86-64 ?= "f1c2320544eaffd6ecc7fcb8b18f8a0ed4ba2e14"
 SRCREV_machine ?= "f1c2320544eaffd6ecc7fcb8b18f8a0ed4ba2e14"
-SRCREV_meta ?= "472aaf880c9176a40de98c97e14355fe77478598"
+SRCREV_meta ?= "1c5980714d482f8ccb72909b40f3e1467a3fd590"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
 
-- 
1.7.10.4




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

* [PATCH 2/2] kern-tools: report missing config fragments by name
  2012-11-22 17:48 [PATCH 0/2] linux-yocto/kern-tools (v2) Bruce Ashfield
  2012-11-22 17:48 ` [PATCH 1/2] linux-yocto-3.4: gcc optimization config feature Bruce Ashfield
@ 2012-11-22 17:48 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-11-22 17:48 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

If a configuration fragment was missing, the previous error output
was not clear about the error:

  | [INFO] doing kernel configme
  | [INFO] Configuring target/machine combo: "standard/atom-pc"
  | [INFO] collecting configs in ./meta/meta-series
  | ERROR: could not sanitize configuration fragments
  |    errors are logged in ... linux/meta/cfg/standard/atom-pc/config.log

but we know the name of the missing fragment and can improve the error
message to be this:

  | [ERROR] kernel configuration fragment fragment 'virto.cfg' cannot be found
  | ERROR. A meta series could not be created for branch yocto/standard/common-pc/atom-pc
  | ERROR. Could not locate meta series for atom-pc
  | ERROR. Could not apply patches for atom-pc.
  |        Patch failures can be resolved in the devshell (bitbake -c devshell linux-yocto)

[YOCTO #3473]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index f2cd39f..635dfe6 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
 
 DEPENDS = "git-native guilt-native"
 
-SRCREV = "6f68c9473b43c3e39755a72aef8733cbd0bf1a59"
+SRCREV = "62c8807825ea923a18b1519375b0df67ad9daf2b"
 PR = "r12"
 PV = "0.1+git${SRCPV}"
 
-- 
1.7.10.4




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

end of thread, other threads:[~2012-11-22 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 17:48 [PATCH 0/2] linux-yocto/kern-tools (v2) Bruce Ashfield
2012-11-22 17:48 ` [PATCH 1/2] linux-yocto-3.4: gcc optimization config feature Bruce Ashfield
2012-11-22 17:48 ` [PATCH 2/2] kern-tools: report missing config fragments by name Bruce Ashfield

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.