From: Paul Eggleton Date: Mon, 23 Dec 2013 20:59:50 +0000 (+0000) Subject: README: fix DISTRO = "" reference X-Git-Tag: 2015-4~4142 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=25436b6813b6245faeb981cf93a0c32b871dd8d3;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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/