diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 6633b8552d..3519e7c296 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -207,7 +207,7 @@ kernel_do_configure() { | |||
207 | # $ scripts/setlocalversion . => + | 207 | # $ scripts/setlocalversion . => + |
208 | # $ make kernelversion => 2.6.37 | 208 | # $ make kernelversion => 2.6.37 |
209 | # $ make kernelrelease => 2.6.37+ | 209 | # $ make kernelrelease => 2.6.37+ |
210 | touch ${B}/.scmversion | 210 | touch ${B}/.scmversion ${S}/.scmversion |
211 | 211 | ||
212 | # Copy defconfig to .config if .config does not exist. This allows | 212 | # Copy defconfig to .config if .config does not exist. This allows |
213 | # recipes to manage the .config themselves in do_configure_prepend(). | 213 | # recipes to manage the .config themselves in do_configure_prepend(). |