summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2013-12-12 12:04:29 +0100
committerKoen Kooi <koen.kooi@linaro.org>2013-12-12 12:04:29 +0100
commit0c9373be2c6c2a10c49cd9b503c62b63eb49d583 (patch)
tree2de9a5ebb7a0f9e3f77278cb8c21598574428291
parent5de15412b085c30ebb21fb0d8c5059ae85f8111b (diff)
functions.sh: TOPDIR was being expanded in the cat statement leading to build errors like this:
11:00:18 ERROR: Execution of event handler 'check_sanity_eventhandler' failed 11:00:19 ERROR: OE-core's config sanity checker detected a potential misconfiguration. 11:00:19 Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). 11:00:19 Following is the list of potential problems / advisories: 11:00:19 11:00:19 BBPATH references the current directory, either through an empty entry, or a '.'. 11:00:19 This is unsafe and means your layer configuration is adding empty elements to BBPATH. 11:00:19 Please check your layer.conf files and other BBPATH settings to remove the current working directory references. Change-Id: I4d253af390ad93ce7553994f864882fd60d0c364 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index 2e4b933..ee87f8c 100755
--- a/functions.sh
+++ b/functions.sh
@@ -57,7 +57,7 @@ cat > conf/bblayers.conf <<EOF
# changes incompatibly
LCONF_VERSION = "5"
-BBPATH = "${TOPDIR}"
+BBPATH = "\${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \