From 39872f6e2327f68873865561ad8ee0df37192947 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Sun, 11 Nov 2018 10:33:33 +0100 Subject: [PATCH 1/5] resin-yocto-scripts: Update to master HEAD Changelog-entry: Update the resin-yocto-scripts to master HEAD Signed-off-by: Florin Sarbu --- resin-yocto-scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resin-yocto-scripts b/resin-yocto-scripts index 8312741..a118ee9 160000 --- a/resin-yocto-scripts +++ b/resin-yocto-scripts @@ -1 +1 @@ -Subproject commit 8312741e13604a9d166370349061876afb22c0fa +Subproject commit a118ee9883101269bb56620074c384b3f582aba4 From 87940da53857935e1a2fce250eb68eee61c7f9df Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 12 Nov 2018 10:56:16 +0100 Subject: [PATCH 2/5] packagegroup-resin-connectivity: Only add rtl8189 For Orange Pi Plus2 From the list of supported boards, only the Orange Pi Plus2 board has this WiFi chipset so let's not include it for all. Changelog-entry: Include the RTL8189ES / RTL8189ETV driver only for the Orange Pi Plus2 board Signed-off-by: Florin Sarbu --- .../packagegroups/packagegroup-resin-connectivity.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-resin-allwinner/recipes-core/packagegroups/packagegroup-resin-connectivity.bbappend b/layers/meta-resin-allwinner/recipes-core/packagegroups/packagegroup-resin-connectivity.bbappend index e34d669..eb83289 100644 --- a/layers/meta-resin-allwinner/recipes-core/packagegroups/packagegroup-resin-connectivity.bbappend +++ b/layers/meta-resin-allwinner/recipes-core/packagegroups/packagegroup-resin-connectivity.bbappend @@ -1,4 +1,4 @@ CONNECTIVITY_FIRMWARES_append = " linux-firmware-ap6212 linux-firmware-brcm43362" -CONNECTIVITY_MODULES_append = " rtl8189" +CONNECTIVITY_MODULES_append_orangepi-plus2 = " rtl8189" CONNECTIVITY_FIRMWARES_append_nanopi-neo-air = " linux-firmware-bcm43430" From f8a22a9693065d2ffcbf3aeb3adba0ad68af17a4 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 12 Nov 2018 10:59:55 +0100 Subject: [PATCH 3/5] rtl8189.bb: Update to latest master HEAD Signed-off-by: Florin Sarbu --- layers/meta-resin-allwinner/recipes-kernel/rtl8189/rtl8189.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-resin-allwinner/recipes-kernel/rtl8189/rtl8189.bb b/layers/meta-resin-allwinner/recipes-kernel/rtl8189/rtl8189.bb index 02d827b..74ea7fa 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/rtl8189/rtl8189.bb +++ b/layers/meta-resin-allwinner/recipes-kernel/rtl8189/rtl8189.bb @@ -9,7 +9,7 @@ SRC_URI = " \ file://0001-Use-modules_install-as-wanted-by-yocto.patch \ " -SRCREV ="3dfd3e9ca67405bdd6352d5c2f887382859e0861" +SRCREV ="f6da92d3b2a17630d9decb21c99e4d5597990fa8" S = "${WORKDIR}/git" From 2600de48473d71799a9e7b3ba0b42cbf829887de Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 12 Nov 2018 11:03:47 +0100 Subject: [PATCH 4/5] README.md: Add contribution commit guidelines Changelog-Entry: Update contribution commit guidelines Signed-off-by: Florin Sarbu --- README.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fc43f7..fecb9cf 100644 --- a/README.md +++ b/README.md @@ -68,16 +68,37 @@ To contribute send github pull requests targeting this repository. Please refer to: [Yocto Contribution Guidelines](https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information) and try to use the commit log format as stated there. Example: ``` -test.bb: I added a test - -[Issue #01] +: Short description I'm going to explain here what my commit does in a way that history would be useful. +Changelog-entry: User facing description of the issue Signed-off-by: Joe Developer ``` +The header of each commit must not exceed 72 characters in length and must be in 1 line only. + +The header and the subject of each commit must be separated by an empty line. + +The subject of each commit must not exceed 72 characters in length but can be wrapped to several lines. + +The subject and the footer of each commit must be separated by an empty line. + +Every pull request must contain at least one commit annotated with the `Changelog-entry` footer. The messages contained in these footers will be used to automatically fill the changelog on every new version. + +Also, every update to `meta-resin` should be separated into its own commit, if the body of that commit contains the following line `Updated meta-resin from X to Y` the generated changelog will include a button to show all the updates in `meta-resin` from the version after `X` to `Y`. + +An example of a valid commit updating `meta-resin` is: + +``` +layers/meta-resin: Update to v2.24.0 + +Update meta-resin from 2.19.0 to 2.24.0 + +Changelog-entry: Update the meta-resin submodule from v2.19.0 to v2.24.0 +``` + Make sure you mention the issue addressed by a PR. See: * https://help.github.com/articles/autolinked-references-and-urls/#issues-and-pull-requests * https://help.github.com/articles/closing-issues-via-commit-messages/#closing-an-issue-in-a-different-repository From d7a56e88032ca52e48d5c8f317a236e3f29bcbf7 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Sun, 11 Nov 2018 10:34:16 +0100 Subject: [PATCH 5/5] layers/meta-resin: Update to v2.26.0 Update meta-resin from 2.19.0 to 2.26.0 Changelog-entry: Update the meta-resin submodule from v2.19.0 to v2.26.0 Signed-off-by: Florin Sarbu --- layers/meta-resin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-resin b/layers/meta-resin index 47a185d..426f690 160000 --- a/layers/meta-resin +++ b/layers/meta-resin @@ -1 +1 @@ -Subproject commit 47a185d60ca0af6ff4bd156f1abc31df59e71f40 +Subproject commit 426f69000bf1c6f632345a1b63a1572f99c55e77