[oe-commits] Michael 'Mickey' Lauer : minimal.conf: override OVERRIDES to include the MACHINE_CLASS

GIT User account git at amethyst.openembedded.net
Sat Mar 21 12:22:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1e710c6246b4680800e1a266248d2b39be9a323e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e710c6246b4680800e1a266248d2b39be9a323e

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Mar 21 02:34:31 2009 +0100

minimal.conf: override OVERRIDES to include the MACHINE_CLASS

---

 conf/distro/minimal.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 5672444..35c3368 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"





More information about the Openembedded-commits mailing list