]> code.ossystems Code Review - openembedded-core.git/commitdiff
README: fix DISTRO = "" reference
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 23 Dec 2013 20:59:50 +0000 (20:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:58:50 +0000 (12:58 +0000)
DISTRO should be set to "nodistro" for distro-less configurations since
empty string results in empty items ending up in OVERRIDES leading to
unexpected behaviour with FILESPATH.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
README

diff --git a/README b/README
index 7e6a7cb6aac8e6f7affb89460406955319ef03ab..665c98f4a0bdee1bd59962b5d02ad76d91d40ab4 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ OpenEmbedded-Core
 
 OpenEmbedded-Core is a layer containing the core metadata for current versions
 of OpenEmbedded. It is distro-less (can build a functional image with
-DISTRO = "") and contains only emulated machine support.
+DISTRO = "nodistro") and contains only emulated machine support.
 
 For information about OpenEmbedded, see the OpenEmbedded website:
     http://www.openembedded.org/