[oe-commits] [openembedded-core] 10/17: kernel-yocto: Drop setting of unused variables in do_kernel_metadata

git at git.openembedded.org git at git.openembedded.org
Fri Feb 7 08:09:08 UTC 2020


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

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

commit dc00302c27ec39d96986e9b94f428acc10c061b9
Author: Paul Barker <pbarker at konsulko.com>
AuthorDate: Thu Feb 6 12:35:48 2020 -0500

    kernel-yocto: Drop setting of unused variables in do_kernel_metadata
    
    The machine_branch and machine_srcrev variables were set but not used in
    do_kernel_metadata.
    
    Signed-off-by: Paul Barker <pbarker at konsulko.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/kernel-yocto.bbclass | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index a0362f6..9a4d286 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -99,13 +99,6 @@ do_kernel_metadata() {
 		fi
 	fi
 
-	machine_branch="${@ get_machine_branch(d, "${KBRANCH}" )}"
-	machine_srcrev="${SRCREV_machine}"
-	if [ -z "${machine_srcrev}" ]; then
-		# fallback to SRCREV if a non machine_meta tree is being built
-		machine_srcrev="${SRCREV}"
-	fi
-
 	# In a similar manner to the kernel itself:
 	#
 	#   defconfig: $(obj)/conf

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


More information about the Openembedded-commits mailing list