Skip to content

Commit

Permalink
README.md: update for current contents and layer naming
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
  • Loading branch information
dozylynx committed Oct 4, 2023
1 parent 38ada16 commit 48df899
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# meta-argo-linux : Argo's Linux device driver and userspace software
# meta-argo : Layer for Argo interdomain communication software

This is a port of the OpenXT v4v Linux device driver and userspace software to the Xen Argo hypervisor interface.

OpenEmbedded layer meta and recipes are included in this repository to enable building this software into deployable images.
OpenEmbedded layer meta and recipes to enable building Argo software for deployable images, currently with Xen and Linux.

-- Christopher Clark, December 2018
- updated January 2019
- updated September 2023

## References

* https://xenbits.xen.org/docs/4.17-testing/designs/argo.html
* https://wiki.xenproject.org/wiki/Argo:_Hypervisor-Mediated_Exchange_(HMX)_for_Xen
* https://openxt.atlassian.net/wiki/spaces/DC/pages/1770422298/HMX+Hypervisor-Mediated+data+eXchange
* https://static.sched.com/hosted_files/xensummit19/92/Argo%20and%20HMX%20-%20OpenXT%20-%20Christopher%20Clark%20-%20Xen%20Summit%202019.pdf
* https://www.youtube.com/watch?v=cnC0Tg3jqJQ

## Build instructions


Expand All @@ -18,7 +24,7 @@ I recommend using a machine with a linux distribution that OpenEmbedded are happ
### Obtain source material

```
export BRANCH="nanbield"
export BRANCH="mickledore"
git clone git://git.yoctoproject.com/poky
cd poky
Expand Down Expand Up @@ -70,7 +76,7 @@ Building for x86-64. *ARM can be done, but requires additional configuration out
```
MACHINE = "genericx86-64"
DISTRO_FEATURES_append = " virtualization xen"
DISTRO_FEATURES:append = " virtualization xen"
```

These speed up the build; choose numbers appropriate for your hardware.
Expand Down

0 comments on commit 48df899

Please sign in to comment.