From: Michael 'Mickey' Lauer Date: Sat, 21 Mar 2009 01:34:31 +0000 (+0100) Subject: minimal.conf: override OVERRIDES to include the MACHINE_CLASS X-Git-Tag: Release-2010-05/1~3796^2~53^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e710c6246b4680800e1a266248d2b39be9a323e;p=openembedded.git minimal.conf: override OVERRIDES to include the MACHINE_CLASS --- 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 @@ -73,6 +73,11 @@ MACHINE_KERNEL_VERSION = "2.6" 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 #############################################################################