diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-11-27 17:32:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-29 11:22:05 +0000 |
commit | d7153d60bb4e554779b496342a67c9d0b4045ebf (patch) | |
tree | 6ad328a1900d067497793eecf1fa7b87457fe177 | |
parent | 5369fb342251736e8b2ec14b3dd03cdf2c93379f (diff) | |
download | poky-d7153d60bb4e554779b496342a67c9d0b4045ebf.tar.gz |
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>
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 79c6e148d2..6f5f1c0926 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -46,4 +46,5 @@ NO32LIBS ??= "1" | |||
46 | 46 | ||
47 | # Default to emitting logfiles if a build fails. | 47 | # Default to emitting logfiles if a build fails. |
48 | BBINCLUDELOGS ??= "yes" | 48 | BBINCLUDELOGS ??= "yes" |
49 | 49 | SDK_VERSION ??= "oe-core.0" | |
50 | DISTRO_VERSION ??= "oe-core.0" | ||