aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/minimal.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-07 17:13:20 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-08 17:23:57 -0700
commitf00b1bec3efb8490b3343c368d36788e290e6fc7 (patch)
tree21aa7a5f0d3a5ef33dab8d4bdaa4f3544f3e966a /conf/distro/minimal.conf
parent1df15db347b0950694e78289b4a4cdd12d774658 (diff)
downloadopenembedded-f00b1bec3efb8490b3343c368d36788e290e6fc7.tar.gz
minimal.conf: Dont redefine OVERRIDES
* OVERRIDES here are identical to ones from bitbake.conf except MACHINE_CLASS which seems to be used nowhere. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/distro/minimal.conf')
-rw-r--r--conf/distro/minimal.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 1e72efd660..e400c14d65 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -82,11 +82,6 @@ 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"