From 43b0d7ffd904fbb74678a81fbaf43dd1a71d54af Mon Sep 17 00:00:00 2001 From: Phil Wise Date: Wed, 1 Nov 2017 14:42:01 +0100 Subject: Add CONTRIBUTING information --- CONTRIBUTING.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.adoc diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc new file mode 100644 index 0000000..7255a72 --- /dev/null +++ b/CONTRIBUTING.adoc @@ -0,0 +1,15 @@ += Contributing + +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]. + +== Options for local.conf/site.conf + +[options="header"] +|====================== +| Option | Effect +| `require classes/sota_bleeding.inc` | Always build the latest master of Aktualizr +| `BRANCH_pn-aktualizr = "mybranch"` +`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` +| `TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake "` | Use with `bitbake -c populate_sdk core-image-minimal` to build a SDK + + -- cgit v1.2.3-54-g00ecf