[oe-commits] Bruce Ashfield : kern-tools: fix iterative configuration runs

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 10:59:20 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: a23f0ea4ddc4956df83184c4fd5bd19c94ed7270
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a23f0ea4ddc4956df83184c4fd5bd19c94ed7270

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Wed Mar  4 15:17:44 2015 -0500

kern-tools: fix iterative configuration runs

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 at 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 131c5e9..a1ec198 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}"
 



More information about the Openembedded-commits mailing list