summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-25 11:48:44 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-25 11:48:44 +0000
commit4e821de9e2d0925ea5dac70402cdfb2742369a9b (patch)
treef975d88c074b262617a1fd1dcdc25a586acc8d67 /meta-extras
parente941ff652ab31a53584c7b20b6e8fad8f690b969 (diff)
downloadpoky-4e821de9e2d0925ea5dac70402cdfb2742369a9b.tar.gz
meta-extras: Add layer configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/conf/distro/include/poky-extras-src-revisions.inc6
-rw-r--r--meta-extras/conf/layer.conf11
2 files changed, 17 insertions, 0 deletions
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 @@
1SRCREV_pn-evince ?= "2437"
2SRCDATE_maemo-mapper-nohildon ?= "20061114"
3SRCREV_pn-libxosd ?= "627"
4SRCREV_pn-matchbox-applet-light ?= "1548"
5SRCREV_pn-matchbox-common ?= "1561"
6
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 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
6
7BBFILE_COLLECTIONS += "extras"
8BBFILE_PATTERN_extras := "^${LAYERDIR}/"
9BBFILE_PRIORITY_extras = "5"
10
11require conf/distro/include/poky-extras-src-revisions.inc