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 /meta | |
parent | e941ff652ab31a53584c7b20b6e8fad8f690b969 (diff) | |
download | openembedded-core-4e821de9e2d0925ea5dac70402cdfb2742369a9b.tar.gz openembedded-core-4e821de9e2d0925ea5dac70402cdfb2742369a9b.tar.bz2 openembedded-core-4e821de9e2d0925ea5dac70402cdfb2742369a9b.zip |
meta-extras: Add layer configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 7 | ||||
-rw-r--r-- | meta/conf/layer.conf | 2 |
2 files changed, 1 insertions, 8 deletions
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" 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" 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}" 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 |