From patchwork Fri Feb 24 03:33:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/4] default-distrovars: Add empty weak definition for DISTRO variable Date: Fri, 24 Feb 2012 03:33:52 -0000 From: Khem Raj X-Patchwork-Id: 21893 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Khem Raj --- meta/conf/distro/include/default-distrovars.inc | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 16b3108..dba204e 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -41,6 +41,13 @@ NO32LIBS ??= "1" # Default to emitting logfiles if a build fails. BBINCLUDELOGS ??= "yes" + +# dummy distro related variables +# they should be overridden by real distros +# these fallbacks only serve the purpose of +# oe-core standalone testability + +DISTRO ??= "" SDK_VERSION ??= "oe-core.0" DISTRO_VERSION ??= "oe-core.0"