aboutsummaryrefslogtreecommitdiffstats
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:54 +0000
commitb8a3fb2f638c63d357a2fd326308350cacbf503a (patch)
tree253e5335dd58161a1ff681b516cddd1c162263d0 /README
parentef91193c51bf6f807584c465fcda38761c622456 (diff)
downloadopenembedded-core-contrib-b8a3fb2f638c63d357a2fd326308350cacbf503a.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. (From OE-Core rev: 25436b6813b6245faeb981cf93a0c32b871dd8d3) 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 5084853835..0a18c9c70a 100644
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ reference manual which can be found at:
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/