diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-11-01 14:42:01 +0100 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-11-01 14:43:13 +0100 |
commit | 43b0d7ffd904fbb74678a81fbaf43dd1a71d54af (patch) | |
tree | 0be84bd2b95b53a30e44b9016dc6beabc9e5284b /CONTRIBUTING.adoc | |
parent | 26d7ed9228abab426a7b2d1e0eef2b1ba4cfde84 (diff) | |
download | meta-updater-43b0d7ffd904fbb74678a81fbaf43dd1a71d54af.tar.gz |
Add CONTRIBUTING information
Diffstat (limited to 'CONTRIBUTING.adoc')
-rw-r--r-- | CONTRIBUTING.adoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc new file mode 100644 index 0000000..7255a72 --- /dev/null +++ b/CONTRIBUTING.adoc | |||
@@ -0,0 +1,15 @@ | |||
1 | = Contributing | ||
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]. | ||
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 | | `TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake "` | Use with `bitbake -c populate_sdk core-image-minimal` to build a SDK | ||
14 | |||
15 | |||