From 5caf1fb94e44f71f3d13f79e3c34c75b5ad1a214 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 24 Apr 2012 18:31:57 -0500 Subject: 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 --- conf/distro/fsl.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf index 32c86d4..50a8279 100644 --- a/conf/distro/fsl.conf +++ b/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 = "" -- cgit v1.2.3-54-g00ecf