summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2020-02-12 15:55:21 -0800
committerGitHub <noreply@github.com>2020-02-12 15:55:21 -0800
commitd37a6f3c7f43b1352f2dd0cf2cc2c4bd4baacf20 (patch)
treeef634fb5eecf85febe0fc30eb2d56c93dd5a7819
parent87ebea7e5ec96558bd2c9688fecd9b3b2d8e2a3d (diff)
parent3e6b1da7a0831a2569dbed27c9083cecfa02070f (diff)
Merge pull request #112 from bearrito/bugfix/device-type-link
Update Device Types Link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e2d531c..2c41ff3 100644
--- a/README.md
+++ b/README.md
@@ -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)