All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/5] kern-tools: fix iterative configuration runs
Date: Mon, 16 Mar 2015 13:27:06 -0400	[thread overview]
Message-ID: <6361e1cb3e5ebbd4f23686a15f56b5313be5cf63.1426525757.git.bruce.ashfield@windriver.com> (raw)
In-Reply-To: <cover.1426525757.git.bruce.ashfield@windriver.com>

When fixing a kernel configuration warning, it is often necessary to
modify the kernel's meta-data and re-run the tools to update and
re-audit the config. This implies that the patch, config and audit
steps are run multiple times.

The tools had a bug that would incorrectly restore old meta-data
versus using updated configuration. Updating the kern-tools SRCREV
to fix the issue.

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 131c5e9d0e2b..a1ec198fde7f 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"
 
-SRCREV = "0c51a3d02fa54726141f32824b11d0676960e0a5"
+SRCREV = "83e5493ea46067152609008ade131971eaebbb27"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 
-- 
2.1.0



  reply	other threads:[~2015-03-16 17:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16 17:27 [PATCH 0/5] kernel: consolidated pull request Bruce Ashfield
2015-03-16 17:27 ` Bruce Ashfield [this message]
2015-03-16 17:27 ` [PATCH 2/5] kernel-yocto: split meta data generation from patching phase Bruce Ashfield
2015-03-17  6:52   ` Burton, Ross
2015-03-17 12:21     ` Bruce Ashfield
2015-03-17 13:49       ` Burton, Ross
2015-03-17 13:50         ` Bruce Ashfield
2015-03-17 13:51           ` Burton, Ross
2015-03-16 17:27 ` [PATCH 3/5] linux-yocto/3.19: integrate korg -stable update Bruce Ashfield
2015-03-16 17:27 ` [PATCH 4/5] perf: drop PR Bruce Ashfield
2015-03-17  7:01   ` Burton, Ross
2015-03-17 12:20     ` Bruce Ashfield
2015-03-17 13:48       ` Burton, Ross
2015-03-17 13:50         ` Bruce Ashfield
2015-03-17 13:52           ` Burton, Ross
2015-03-16 17:27 ` [PATCH 5/5] perf: add bash to RDEPENDS Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6361e1cb3e5ebbd4f23686a15f56b5313be5cf63.1426525757.git.bruce.ashfield@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.