meta-extras: Add layer configuration

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-03-25 11:48:44 +00:00
parent e941ff652a
commit 4e821de9e2
4 changed files with 18 additions and 8 deletions

View File

@ -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"

View File

@ -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

View 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"

View 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