[oe-commits] Khem Raj : default-distrovars: Define SDK_VERSION and DISTRO_VERSION

git at git.openembedded.org git at git.openembedded.org
Tue Nov 29 11:24:59 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 1ec729dfe8e6df9a8d65d939b8a0f2b322196acf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1ec729dfe8e6df9a8d65d939b8a0f2b322196acf

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Nov 27 17:32:00 2011 -0800

default-distrovars: Define SDK_VERSION and DISTRO_VERSION

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

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 79c6e14..6f5f1c0 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -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"





More information about the Openembedded-commits mailing list