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 <florin@balena.io>
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 <florin@balena.io>
Update meta-resin from 2.14.3 to 2.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>
The Nanopi Neo Air has an eMMC so we update barys and the user
provisioning instructions to match this fact.
Signed-off-by: Florin Sarbu <florin@resin.io>
This update adds eMMC support in u-boot and kernel
Changelog-entry: Update the meta-sunxi submodule to latest sumo
Signed-off-by: Florin Sarbu <florin@resin.io>
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.
Changelog-entry: Do not package missing armbian dtbs for the Nanopi Neo Air
Signed-off-by: Florin Sarbu <florin@resin.io>
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.
Change-type: patch
Signed-off-by: Giovanni Garufi <giovanni@resin.io>
Changelog-entry: Add a parsable representation of the changelog
We will use the nanopi-neo-air.conf machine conf file from the BSP layer
Changelog-entry: Use nanopi-neo-air.conf machine definition from the BSP layer
Signed-off-by: Florin Sarbu <florin@resin.io>
Kernel version 4.14.15 is not available anymore and 4.17.3
gets built anyway. So let's set 4.17.3 as preferred version
for the Bananapi M1 + to avoid the build complaining 4.14.15
kernel recipe is missing from the layers.
Changelog-entry: Set PREFERRED_VERSION linux-mainline to 4.17.3 for bananapi-m1-plus
Signed-off-by: Florin Sarbu <florin@resin.io>
With the update to Poky Sumo, there is no longer a need to
include linux-dtb.inc as long as one defines KERNEL_DEVICETREE.
Changelog-entry: Clean-up swap, conf-notes.txt and obsolete kernel recipes
Signed-off-by: Florin Sarbu <florin@resin.io>
We avoid in this way a build warning. See:
https://patchwork.openembedded.org/patch/140542/
Changelog-entry: Add LAYERSERIES_COMPAT to yocto in layer.conf
Signed-off-by: Florin Sarbu <florin@resin.io>
Also adds package.json to include the dependencies required in
versionist.conf.js
Changelog-entry: Add versionist support
Signed-off-by: Giovanni Garufi <giovanni@resin.io>