From 13c8e2bfa7c18da8b314a824678013350327f96d Mon Sep 17 00:00:00 2001 From: ali Date: Tue, 2 Jun 2020 12:34:53 +0200 Subject: [PATCH 1/2] Update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 750b084..02aa3e1 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,8 @@ If, for instance, you would add a new board to `boards.txt` called Neovortex, th #### Deployment 1. After testing, edit the URL in the package index document and commit again. + + +#### Build pipeline + +In the yocto recipe, this package is pulled via it's commit hash. This commit ID needs to be updated in the Yocto recipe in the file "neocortex-arduino-native_0.0.1.bb" From 17f6e0df244d95db10c3cbefe27a5aadf3bbeca5 Mon Sep 17 00:00:00 2001 From: ali Date: Fri, 5 Jun 2020 10:45:33 +0200 Subject: [PATCH 2/2] Update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02aa3e1..ae3c0c1 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,14 @@ If, for instance, you would add a new board to `boards.txt` called Neovortex, th #### Build pipeline -In the yocto recipe, this package is pulled via it's commit hash. This commit ID needs to be updated in the Yocto recipe in the file "neocortex-arduino-native_0.0.1.bb" +1. In the yocto recipe, this package is pulled via it's commit hash. This commit ID needs to be updated in the Yocto recipe in the file "neocortex-arduino-native_0.0.1.bb" + +2. Lastly, in the Jenkins configuration panel scroll down to the "Execute shell" script, and add the new recipe to the list of recipe configurations that need to be generated for "local.conf". For example: + +```bash +if [ -n "${BIOX_TORSK_FIRMWARE_BRANCH}" ]; then + echo "BIOX_INTEGRATION_BRANCH_pn-rombov-firmware = \"${BIOX_TORSK_FIRMWARE_BRANCH}\"" >> conf/local.conf + echo "BIOX_INTEGRATION_BRANCH_pn-rombov2-firmware = \"${BIOX_TORSK_FIRMWARE_BRANCH}\"" >> conf/local.conf + echo "BIOX_INTEGRATION_BRANCH_pn-rombov3-firmware = \"${BIOX_TORSK_FIRMWARE_BRANCH}\"" >> conf/local.conf +fi +``` \ No newline at end of file