summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/classes/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass
index 9ce2f44c0..578a02f1c 100644
--- a/meta-oe/classes/kernel.bbclass
+++ b/meta-oe/classes/kernel.bbclass
@@ -212,7 +212,7 @@ kernel_do_configure() {
212 # $ scripts/setlocalversion . => + 212 # $ scripts/setlocalversion . => +
213 # $ make kernelversion => 2.6.37 213 # $ make kernelversion => 2.6.37
214 # $ make kernelrelease => 2.6.37+ 214 # $ make kernelrelease => 2.6.37+
215 touch ${B}/.scmversion 215 touch ${B}/.scmversion ${S}/.scmversion
216 216
217 # Copy defconfig to .config if .config does not exist. This allows 217 # Copy defconfig to .config if .config does not exist. This allows
218 # recipes to manage the .config themselves in do_configure_prepend(). 218 # recipes to manage the .config themselves in do_configure_prepend().