mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-03 01:40:20 +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
|
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,
|
file similar to guest.conf, ensuring TMPDIR is set to a different path,
|
||||||
and everything between `---Guest Config Start---` and
|
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
|
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
|
collisions (e.g. `MC_GUEST_2_*`), and the name of the conf file must also
|
||||||
|
|||||||
Reference in New Issue
Block a user