From 1e710c6246b4680800e1a266248d2b39be9a323e Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 21 Mar 2009 02:34:31 +0100 Subject: minimal.conf: override OVERRIDES to include the MACHINE_CLASS --- conf/distro/minimal.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf/distro/minimal.conf') 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 ############################################################################# -- cgit 1.2.3-korg