summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.adoc
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2017-11-03 11:08:03 +0200
committerLeon Anavi <leon.anavi@konsulko.com>2017-11-03 11:08:03 +0200
commitc24a4eb87b9b1f7a5b68b6ae175a1c87b042572d (patch)
tree9f83140cc384918d91faf975684ff9d7c7747818 /CONTRIBUTING.adoc
parent63be71dc7edf9315ee384a19afdf6a68866befe2 (diff)
parentcdeaf6933f894edafdf9a01f2d0b118a1fcbb35c (diff)
downloadmeta-updater-c24a4eb87b9b1f7a5b68b6ae175a1c87b042572d.tar.gz
Merge branch 'pyro' of https://github.com/advancedtelematic/meta-updater into feat/PRO-4199/oe-selftest
Diffstat (limited to 'CONTRIBUTING.adoc')
-rw-r--r--CONTRIBUTING.adoc15
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
3We 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