| Submitter | Saul Wold |
|---|---|
| Date | Feb. 28, 2012, 5:25 a.m. |
| Message ID | <51552d1d6de6577209b24c3a5c3ec3b3e4e96d7a.1330406574.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/22263/ |
| State | New |
| Headers | show |
Comments
Patch
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"