mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
kernel.bbclass: touch .scmversion also in ${S}
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -212,7 +212,7 @@ kernel_do_configure() {
|
|||||||
# $ scripts/setlocalversion . => +
|
# $ scripts/setlocalversion . => +
|
||||||
# $ make kernelversion => 2.6.37
|
# $ make kernelversion => 2.6.37
|
||||||
# $ make kernelrelease => 2.6.37+
|
# $ make kernelrelease => 2.6.37+
|
||||||
touch ${B}/.scmversion
|
touch ${B}/.scmversion ${S}/.scmversion
|
||||||
|
|
||||||
# Copy defconfig to .config if .config does not exist. This allows
|
# Copy defconfig to .config if .config does not exist. This allows
|
||||||
# recipes to manage the .config themselves in do_configure_prepend().
|
# recipes to manage the .config themselves in do_configure_prepend().
|
||||||
|
|||||||
Reference in New Issue
Block a user