From 680dc46d50c2e2ac3f82a025fe2175e6df59b8ac Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Fri, 17 Aug 2012 17:39:54 -0700 Subject: [PATCH] layer.conf: force TCMODE to external-sourcery, as the layer requires Signed-off-by: Christopher Larson --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index bb85be0..5ff63de 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -4,3 +4,5 @@ BBFILES += "${LAYERDIR}/recipes/*/*.bb \ BBFILE_COLLECTIONS += "sourcery" BBFILE_PRIORITY_sourcery = "10" BBFILE_PATTERN_sourcery = "^${LAYERDIR}/" + +TCMODE = "external-sourcery"