Skip to content

Commit

Permalink
README: Remove outdated config information
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkajetanp committed Sep 4, 2023
1 parent a4da6be commit dc05200
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ By default, the values in wp/config_default.yaml will be used. They can be overr

* `plat_info` - Platform info used for some analysis metrics. Either use the one provided in `assets/` for Pixel 6 or generate one by modifying the provided script.
* `target_conf` - Path to the device target config. Used to build the Lisa module with lisa-load-kmod.
* `adb_host` & `adb_port` - Defaults should work, ADB access settings used by the `run` and `device` subcommands

```
target:
plat_info: ~/power/pixel6/workload-processor/assets/p6-platform-info.yml
target_conf: ~/tools/lisa/target_conf_p6.yml
host:
adb_host: 127.0.0.1
adb_port: 5037
```

Additionally, the following things can be configured in the same way:
Expand Down
3 changes: 0 additions & 3 deletions wp/config_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ target:
'thermal_zone2-temp': 'little',
}
modules_path: /vendor_dlkm/lib/modules/
host:
adb_host: 127.0.0.1
adb_port: 5037
processor:
important_tasks:
jankbench: [
Expand Down

0 comments on commit dc05200

Please sign in to comment.