Fix documentation about device build dependencies.
This commit is contained in:
parent
4aa36aa365
commit
56396528af
1 changed files with 2 additions and 2 deletions
|
@ -149,11 +149,11 @@ Building JELOS is easy, the fastest and most recommended method is to instruct t
|
|||
|RK3588||```make docker-RK3588```|
|
||||
|RK3326||```make docker-RK3326```|
|
||||
|RK3566||```make docker-RK3566```|
|
||||
|RK3566-X55||```make docker-RK3566-X55```|
|
||||
|RK3566-X55|RK3566|```make docker-RK3566-X55```|
|
||||
|S922X||```make docker-S922X```|
|
||||
|ALL DEVICES||```make docker-world```|
|
||||
|
||||
> Devices that list a dependency require the dependency to be built first as that build will be used as the root of the device you are building. This will be done automatically by the build tooling when you start a build for your device.
|
||||
> Devices that list a dependency require you to build the dependency first, since that build will be used as the root of the device you are building.
|
||||
|
||||
Next, build the version of JELOS for your device. See the table above for dependencies.
|
||||
|
||||
|
|
Loading…
Reference in a new issue