Hi, I need to create 2 partitions, (eg. testapp and testcontainers in the domU's(guest domains)). However I dont need a additional partition in the dom0(root OS). How can I implement 2 partitions in guest OS's(domU's) using Yocto Build. I am using linux 38.0 for the build.
Hi, Joey_z Thankyou for the information. I did not mean to add a partition to create another domU(i.e domu2). I have already created domu1 as well as domu2. Now, inside domU1 and domU2, In the filesystem hierarchy in domU1 and domU2 I need to add /testapp and /testcontainer along with /usr /bin /home /lib /etc /usrdata etc. How can I add it ?
To add new directories, such as /testapp and /testcontainer, to the file systems of existing domus (like domU1 and domU2), you can try to achieve this by modifying the Yocto build configuration.