summaryrefslogtreecommitdiff
path: root/conf/distro
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-20 08:01:54 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-20 08:01:54 +0000
commit67d78d08528ba5e4aff0d3c8fcfbb9fbc6a35fa3 (patch)
tree4653f5ad6c47e42ce054962cdc165128ec0b0e65 /conf/distro
parenta6dee32e8a4376b4e617add2cdc22a01d884cfb6 (diff)
angstrom 2007: activate lock down file, nobody has complained about errors in the file for the past week, or objected to using it.
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/angstrom-2007.1.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf
index d291fbd3ac..892115632b 100644
--- a/conf/distro/angstrom-2007.1.conf
+++ b/conf/distro/angstrom-2007.1.conf
@@ -386,6 +386,10 @@ PREFERRED_PROVIDER_gdk-pixbuf-loader-xpm ?= "gtk+"
#Silence a warning during parsing
PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"
+
+# Lock down almost every recipe:
+require conf/distro/include/angstrom-2007-preferred-versions.inc
+
#This is needed to get a correct PACKAGE_ARCH for packages that have PACKAGE_ARCH = ${MACHINE_ARCH}
ARM_ABI ?= "${@['','oabi'][bb.data.getVar('MACHINE',d) in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
require conf/distro/include/angstrom${ARM_ABI}.inc