Skip to content

Commit

Permalink
README.md: switch branch in instructions; fix DISTRO_FEATURES append
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 5ba3855 commit 78df889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,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 @@ -76,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 78df889

Please sign in to comment.