Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,3 @@
## clear-journal.sh

Clears systemd's journal.

### History

## rsync_amdgpu_dkms.sh

Helper script used for syncing changes from the AMDGPU-DKMS source code.

Requirements:
- AMDGPU-DKMS already installed on the target system.
- sudo privileges on target system.
- Copy of brahma/ec/linux Gerrit repository for tracking changes.
- Use git branch `amd-staging-dkms-#.#` or `amd-mainline-dkms-#.#`

### Usage
```
rsync_amdgpu_dkms.sh target_machine [amdgpu_src_path]

target-machine An SSH-styled address URI (e.g. [USERNAME@]HOSTNAME[:PORT]).
amdgpu_src_path Path of the amdgpu-dkms source code.
If not specified, will attempt to use a default path from
DEFAULT_AMDGPU_SRC_PATH.
```