From 5a93d5c34e2688b70434ecc3d5ea5e1423043dc8 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 11 May 2012 11:30:22 +0200 Subject: o Initial import of my own OpenEmbedded distribution. --- meta-trygvis/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-trygvis/conf/layer.conf (limited to 'meta-trygvis/conf/layer.conf') diff --git a/meta-trygvis/conf/layer.conf b/meta-trygvis/conf/layer.conf new file mode 100644 index 0000000..1d163e5 --- /dev/null +++ b/meta-trygvis/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "trygvis" +BBFILE_PATTERN_trygvis := "^${LAYERDIR}/" +BBFILE_PRIORITY_trygvis = "6" -- cgit v1.2.3