diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/kernel.bbclass | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 5e4cdd458c..736768eedd 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -204,6 +204,12 @@ sysroot_stage_all_append() {  }  kernel_do_configure() { +	# fixes extra + in /lib/modules/2.6.37+ +	# $ scripts/setlocalversion . => + +	# $ make kernelversion => 2.6.37 +	# $ make kernelrelease => 2.6.37+ +	touch ${B}/.scmversion +  	# Copy defconfig to .config if .config does not exist. This allows  	# recipes to manage the .config themselves in do_configure_prepend().  	if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then | 
