From 4e821de9e2d0925ea5dac70402cdfb2742369a9b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 25 Mar 2010 11:48:44 +0000 Subject: meta-extras: Add layer configuration Signed-off-by: Richard Purdie --- meta-extras/conf/distro/include/poky-extras-src-revisions.inc | 6 ++++++ meta-extras/conf/layer.conf | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 meta-extras/conf/distro/include/poky-extras-src-revisions.inc create mode 100644 meta-extras/conf/layer.conf (limited to 'meta-extras') diff --git a/meta-extras/conf/distro/include/poky-extras-src-revisions.inc b/meta-extras/conf/distro/include/poky-extras-src-revisions.inc new file mode 100644 index 0000000000..0265ca9e6b --- /dev/null +++ b/meta-extras/conf/distro/include/poky-extras-src-revisions.inc @@ -0,0 +1,6 @@ +SRCREV_pn-evince ?= "2437" +SRCDATE_maemo-mapper-nohildon ?= "20061114" +SRCREV_pn-libxosd ?= "627" +SRCREV_pn-matchbox-applet-light ?= "1548" +SRCREV_pn-matchbox-common ?= "1561" + diff --git a/meta-extras/conf/layer.conf b/meta-extras/conf/layer.conf new file mode 100644 index 0000000000..1ba520a5a4 --- /dev/null +++ b/meta-extras/conf/layer.conf @@ -0,0 +1,11 @@ +# 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 += "extras" +BBFILE_PATTERN_extras := "^${LAYERDIR}/" +BBFILE_PRIORITY_extras = "5" + +require conf/distro/include/poky-extras-src-revisions.inc -- cgit v1.2.3-54-g00ecf