summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-03-21 02:34:31 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-03-21 13:21:07 +0100
commit1e710c6246b4680800e1a266248d2b39be9a323e (patch)
tree85541afebfe0a9092b17dbbab56d3a05f8b0a458 /conf
parent5cf0c9a4d369f2b8c3cc959c3d09c222b4a16fde (diff)
downloadopenembedded-1e710c6246b4680800e1a266248d2b39be9a323e.tar.gz
minimal.conf: override OVERRIDES to include the MACHINE_CLASS
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/minimal.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 56724446cf..35c3368451 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -74,6 +74,11 @@ PREFERRED_LIBC = "glibc"
require conf/distro/include/sane-toolchain.inc
#############################################################################
+# OVERWRITES adjusted from bitbake.conf to feature the MACHINE_CLASS
+#############################################################################
+OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
+
+#############################################################################
# PREFERRED PROVIDERS
#############################################################################
PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"