diff options
| author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-02-06 23:38:26 -0200 |
|---|---|---|
| committer | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-02-06 23:38:26 -0200 |
| commit | aa5753067430de2fd7a94c5d07c68ae429465acf (patch) | |
| tree | 095f6bbd5b75a77a22a296d8688fc33ca94c8281 /CONTRIBUTING.adoc | |
| parent | 51173110ef607a90d3fe699a7f53b6fbe6c76385 (diff) | |
| parent | e9886a382edfe447880aec3a2ca4a08f65892181 (diff) | |
| download | meta-updater-aa5753067430de2fd7a94c5d07c68ae429465acf.tar.gz | |
Merge branch 'rocko'
Diffstat (limited to 'CONTRIBUTING.adoc')
| -rw-r--r-- | CONTRIBUTING.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 7255a72..69509c3 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc | |||
| @@ -10,6 +10,6 @@ We welcome pull requests from everyone. Here are some notes that are useful for | |||
| 10 | | `require classes/sota_bleeding.inc` | Always build the latest master of Aktualizr | 10 | | `require classes/sota_bleeding.inc` | Always build the latest master of Aktualizr |
| 11 | | `BRANCH_pn-aktualizr = "mybranch"` | 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` | 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). | ||
| 13 | | `TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake "` | Use with `bitbake -c populate_sdk core-image-minimal` to build a SDK | 15 | | `TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake "` | Use with `bitbake -c populate_sdk core-image-minimal` to build a SDK |
| 14 | |||
| 15 | |||
