Skip to content

Commit

Permalink
README.md: Update example to reflect current MACHINE names
Browse files Browse the repository at this point in the history
The current example gives an invalid MACHINE. meta-qcom has moved to more
generic MACHINE types instead of specific board targets.

Give the example most users would be interested in qcom-armv8a.

Signed-off-by: Bryan O'Donoghue <[email protected]>
  • Loading branch information
0xB0D committed Nov 29, 2023
1 parent 4a909a0 commit 52ae17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To run the setup script:

And follow the instructions. If you already know the value for MACHINE and DISTRO, it is possible to set them as environment variables, e.g.

$ MACHINE=dragonboard-410c DISTRO=rpb source setup-environment
$ MACHINE=qcom-armv8a DISTRO=rpb source setup-environment

## Build a minimal, console-only image

Expand Down

0 comments on commit 52ae17c

Please sign in to comment.