From: Matthew McClintock Date: Tue, 24 Apr 2012 23:31:57 +0000 (-0500) Subject: Disable ccache in FSL distro X-Git-Tag: 2.1~534^2~473 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6f1569e0c88d80b622e324c4ffcb6ead8b7b8812;p=meta-freescale.git Disable ccache in FSL distro I'm trying to determine if ccache is causing issues with sstate and need to disable and it do a complete build for testing Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/conf/distro/fsl.conf b/meta-fsl-ppc/conf/distro/fsl.conf index 32c86d45..50a82797 100644 --- a/meta-fsl-ppc/conf/distro/fsl.conf +++ b/meta-fsl-ppc/conf/distro/fsl.conf @@ -56,3 +56,5 @@ FREESCALE_GIT = "git://git.am.freescale.net" SYSVINIT_ENABLED_GETTYS = "" USE_VT = "" SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" + +CCACHE = ""