Skip to content

Commit

Permalink
docs/BUILD.md: describe the PREEMPT_RT=1 make build argument
Browse files Browse the repository at this point in the history
Just a line, which exposes the possibility to build PREEMPT_RT EVE.

Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
  • Loading branch information
rouming committed Jun 1, 2023
1 parent e02f9c3 commit 4bc287f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The four main knobs you should be aware of are:
* `ZARCH` - sets the architecture (either arm64 or amd64) of the resulting image
* `HV` - sets the hypervisor flavor of the resulting image (acrn, xen or kvm)
* `IMAGE_FORMAT` - sets the image format of the resulting bootable image (raw, qcow2 or gcp)
* `PREEMPT_RT` - set to '1' applies, enables and builds PREEMPT_RT patches for EVE kernel

You can always specify an arbitrary combinations of these knobs to set the desired outcome of the build.
For example, the following command line will build a Google Compute Platform live image with the default
Expand Down

0 comments on commit 4bc287f

Please sign in to comment.