From fc0bed464eb3846e54bc27c853a5d3801b86c1f3 Mon Sep 17 00:00:00 2001 From: Nathan Dunne Date: Wed, 17 Feb 2021 15:08:20 +0000 Subject: [PATCH] arm-autonomy/documentation: Update multiconfig docs with mc name requirements Update documentation to mention that hyphens are illegal in multiconfig conf file names Signed-off-by: Nathan Dunne Change-Id: I0c0c16063cc66f1d0d66b5458ee0eea5da4d2ee4 Signed-off-by: Jon Mason --- meta-arm-autonomy/documentation/arm-autonomy-multiconfig.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arm-autonomy/documentation/arm-autonomy-multiconfig.md b/meta-arm-autonomy/documentation/arm-autonomy-multiconfig.md index 4f4bb746..8fd60f13 100644 --- a/meta-arm-autonomy/documentation/arm-autonomy-multiconfig.md +++ b/meta-arm-autonomy/documentation/arm-autonomy-multiconfig.md @@ -154,7 +154,9 @@ a different guestname. To have different config for each guest, each will need its own config file similar to guest.conf, ensuring TMPDIR is set to a different path, and everything between `---Guest Config Start---` and -`---Guest Config End---` will need to be duplicated. +`---Guest Config End---` will need to be duplicated. Ensure that the name +of the multiconfig conf file does not contain any hyphens (-), since this +will create errors when it becomes part of a function name. Any copies of variables that start `MC_GUEST` must be altered to avoid collisions (e.g. `MC_GUEST_2_*`), and the name of the conf file must also