summaryrefslogtreecommitdiff
path: root/meta-extras/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-extras/conf')
-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 000000000..0265ca9e6
--- /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 000000000..1ba520a5a
--- /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