diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2018-04-03 15:40:18 +0200 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-04-03 16:22:12 +0200 |
| commit | be74b1ee32332c81d604550c1cf51d7c3eb5590f (patch) | |
| tree | 67a14e8cae9bfcf5a2ebab4967cbd31becc97f84 /CONTRIBUTING.adoc | |
| parent | b1a114da280a05cfc2b7b099c97101bd20cc6b8f (diff) | |
| download | meta-updater-be74b1ee32332c81d604550c1cf51d7c3eb5590f.tar.gz | |
Move dev settings to main README. Add table of contents.
Diffstat (limited to 'CONTRIBUTING.adoc')
| -rw-r--r-- | CONTRIBUTING.adoc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 69509c3..df7a717 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc | |||
| @@ -1,15 +1,4 @@ | |||
| 1 | = Contributing | 1 | = Contributing |
| 2 | 2 | ||
| 3 | We welcome pull requests from everyone. Here are some notes that are useful for people working on meta-updater (this repository) and https://github.com/advancedtelematic/aktualizr[aktualizr]. | 3 | We welcome pull requests from everyone. It may be helpful to read the README and other documentation for link:README.adoc[this repo], https://github.com/advancedtelematic/aktualizr[aktualizr], and the https://github.com/advancedtelematic/updater-repo/[updater-repo], particularly the sections and development and debugging. |
| 4 | 4 | ||
| 5 | == Options for local.conf/site.conf | ||
| 6 | |||
| 7 | [options="header"] | ||
| 8 | |====================== | ||
| 9 | | Option | Effect | ||
| 10 | | `require classes/sota_bleeding.inc` | Always build the latest master of Aktualizr | ||
| 11 | | `BRANCH_pn-aktualizr = "mybranch"` | ||
| 12 | `BRANCH_pn-aktualizr-native = "mybranch"` | Build `mybranch` of Aktualizr (note that both of these need to be set). This will normally be used with `require classes/sota_bleeding.inc` | ||
| 13 | | `SRCREV_pn-aktualizr = "1004efa3f86cef90c012b34620992b5762b741e3"` | ||
| 14 | `SRCREV_pn-aktualizr-native = "1004efa3f86cef90c012b34620992b5762b741e3"` | Build the specified revision of Aktualizr (note that both of these need to be set). | ||
| 15 | | `TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake "` | Use with `bitbake -c populate_sdk core-image-minimal` to build a SDK | ||
