[oe-commits] Michael 'Mickey' Lauer : minimal.conf: Revert "minimal.conf: Dont redefine OVERRIDES"

git version control git at git.openembedded.org
Sun Aug 8 16:18:53 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Aug  8 18:18:12 2010 +0200

minimal.conf: Revert "minimal.conf: Dont redefine OVERRIDES"

This reverts commit f00b1bec3efb8490b3343c368d36788e290e6fc7.

Unfortunately this slipped under my radar. MACHINE_CLASS is being
used by me, e.g. for Motorola EZX, HTC MSM7, and more --
so please leave it in here.

---

 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 5aaaaf1..d0d2341 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -83,6 +83,11 @@ KERNEL = "kernel26"
 MACHINE_KERNEL_VERSION = "2.6"
 
 #############################################################################
+# 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}"
+
+#############################################################################
 # TOOLCHAIN
 #############################################################################
 LIBC ?= "eglibc"





More information about the Openembedded-commits mailing list