> 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() {
>
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