]> code.ossystems Code Review - openembedded-core.git/commit
README: fix DISTRO = "" reference
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 23 Dec 2013 20:59:50 +0000 (20:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:58:50 +0000 (12:58 +0000)
commit25436b6813b6245faeb981cf93a0c32b871dd8d3
treede68719c4ec56a24a32bdc5871769990313e1949
parentb777180f317a844513fcaae42fd7c91dff308f9b
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>
README