From 6da4a6688cbd90acb949d68247d9ab9c676021cf Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 21 Jul 2010 19:20:52 -0700 Subject: meta-lsb: Add basic infrastructure to create lsb image Move tar and at to meta-lsb Signed-off-by: Saul Wold --- meta-lsb/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-lsb/conf/layer.conf (limited to 'meta-lsb/conf/layer.conf') diff --git a/meta-lsb/conf/layer.conf b/meta-lsb/conf/layer.conf new file mode 100644 index 000000000..1ef5c73a8 --- /dev/null +++ b/meta-lsb/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}/packages/*/*.bb" + +BBFILE_COLLECTIONS += "lsb" +BBFILE_PATTERN_lsb := "^${LAYERDIR}/" +BBFILE_PRIORITY_lsb = "5" + -- cgit v1.2.3