From d7153d60bb4e554779b496342a67c9d0b4045ebf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 27 Nov 2011 17:32:00 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-distrovars.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta') 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" # Default to emitting logfiles if a build fails. BBINCLUDELOGS ??= "yes" - +SDK_VERSION ??= "oe-core.0" +DISTRO_VERSION ??= "oe-core.0" -- cgit v1.2.3-54-g00ecf