From patchwork Sun Oct 21 15:27:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04/18] Add BUILD_* overrides Date: Sun, 21 Oct 2012 05:27:27 -0000 From: Yann Diorcet X-Patchwork-Id: 193008 Message-Id: <1350833261-8401-4-git-send-email-diorcet.yann@gmail.com> To: dev@oe-lite.org Cc: Yann Diorcet From: Yann Diorcet Add missing overrides --- conf/overrides.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/overrides.conf b/conf/overrides.conf index 28329e6..3d48c6a 100644 --- a/conf/overrides.conf +++ b/conf/overrides.conf @@ -3,6 +3,7 @@ OVERRIDES = "local\ :DISTRO_${DISTRO}\ :TARGET_CPU_FAMILIES:TARGET_CPU_${TARGET_CPU}:TARGET_OS_${TARGET_OS}\ :HOST_CPU_FAMILIES:HOST_CPU_${HOST_CPU}:HOST_OS_${HOST_OS}\ +:BUILD_CPU_FAMILIES:BUILD_CPU_${BUILD_CPU}:BUILD_OS_${BUILD_OS}\ :${RECIPE_TYPE}\ " #TARGET_OVERRIDES = ":TARGET_CPU_${TARGET_CPU}:TARGET_OS_${TARGET_OS}"