All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/3.10: tools update
@ 2013-08-26 18:04 Bruce Ashfield
  2013-08-26 18:04 ` [PATCH 1/1] kern-tools: fix patch series to git tree validation Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Ashfield @ 2013-08-26 18:04 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Saul/Richard,

Richard mentioned this morning that a patch issue was still being
seen with the soon to be dead 3.8 kernel tree. I took a look and
it was due to a missing SRCREV update to the kern-tools.

Once this change is applied, all old trees, as well as the new
3.10 and -dev kernels are in sync, patching and building.

Cheers,

Bruce

The following changes since commit 44c3f72684c5c920ce8af1da54a2268047342589:

  lib/oeqa/runtime: smart: add checks for smart output (2013-08-26 16:29:18 +0100)

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 (1):
  kern-tools: fix patch series to git tree validation

 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.10.4



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

* [PATCH 1/1] kern-tools: fix patch series to git tree validation
  2013-08-26 18:04 [PATCH 0/1] linux-yocto/3.10: tools update Bruce Ashfield
@ 2013-08-26 18:04 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2013-08-26 18:04 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Previous changes to the kern-tools improved functionality to ensure that
as a series is considered, it is checked against the tree to confirm that
all patches are really applied.

There was a bug in the subject based detection, such that the first matching
patch was take, and not the last. This change ensures that we start from
the end of a series, not the start.

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 f6fca9e..4d891d7 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 = "60a894e1018ab55f4014fbfb2a56624d26d94504"
+SRCREV = "7fb05c54db4ce513fd961c5b71d85de5dafedb30"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 
-- 
1.7.10.4



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

end of thread, other threads:[~2013-08-26 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-26 18:04 [PATCH 0/1] linux-yocto/3.10: tools update Bruce Ashfield
2013-08-26 18:04 ` [PATCH 1/1] kern-tools: fix patch series to git tree validation 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.