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.

Change-Id: I959ffa1609b7fdc6c151a90496a955381119e6b5
Signed-off-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
0xB0D authored and lumag committed Dec 25, 2023
1 parent 2bcd5f5 commit fab94e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Setup Environment
-----------------

MACHINE values can be:
* dragonboard-410c
* dragonboard-820c
* ...
* qcom-armv8a
* qcom-armv7a
* qcom-armv7a-modem

DISTRO values can be:
* rpb
Expand All @@ -52,7 +52,7 @@ DISTRO values can be:
. setup-environment
MACHINE=<machine> DISTRO=<distro> bitbake <image>
```
e.g. MACHINE=dragonboard-410c DISTRO=rpb bitbake core-image-minimal
e.g. MACHINE=qcom-armv8a DISTRO=rpb bitbake core-image-minimal

Creating a local topic branch
-----------------------------
Expand Down

0 comments on commit fab94e9

Please sign in to comment.