diff options
Diffstat (limited to 'meta-extras')
| -rw-r--r-- | meta-extras/conf/distro/include/poky-extras-src-revisions.inc | 6 | ||||
| -rw-r--r-- | meta-extras/conf/layer.conf | 11 |
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 @@ | |||
| 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 | ||
