Re: [yocto] Proper convention for naming guest

2018-09-27 Thread Ken Bassford
> Hi Folks, > > Managed to get what I wanted via a combination of ... > my xl create image.conf file(s) ... > """ > # Guest name > name = "" > hostname = "" > """ > and adding the following to my bb image recipe(s) > """ > # Set hostname > run_postprocess() { >

[yocto] Proper convention for naming guest

2018-09-26 Thread Ken Bassford
Hi Folks, I'm rather new to Yocto so please forgive me (and please correct me) if I have some of the terminology wrong. I am currently building a Xen dom0 with two guest domain images running under the dom0. These directories for building each of these images are located under the meta-virtua