summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-02-02 13:44:59 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2018-04-12 12:10:15 +0200
commit9964b506922a25fa07f9bfee690d4e680fa8d980 (patch)
tree98f25e5ed9c75d825c731be13c166831202f77ed
parent2cf165df41c9d62a2746e26aa00fbdc80a9b9318 (diff)
downloadmeta-updater-9964b506922a25fa07f9bfee690d4e680fa8d980.tar.gz
Add SRCREV_pn-aktualizr to documentation.
Cherry-pick of 2d3e4530c07df2ad0cab16d90ede7f9c482c7022 from rocko.
-rw-r--r--CONTRIBUTING.adoc4
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