[oe-commits] Paul Eggleton : README: fix DISTRO = "" reference

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:55:44 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 25436b6813b6245faeb981cf93a0c32b871dd8d3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=25436b6813b6245faeb981cf93a0c32b871dd8d3

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Dec 23 20:59:50 2013 +0000

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 7e6a7cb..665c98f 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/



More information about the Openembedded-commits mailing list