default-distrovars: Define SDK_VERSION and DISTRO_VERSION

runqemu scripts check for them and when using just oe-core
these are not defined anywhere

(From OE-Core rev: 1ec729dfe8e6df9a8d65d939b8a0f2b322196acf)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-11-27 17:32:00 -08:00 committed by Richard Purdie
parent 5369fb3422
commit d7153d60bb
1 changed files with 2 additions and 1 deletions

View 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"