From: Florian Boor Date: Thu, 30 May 2013 11:47:07 +0000 (+0200) Subject: Add configuration for new TX09 layer X-Git-Url: https://git.kernelconcepts.de/?p=meta-tx09.git;a=commitdiff_plain;h=b69480b37c2f59f3479823499ff8eab943341917 Add configuration for new TX09 layer --- b69480b37c2f59f3479823499ff8eab943341917 diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..dc25fbc --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-tx09" +BBFILE_PATTERN_meta-tx09 := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-tx09 = "6"