diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2012-03-26 19:29:48 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-26 23:08:19 +0100 |
| commit | cafb94f571236603999b406dffef88306ed48cb3 (patch) | |
| tree | fc46e598cc651d201bef164d4a66b37e71452e5f | |
| parent | 53f1446ce4299d547d5e1e230d5b6a9d62b4a080 (diff) | |
| download | poky-cafb94f571236603999b406dffef88306ed48cb3.tar.gz | |
kernel.bbclass: touch .scmversion also in ${S}
(From OE-Core rev: e3bf54731973a444edf69ad8876d019aa404db75)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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(). |
