From 6b6c62c00e5805f3b6397b696fe44254711e7af4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:59:55 +0300 Subject: [PATCH] v2.41.1+rev6 --- .versionbot/CHANGELOG.yml | 35 +++++++++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 14aa402..131d462 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,38 @@ +- commits: + - subject: Remove unused patches and cleanup + hash: 7d5f1dbda1bba54af7446d5f7c18c55ad8098734 + body: > + Some patches were part of other linux-mainline + + kernel versions but are not anymore part of the + + current 4.19.76. + + + Move 0001-Enable-uart3-for-NanoPi-Neo-Air-used-by-BT.patch + + in linux-mainline_4.19.76.bbappend to avoid error + + patching file arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts + + Hunk #2 FAILED at 162. + + 1 out of 2 hunks FAILED -- rejects in file + arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts + + + Place all patches from Armbian in a separate directory and do all the + Balena specific + + operations in linux-mainline_%.bbappend only. + footer: + Changelog-entry: Remove unused patches and cleanup + changelog-entry: Remove unused patches and cleanup + Signed-off-by: Vicentiu Galanopulo + signed-off-by: Vicentiu Galanopulo + author: Vicentiu Galanopulo + version: 2.41.1+rev6 + date: 2019-10-14T07:47:15.580Z - commits: - subject: Remove linux-4.14 recipe hash: 72f50b158dd6c18620d08069088e3adafb649241 diff --git a/CHANGELOG.md b/CHANGELOG.md index fbde7bb..a281284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v2.41.1+rev6 +## (2019-10-14) + +* Remove unused patches and cleanup [Vicentiu Galanopulo] + # v2.41.1+rev5 ## (2019-10-11) diff --git a/VERSION b/VERSION index 71dcf55..77312d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.41.1+rev5 \ No newline at end of file +2.41.1+rev6 \ No newline at end of file