Only add xradio and xradio firmware for the Orange Pi Zero, since no other device uses this chipset.
Changelog-entry: Add support for XR819 Wifi on Orange Pi Zero board
Update meta-resin from 2.26.0 to 2.27.0
Changelog-entry: Update the meta-resin submodule from v2.26.0 to v2.27.0
Signed-off-by: Florin Sarbu <florin@balena.io>
We are using newer (4.16+) kernel. For these kernels, we need
to specify additional dependencies for the configme task.
This change can be removed when we update poky to a newer version
that includes 81e8a52e8e40e47c34f900db5d73e69ffc25f5d0.
This change fixes the error we get on the Nanopi NEO Air kernel when
our do kernel_resin_reconfigure task will recreate the .config with the
incorrect kernel config options.
Changelog-entry: Specify deps for kernel config task needed for newer (4.16+) kernels
Signed-off-by: Florin Sarbu <florin@balena.io>
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>
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>
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>
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>