From 6f1569e0c88d80b622e324c4ffcb6ead8b7b8812 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 24 Apr 2012 18:31:57 -0500 Subject: [PATCH] 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 --- meta-fsl-ppc/conf/distro/fsl.conf | 2 ++ 1 file changed, 2 insertions(+) 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 = "" -- 2.40.1