]> code.ossystems Code Review - openembedded-core.git/commitdiff
default-distrovars: Define SDK_VERSION and DISTRO_VERSION
authorKhem Raj <raj.khem@gmail.com>
Mon, 28 Nov 2011 01:32:00 +0000 (17:32 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 29 Nov 2011 08:20:06 +0000 (00:20 -0800)
runqemu scripts check for them and when using just oe-core
these are not defined anywhere

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/distro/include/default-distrovars.inc

index 79c6e148d21588867a6331f70d61f787598a7b5b..6f5f1c0926eef38294848abe113f2f6e4cb40a74 100644 (file)
@@ -46,4 +46,5 @@ NO32LIBS ??= "1"
 
 # Default to emitting logfiles if a build fails.
 BBINCLUDELOGS ??= "yes"
-
+SDK_VERSION ??= "oe-core.0"
+DISTRO_VERSION ??= "oe-core.0"