mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 01:20:09 +00:00
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 <Nathan.Dunne@arm.com> Change-Id: I0c0c16063cc66f1d0d66b5458ee0eea5da4d2ee4 Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user