[oe-commits] [openembedded-core] 08/122: kern-tools: make fuzzy matching optional

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:24:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit 141a7afa9eaca5f4b7ed0fbc91f48e370c8f364d
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Thu Nov 2 22:45:31 2017 -0400

    kern-tools: make fuzzy matching optional
    
    It was reported that BSPs that only matched the machine were
    being returned as the configuration entry point. This could lead
    to warnings, or unexpected runtime results.
    
    Integrating the following commit to ensure that only strict matches
    are returned by default, with a flag to do fuzzy matching
    
        spp: make fuzzy matching optional
    
        Add a flag that can be used to toggle wether or not a partial
        match is an error.
    
          --fuzz
    
        When passed, partial patching will be used. If not passed the
        default is to return nothing (which can be interpreted as an
        error by the calling routines) if both the kernel type and
        machine do not match.
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit f60d050fef2e4ac592bb5554e74b9573e3570d0f)
    Signed-off-by: Armin Kuster <akuster808 at gmail.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 4a78b89..3a3992a 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=a6c2fa8aef1b
 
 DEPENDS = "git-native"
 
-SRCREV = "0571411cc033c11df7827508dd786876ce2f8c83"
+SRCREV = "b46b1c4f0973bf1eb09cf1191f5f4e69bcd0475d"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list