summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-04-24 18:31:57 -0500
committerMatthew McClintock <msm@freescale.com>2012-04-24 18:31:57 -0500
commit5caf1fb94e44f71f3d13f79e3c34c75b5ad1a214 (patch)
tree22a9d42fe65f2d982ef4b5db3f9cdb06a28756f7
parentbcb3519cda27a60d9e74eb62bcc6c62ccc911aef (diff)
downloadmeta-fsl-ppc-5caf1fb94e44f71f3d13f79e3c34c75b5ad1a214.tar.gz
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 <msm@freescale.com>
-rw-r--r--conf/distro/fsl.conf2
1 files changed, 2 insertions, 0 deletions
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"
56SYSVINIT_ENABLED_GETTYS = "" 56SYSVINIT_ENABLED_GETTYS = ""
57USE_VT = "" 57USE_VT = ""
58SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" 58SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
59
60CCACHE = ""