diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 11:48:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 11:48:44 +0000 |
commit | 4e821de9e2d0925ea5dac70402cdfb2742369a9b (patch) | |
tree | f975d88c074b262617a1fd1dcdc25a586acc8d67 | |
parent | e941ff652ab31a53584c7b20b6e8fad8f690b969 (diff) | |
download | poky-4e821de9e2d0925ea5dac70402cdfb2742369a9b.tar.gz |
meta-extras: Add layer configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta-extras/conf/distro/include/poky-extras-src-revisions.inc | 6 | ||||
-rw-r--r-- | meta-extras/conf/layer.conf | 11 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 7 | ||||
-rw-r--r-- | meta/conf/layer.conf | 2 |
4 files changed, 18 insertions, 8 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 @@ | |||
1 | SRCREV_pn-evince ?= "2437" | ||
2 | SRCDATE_maemo-mapper-nohildon ?= "20061114" | ||
3 | SRCREV_pn-libxosd ?= "627" | ||
4 | SRCREV_pn-matchbox-applet-light ?= "1548" | ||
5 | SRCREV_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 | ||
2 | BBPATH := "${BBPATH}${LAYERDIR}" | ||
3 | |||
4 | # We have a packages directory, add to BBFILES | ||
5 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" | ||
6 | |||
7 | BBFILE_COLLECTIONS += "extras" | ||
8 | BBFILE_PATTERN_extras := "^${LAYERDIR}/" | ||
9 | BBFILE_PRIORITY_extras = "5" | ||
10 | |||
11 | require conf/distro/include/poky-extras-src-revisions.inc | ||
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index d7e5fd5deb..7646996edd 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
@@ -40,13 +40,6 @@ SRCREV_pn-openmoko-worldclock2 ?= "3365" | |||
40 | SRCREV_pn-usbpath-native = "3172" | 40 | SRCREV_pn-usbpath-native = "3172" |
41 | SRCREV_pn-usbpath = "3172" | 41 | SRCREV_pn-usbpath = "3172" |
42 | 42 | ||
43 | #meta-extras | ||
44 | SRCREV_pn-evince ?= "2437" | ||
45 | SRCDATE_maemo-mapper-nohildon ?= "20061114" | ||
46 | SRCREV_pn-libxosd ?= "627" | ||
47 | SRCREV_pn-matchbox-applet-light ?= "1548" | ||
48 | SRCREV_pn-matchbox-common ?= "1561" | ||
49 | |||
50 | # Preferred Versions: | 43 | # Preferred Versions: |
51 | # | 44 | # |
52 | PREFERRED_VERSION_libmatchbox ?= "1.9" | 45 | PREFERRED_VERSION_libmatchbox ?= "1.9" |
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 8ba991774c..7b3d539245 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -5,7 +5,7 @@ BBPATH := "${BBPATH}${LAYERDIR}" | |||
5 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" |
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "normal" | 7 | BBFILE_COLLECTIONS += "normal" |
8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" | 8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_normal = "5" | 9 | BBFILE_PRIORITY_normal = "5" |
10 | 10 | ||
11 | require conf/distro/include/poky-default-revisions.inc | 11 | require conf/distro/include/poky-default-revisions.inc |