summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/ptx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/ptx.conf b/conf/distro/ptx.conf
index 254ea9e..aed4d47 100644
--- a/conf/distro/ptx.conf
+++ b/conf/distro/ptx.conf
@@ -30,3 +30,7 @@ DISTRO_EXTRA_RRECOMMENDS += " ${PTX_DEFAULT_EXTRA_RRECOMMENDS}"
# add build
INHERIT += "image-buildinfo"
+# prepare to use icecc
+# to enable icecc in your build, add ICECC_DISABLED = "" to your local.conf
+INHERIT_DISTRO_append = " icecc"
+ICECC_DISABLED ??= "1"