diff options
author | Kevin Hilman <khilman@baylibre.com> | 2020-02-12 15:55:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 15:55:21 -0800 |
commit | d37a6f3c7f43b1352f2dd0cf2cc2c4bd4baacf20 (patch) | |
tree | ef634fb5eecf85febe0fc30eb2d56c93dd5a7819 | |
parent | 87ebea7e5ec96558bd2c9688fecd9b3b2d8e2a3d (diff) | |
parent | 3e6b1da7a0831a2569dbed27c9083cecfa02070f (diff) |
Merge pull request #112 from bearrito/bugfix/device-type-link
Update Device Types Link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ You will see it in the "All Jobs" list: http://localhost:10080/scheduler/alljobs To add a board you need to find its device-type, standard naming is to use the same as the official kernel DT name. (But a very few DUT differ from that) -You could check in https://github.com/Linaro/lava-server/tree/release/lava_scheduler_app/tests/device-types if you find yours. +You could check in https://github.com/Linaro/lava/tree/master/etc/dispatcher-config/device-types if you find yours. Example: For a beagleboneblack, the device-type is beaglebone-black (Even if official DT name is am335x-boneblack) |