From 7dea03ba3da964667a8b2f78fcef1b82e595f2df Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 1 Jan 2019 16:02:52 -0500 Subject: [PATCH] added some examples of how to set CITADEL_TOOLS_PATH --- meta-citadel/conf/local.conf.sample | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/meta-citadel/conf/local.conf.sample b/meta-citadel/conf/local.conf.sample index 4effe31..450a34a 100644 --- a/meta-citadel/conf/local.conf.sample +++ b/meta-citadel/conf/local.conf.sample @@ -204,3 +204,20 @@ INHERIT+="toaster buildhistory" # will also build citadel-image with powertop package installed # # DISTROOVERRIDES = "citadel-powertop" + + +# +# Set to build citadel-tools recipes from a local copy on the filesystem rather than +# check out the source code from git. +# +# Use this when you want to build citadel images with code that is in progress and +# has not yet been checked in and/or pushed to github. +# +# CITADEL_TOOLS_PATH = "/home/user/citadel-tools" +# +# You can also set this for individual recipes to avoid always rebuilding the +# entire set of citadel-tools on every change. +# +# CITADEL_TOOLS_PATH_pn-citadel-mount = "/home/user/citadel-tools" +# CITADEL_TOOLS_PATH_pn-citadel-realms = "/home/user/citadel-tools" +#