balena-allwinner/.versionbot/CHANGELOG.yml
2018-10-09 07:52:18 -07:00

388 lines
16 KiB
YAML

- commits:
- subject: Update the meta-resin submodule from v2.14.3 to v2.19.0
hash: 4cd258fe9042b9d28e815e361c9756ece1fe56df
body: |
Update meta-resin from 2.14.3 to 2.19.0
footer:
Changelog-entry: Update the meta-resin submodule from v2.14.3 to v2.19.0
changelog-entry: Update the meta-resin submodule from v2.14.3 to v2.19.0
Signed-off-by: Florin Sarbu <florin@resin.io>
signed-off-by: Florin Sarbu <florin@resin.io>
author: Florin Sarbu
nested:
- commits:
- subject: Update Balena to fix tty console hanging in some cases
hash: 06ae0837d2823587858437d5eb41b8fc5be8e7c6
body: |
https://github.com/resin-os/balena/pull/101
footer:
Change-type: patch
change-type: patch
Changelog-entry: Update Balena to fix tty console hanging in some cases
changelog-entry: Update Balena to fix tty console hanging in some cases
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
signed-off-by: Petros Angelatos <petrosagg@gmail.com>
author: Petros Angelatos
- subject: >-
Pin down cargo deps (using Cargo.lock) to versions known working
with rust 1.24.1 (for sumo)
hash: ef3e76f2d343e8cd367214b4b5ce52b3b97be262
body: >
With Sumo 19.0.1, when building cargo 0.25.0 we get:
| error[E0425]: cannot find function `read_to_string` in module
`fs`
| -->
/yocto/resin-board/build/tmp/work/x86_64-linux/cargo-native/
0.25.0-r0/cargo_home/registry/src/github.com-1ecc6299db9ec823/
libssh2-sys-0.2.11/build.rs:99:26
let config =
fs::read_to_string("libssh2/src/libssh2_config_cmake.h.in")
^^^^^^^^^^^^^^ did you mean `read_string`?
This is just one example of a package that fails like this.
There are
multiple packages in the cargo source tree that fail with this
error.
The cargo bbclass does a:
cargo build -v --target x86_64-linux --release
This has the following effect:
NOTE:- cargo build -v --target x86_64-linux --release.
Updating registry `https://github.com/rust-lang/crates.io-index`
Updating the registry will result in using the versions pinned
upstream.
In our case, it will be using newer versions of packages that
require a
newer rust version (read_to_string was added in rust 1.26.0).
But at the
same time, the meta-rust layer which we use has an older rust
version.
(currently meta-rust on sumo branch has rust at version 1.24.1)
The fix for such a case would be to use a Cargo.lock file which
pins
the packages to versions which are known to work with rust
1.24.1,
the version we use in sumo.
footer:
Change-type: minor
change-type: minor
Changelog-entry: >-
Pin down cargo deps (using Cargo.lock) to versions known
working with rust 1.24.1 (for sumo)
changelog-entry: >-
Pin down cargo deps (using Cargo.lock) to versions known
working with rust 1.24.1 (for sumo)
Signed-off-by: Florin Sarbu <florin@resin.io>
signed-off-by: Florin Sarbu <florin@resin.io>
author: Florin Sarbu
- subject: Remove duplicate packaging of bcm43143
hash: cef8864000507af337a52e47722274921ccb5982
body: >
Yocto Sumo 19.0.1 already packages this firmware separately so
let's
remove the duplication we do here.
footer:
Change-type: minor
change-type: minor
Changelog-entry: Remove duplicate packaging of bcm43143
changelog-entry: Remove duplicate packaging of bcm43143
Signed-off-by: Florin Sarbu <florin@resin.io>
signed-off-by: Florin Sarbu <florin@resin.io>
author: Florin Sarbu
- subject: Set ModemManager to ignore Inca Roads Serial Device
hash: 107ab6747db748201742bf495a1c0f41fb28f1fe
body: ''
footer:
Change-type: patch
change-type: patch
Changelog-entry: Set ModemManager to ignore Inca Roads Serial Device
changelog-entry: Set ModemManager to ignore Inca Roads Serial Device
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
signed-off-by: Petros Angelatos <petrosagg@gmail.com>
author: Petros Angelatos
- subject: Add support for aufs 4.14.56+
hash: 28746ab0d4d14c0def56382b1c1747c009362107
body: ''
footer:
Change-type: minor
change-type: minor
Changelog-entry: Add support for aufs 4.14.56+
changelog-entry: Add support for aufs 4.14.56+
Signed-off-by: Florin Sarbu <florin@resin.io>
signed-off-by: Florin Sarbu <florin@resin.io>
author: Florin Sarbu
- subject: Update resin-supervisor to v7.19.7
hash: 9e595a0cab47b044d445d8aeab23e27a6cff58cc
body: ''
footer:
Change-type: minor
change-type: minor
Changelog-entry: Update resin-supervisor to v7.19.7
changelog-entry: Update resin-supervisor to v7.19.7
Signed-off-by: Cameron Diver <cameron@resin.io>
signed-off-by: Cameron Diver <cameron@resin.io>
author: Cameron Diver
version: meta-resin-2.19.0
date: 2018-09-23T15:05:11.877Z
- commits:
- subject: Add a parsable representation of the changelog
hash: f6c58c1e4da805e5e53da0af08128b7fb4adb87e
body: >
This file allows other components to uniquely parse the
information that
is contained in the changelog. It will be automatically managed
by
versionist by appending the new commits on top. This is needed
to
provide nested-changelogs.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Giovanni Garufi <giovanni@resin.io>
signed-off-by: Giovanni Garufi <giovanni@resin.io>
Changelog-entry: Add a parsable representation of the changelog
changelog-entry: Add a parsable representation of the changelog
author: Giovanni Garufi
version: meta-resin-2.18.1
date: 2018-09-14T12:50:23.575Z
- version: meta-resin-v2.18.0
date: 2018-09-12T00:00:00.000Z
commits:
- subject: >-
Update grub hooks to prepare to load kernel from root [Zubair
Lutfullah Kakakhel]
- subject: 'Update resin-supervisor to v7.19.4 [Cameron Diver]'
- subject: >-
Kernel-resin.bbclass: Enable CONFIG_IP_NF_TARGET_LOG as a module
[John (Jack) Brown]
- subject: 'Balena: Update to current HEAD of 17.12-resin [Andrei Gherzan]'
- subject: 'Compress os-config with UPX on arm64 too [Andrei Gherzan]'
- subject: 'Update upx to 3.95 [Andrei Gherzan]'
- subject: >-
Add support to skip flasher detection in env_resin.h [Zubair
Lutfullah Kakakhel]
- subject: 'Add the kernel to the rootfs [Zubair Lutfullah Kakakhel]'
- subject: >-
Rework resin-supervisor systemd dependency on balena [Florin
Sarbu]
- subject: 'Enhanced security options for dropbear - sumo [Andrei Gherzan]'
- subject: 'Enhanced security options for dropbear - rocko [Andrei Gherzan]'
- subject: 'Enhanced security options for dropbear - pyro [Andrei Gherzan]'
- subject: 'Enhanced security options for dropbear - morty [Andrei Gherzan]'
- subject: >-
Enhanced security options for dropbear - krogoth [Andrei
Gherzan]
- commits:
- subject: >-
Resin-proxy-config: The no_proxy file fails to parse when
missing EOL [Rich Bayliss]
date: 2018-09-03T00:00:00.000Z
version: meta-resin-2.17.0
- commits:
- subject: 'Os-config: UPX is broken on aarch64 [Theodor Gherzan]'
- subject: 'Allow flasher types to pin preloaded devices [Theodor Gherzan]'
- subject: 'Disable PIE for go [Zubair Lutfullah Kakakhel]'
- subject: 'Disable PIE for balena [Zubair Lutfullah Kakakhel]'
date: 2018-08-31T00:00:00.000Z
version: meta-resin-2.16.0
- commits:
- subject: >-
Bump balena version to latest 17.12-resin [Zubair Lutfullah
Kakakhel]
- subject: 'Update NetworkManager to 1.12.2 [Andrei Gherzan]'
- subject: 'Avoid os-config-devicekey / uuid service race [Andrei Gherzan]'
- subject: >-
Move the rw copy of config.json out of /tmp for flasher [Andrei
Gherzan]
- subject: 'Fix dashboard feedback on fast flashing devices [Andrei Gherzan]'
- subject: 'Fix ucl dependency in upx [Andrei Gherzan]'
- subject: 'Update kernel-modules-headers to v0.0.11 [Andrei Gherzan]'
date: 2018-08-28T00:00:00.000Z
version: meta-resin-2.15.0
- commits:
- subject: 'Update resin supervisor to v7.16.6 [Cameron Diver]'
date: 2018-08-13T00:00:00.000Z
version: meta-resin-2.14.3
- subject: Update the meta-sunxi submodule to latest sumo
hash: 568484ce19051d8301dd4edf92ced920365d964f
body: |
This update adds eMMC support in u-boot and kernel
footer:
Changelog-entry: Update the meta-sunxi submodule to latest sumo
changelog-entry: Update the meta-sunxi submodule to latest sumo
Signed-off-by: Florin Sarbu <florin@resin.io>
signed-off-by: Florin Sarbu <florin@resin.io>
author: Florin Sarbu
- subject: Do not package missing armbian dtbs for the Nanopi Neo Air
hash: ea90d9dcbae7bfffa42f2287bb33060e6a95bd0b
body: |
We switched the Nanopi Neo Air to the mainline kernel and this kernel
does not yet have these additional dtbs that the armbian kernel has.
footer:
Changelog-entry: Do not package missing armbian dtbs for the Nanopi Neo Air
changelog-entry: Do not package missing armbian dtbs for the Nanopi Neo Air
Signed-off-by: Florin Sarbu <florin@resin.io>
signed-off-by: Florin Sarbu <florin@resin.io>
author: Florin Sarbu
version: 2.19.0+rev1
date: 2018-10-09T12:22:10.796Z
- commits:
- subject: Add a parsable representation of the changelog
hash: dd5f2da3d206c5ff56e51f7169af9a65d18b24a1
body: |
This file allows other components to uniquely parse the information that
is contained in the changelog. It will be automatically managed by
versionist by appending the new commits on top. This is needed to
provide nested-changelogs.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Giovanni Garufi <giovanni@resin.io>
signed-off-by: Giovanni Garufi <giovanni@resin.io>
Changelog-entry: Add a parsable representation of the changelog
changelog-entry: Add a parsable representation of the changelog
author: Giovanni Garufi
version: 2.14.3+rev4
date: 2018-09-25T16:17:03.382Z
- version: 2.14.3+rev3
date: 2018-09-25T22:00:00.000Z
commits:
- subject: 'Update the poky submodule to sumo-19.0.1 [Florin Sarbu]'
- version: 2.14.3+rev2
date: 2018-09-09T22:00:00.000Z
commits:
- subject: 'Add new style docs links for NanoPi Neo Air [Florin Sarbu]'
- subject: >-
Use nanopi-neo-air.conf machine definition from the BSP layer [Florin
Sarbu]
- subject: >-
Set PREFERRED_VERSION linux-mainline to 4.17.3 for bananapi-m1-plus
[Florin Sarbu]
- subject: 'Clean-up swap, conf-notes.txt and obsolete kernel recipes [Florin Sarbu]'
- subject: 'Add LAYERSERIES_COMPAT to yocto in layer.conf [Florin Sarbu]'
- subject: 'Add versionist support [Giovanni Garufi]'
- version: 2.14.3+rev1
date: 2018-08-13T22:00:00.000Z
commits:
- subject: 'Update the meta-resin submodule to version v2.14.3 [Florin]'
- subject: 'Switch to Yocto Sumo 19.0.0 [Florin]'
- version: 2.14.0+rev3
date: 2018-07-26T22:00:00.000Z
commits:
- subject: >-
linux-mainline: Enable CONFIG_USB_SERIAL_OPTION necessary for modems
functionality [Sebastian]
- version: 2.14.0+rev2
date: 2018-07-25T22:00:00.000Z
commits:
- subject: >-
linux-mainline: Enable drivers for CP210x usb-serial converters
[Sebastian]
- subject: 'linux-mainline: Enable drivers for Huawei modems [Sebastian]'
- subject: >-
Update the resin-yocto-scripts submodule to
8312741e13604a9d166370349061876afb22c0fa [Sebastian]
- version: 2.14.0+rev1
date: 2018-07-17T22:00:00.000Z
commits:
- subject: 'Update the meta-resin submodule to version v2.14.0 [Florin]'
- version: 2.13.6+rev1
date: 2018-07-12T22:00:00.000Z
commits:
- subject: 'Update the meta-resin submodule to version v2.13.6 [Sebastian]'
- subject: 'linux-mainline: Revert "random: fix crng_ready() test" patch [Sebastian]'
- subject: 'coffeescript: Add instructions for flashing OrangePi Plus2 [Thodoris]'
- version: 2.13.5+rev1
date: 2018-07-08T22:00:00.000Z
commits:
- subject: 'Update the meta-resin submodule to version v2.13.5 [Sebastian]'
- subject: >-
Update the resin-yocto-scripts submodule to
59ccd8558435ff6424827fb36ccb43b14650f4d4 [Sebastian]
- version: 2.13.3+rev1
date: 2018-07-03T22:00:00.000Z
commits:
- subject: 'Update meta-resin submodule to version 2.13.3 [Sebastian]'
- subject: >-
linux-mainline: Update kernel to 4.17.3 version for OrangePi Plus2
[Sebastian]
- subject: >-
linux-mainline: Activate USB_SERIAL_PL2303 kernel module for
OrangePi-Plus2 [Sebastian]
- subject: 'linux-mainline: Enable i2c0 in OrangePi-Plus2 device tree [Sebastian]'
- version: 2.12.7+rev3
date: 2018-05-22T22:00:00.000Z
commits:
- subject: >-
packagegroup-resin-connectivity: Add necessary firmware for WiFi
[Sebastian]
- version: 2.12.7+rev2
date: 2018-05-15T22:00:00.000Z
commits:
- subject: 'hostapp-update-hooks: Fix bootloader update hook [Sebastian]'
- version: 2.12.7+rev1
date: 2018-05-10T22:00:00.000Z
commits:
- subject: 'Update the meta-resin submodule to version v2.12.7 [Sebastian]'
- subject: 'Add support for the OrangePi Plus2 device [Sebastian]'
- version: 2.12.6+rev1
date: 2018-05-01T22:00:00.000Z
commits:
- subject: 'Update the meta-resin submodule to version v2.12.6 [Florin]'
- version: 2.12.5+rev4
date: 2018-04-12T22:00:00.000Z
commits:
- subject: 'Use correct deploy artifact name in coffescript [Sebastian]'
- subject: 'Use native python as u-boot tool [Sebastian]'
- subject: >-
Update resin-yocto-scripts to f7718efbbf53369aaacb7eb54e707ee8a5d4fc4b
[Sebastian]
- version: 2.12.5+rev3
date: 2018-03-29T22:00:00.000Z
commits:
- subject: 'Remove oe-meta-go layer from .gitmodules [Sebastian]'
- version: 2.12.5+rev2
date: 2018-03-29T22:00:00.000Z
commits:
- subject: >-
Update resin-yocto-scripts to 9cecb1ca4d9d4713dd337148b7d04a17afdba772
[Sebastian]
- version: 2.12.5+rev1
date: 2018-03-25T22:00:00.000Z
commits:
- subject: 'Update meta-resin submodule to version v2.12.5 [Sebastian]'
- subject: >-
Update resin-yocto-scripts to 51b8849e2a02d0d4e729bff24909d9746e0bf4c3
[Sebastian]
- version: 2.12.3+rev1
date: 2018-03-20T23:00:00.000Z
commits:
- subject: 'Add support for BananaPi-M1+ boards [Sebastian]'