summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-24 10:44:22 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-24 13:16:35 +0800
commit6367da32efce2736cd98f44fa358f0a9e578c08d (patch)
treefd130966a6946ae931078baf2eb628a236470f07 /conf
parent16b91e55f2566408b04ed3cce25ad0db2ef4a507 (diff)
downloadmeta-fsl-ppc-6367da32efce2736cd98f44fa358f0a9e578c08d.tar.gz
set BB_DANGLINGAPPENDS_WARNONLY as true
a ppc specific patch for luajit (exist in mete-oe) was moved to this layer recently. set BB_DANGLINGAPPENDS_WARNONLY as true for the situation where meta-oe was not pulled in. Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 9c0a412..ceab629 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,3 +13,5 @@ BB_ENV_EXTRAWHITE := "KSRC USRC"
13 13
14LICENSE_PATH += "${LAYERDIR}/custom-licenses" 14LICENSE_PATH += "${LAYERDIR}/custom-licenses"
15 15
16BB_DANGLINGAPPENDS_WARNONLY ?= "true"
17