| Submitter | Khem Raj |
|---|---|
| Date | Nov. 28, 2011, 1:46 a.m. |
| Message ID | <1b53350820cd64520aac5ad6d09f387001cd8716.1322444142.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/15447/ |
| State | Accepted |
| Commit | 1ec729dfe8e6df9a8d65d939b8a0f2b322196acf |
| Headers | show |
Comments
Patch
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"
runqemu scripts check for them and when using just oe-core these are not defined anywhere Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/conf/distro/include/default-distrovars.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)