From f1bb814d507a9746497d9d22d1ebcbf67d486199 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 30 Jan 2015 10:54:24 -0800 Subject: ref-manual: Fixed icecc example code Fixes [YOCTO #6912] The example used to make sure builders use the same sstate signatures regardless if they use icecc or not was incorrect. I updated the INHERIT_DISTRO line of the example to use the append part in the name so it appends the icecc as suggested by the bug submitter. Reported-by: Peter Bergin (From yocto-docs rev: 1f6b2f152202ab6e0be3026af3275f67bdb40d16) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 7b8cd26848..f2c4c79c5a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1177,7 +1177,7 @@ ICECC_DISABLED variable to "1" as follows: - INHERIT_DISTRO += "icecc" + INHERIT_DISTRO_append = " icecc" ICECC_DISABLED ??= "1" This practice makes sure everyone is using the same signatures but also -- cgit v1.2.3-54-g00ecf