summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-23 20:59:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:58:50 +0000
commit25436b6813b6245faeb981cf93a0c32b871dd8d3 (patch)
treede68719c4ec56a24a32bdc5871769990313e1949 /README
parentb777180f317a844513fcaae42fd7c91dff308f9b (diff)
downloadopenembedded-core-25436b6813b6245faeb981cf93a0c32b871dd8d3.tar.gz
README: fix DISTRO = "" reference
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>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7e6a7cb6aa..665c98f4a0 100644
--- 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/