diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-23 20:59:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:58:50 +0000 |
commit | 25436b6813b6245faeb981cf93a0c32b871dd8d3 (patch) | |
tree | de68719c4ec56a24a32bdc5871769990313e1949 /README | |
parent | b777180f317a844513fcaae42fd7c91dff308f9b (diff) | |
download | openembedded-core-25436b6813b6245faeb981cf93a0c32b871dd8d3.tar.gz openembedded-core-25436b6813b6245faeb981cf93a0c32b871dd8d3.tar.bz2 openembedded-core-25436b6813b6245faeb981cf93a0c32b871dd8d3.zip |
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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |