summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel-yocto.bbclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index a0362f6acb..9a4d2864eb 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -99,13 +99,6 @@ do_kernel_metadata() {
99 fi 99 fi
100 fi 100 fi
101 101
102 machine_branch="${@ get_machine_branch(d, "${KBRANCH}" )}"
103 machine_srcrev="${SRCREV_machine}"
104 if [ -z "${machine_srcrev}" ]; then
105 # fallback to SRCREV if a non machine_meta tree is being built
106 machine_srcrev="${SRCREV}"
107 fi
108
109 # In a similar manner to the kernel itself: 102 # In a similar manner to the kernel itself:
110 # 103 #
111 # defconfig: $(obj)/conf 104 # defconfig: $(obj)/conf