]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-extras: Add layer configuration
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 25 Mar 2010 11:48:44 +0000 (11:48 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 25 Mar 2010 11:48:44 +0000 (11:48 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-extras/conf/distro/include/poky-extras-src-revisions.inc [new file with mode: 0644]
meta-extras/conf/layer.conf [new file with mode: 0644]
meta/conf/distro/include/poky-fixed-revisions.inc
meta/conf/layer.conf

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 (file)
index 0000000..0265ca9
--- /dev/null
@@ -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 (file)
index 0000000..1ba520a
--- /dev/null
@@ -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
index d7e5fd5debaaf3b1f96e0e1eb2d66ecaf3a70742..7646996edd388645123925612e95aea9da8e818e 100644 (file)
@@ -40,13 +40,6 @@ SRCREV_pn-openmoko-worldclock2 ?= "3365"
 SRCREV_pn-usbpath-native = "3172"
 SRCREV_pn-usbpath = "3172"
 
-#meta-extras
-SRCREV_pn-evince ?= "2437"
-SRCDATE_maemo-mapper-nohildon ?= "20061114"
-SRCREV_pn-libxosd ?= "627"
-SRCREV_pn-matchbox-applet-light ?= "1548"
-SRCREV_pn-matchbox-common ?= "1561"
-
 # Preferred Versions:
 #
 PREFERRED_VERSION_libmatchbox ?= "1.9"
index 8ba991774cc6f3edcb8ab2cc8aed66caeb1abd5c..7b3d539245bd492996861788a99a0996cdf9ec20 100644 (file)
@@ -5,7 +5,7 @@ BBPATH := "${BBPATH}${LAYERDIR}"
 BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
 
 BBFILE_COLLECTIONS += "normal"
-BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/"
+BBFILE_PATTERN_normal := "^${LAYERDIR}/"
 BBFILE_PRIORITY_normal = "5"
 
 require conf/distro/include/poky-default-revisions.inc