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>
to RESIN_CONNECTABLE* variables
meta-resin 2.14.0 will allow building of one image which by default is unmanaged.
The conversion between managed and unmanaged will be done through the os-config tool
at boot time, based on the existence of resinio configuration parameters in config.json,
so we remove the references to these obsolete variables from here.
Signed-off-by: Florin Sarbu <florin@resin.io>
This reverts commit 43838a23a05fbd13e47d750d3dfd77001536dd33.
The reason for reverting this commit is that entropy gets acquired very
hard on Orange Pi Plus2.
The hardware crypto module is not supported yet for H3 SoC in this kernel version.
It is expected to be included in 4.18 kernel.
As NetworkManager is depending on randomness to succesfully set its connections, if we don't revert
this commit, the board can get blocked for minutes until it succesfully connects to a network.
This patch should be reverted immediately when upgrading to a kernel where hw crypto is supported.
Signed-off-by: Sebastian Panceac <sebastian@resin.io>