minimal.conf: Revert "minimal.conf: Dont redefine OVERRIDES"
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 8 Aug 2010 16:18:12 +0000 (18:18 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 8 Aug 2010 16:18:12 +0000 (18:18 +0200)
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

index 5aaaaf1..d0d2341 100644 (file)
@@ -82,6 +82,11 @@ EXTRA_IMAGECMD_ext2 = "-i 8192"
 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
 #############################################################################