Florin Sarbu
92bc21430a
linux-mainline_%.bbappend: Specify deps for config tasks
...
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>
2018-11-12 14:15:44 +01:00
Florin Sarbu
f8a22a9693
rtl8189.bb: Update to latest master HEAD
...
Signed-off-by: Florin Sarbu <florin@balena.io>
2018-11-12 10:59:55 +01:00
Florin Sarbu
e9dfd398af
linux-firmware_%.bbappend: Add and package nvram settings for AP6212A
...
This WiFi chipset is on a Nanopi Neo Air variant. File is taken from
https://github.com/BPI-SINOVOIP/BPI-files/blob/master/others/brcm/
lib/firmware/ap6212/nvram.txt
Signed-off-by: Florin Sarbu <florin@resin.io>
2018-10-09 14:08:33 +02:00
Florin Sarbu
d10a0dc009
linux_4.14%.bb: Cleanup recipe
...
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>
2018-09-10 13:48:37 +02:00
Florin Sarbu
8caedbbe18
meta-resin-allwinner/recipes-kernel/linux: Delete obsolete recipes
...
Signed-off-by: Florin Sarbu <florin@resin.io>
2018-09-10 13:47:26 +02:00
Sebastian Panceac
6e857031d0
linux-mainline: Enable CONFIG_USB_SERIAL_OPTION necessary for modems functionality
...
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
2018-07-27 11:48:19 +02:00
Sebastian Panceac
f58f5c7c6b
linux-mainline: Enable drivers for CP210x usb-serial converters
...
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
2018-07-26 13:04:52 +02:00
Sebastian Panceac
10fd959926
linux-mainline: Enable drivers for Huawei modems
...
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
2018-07-26 13:03:17 +02:00
Sebastian Panceac
a90f4cdf9b
linux-mainline: Revert "random: fix crng_ready() test" patch
...
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>
2018-07-13 16:05:54 +02:00
Sebastian Panceac
17960f1ab8
Update kernel to 4.17.3 version for OrangePi Plus2
...
This kernel version adds support for HDMI video on Allwinner's H3
SoC used by OrangePi Plus2 board
2018-06-28 16:39:46 +02:00
Sebastian Panceac
ec9ddb029b
linux-mainline: Activate USB_SERIAL_PL2303 kernel module for OrangePi-Plus2
...
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
2018-06-25 11:50:15 +02:00
Sebastian Panceac
142d193af5
linux-mainline: Enable i2c0 in OrangePi-Plus2 device tree
...
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
2018-06-25 10:57:15 +02:00
Sebastian Panceac
d665afba57
Add support for OrangePi Plus2 board
...
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
2018-05-11 11:05:22 +03:00
Sebastian Panceac
05dacaffc7
Add support for BananaPi M1+ board
...
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
2018-03-23 17:58:35 +02:00
Shaun Mulligan
b2cc47c69e
upgrade to linux 4.14 and u-boot 2017.11
2018-01-27 18:02:08 +01:00
Shaun Mulligan
d04db84795
small fix ups for merge
2017-12-10 17:43:08 +01:00
Shaun Mulligan
7431b8cd2d
fix merge conflicts
2017-12-10 13:45:11 +01:00
Shaun Mulligan
dc17bebecf
fix up linux-firmware install and add usb1 and usb2 to armbianEnv.txt
2017-11-23 21:54:55 +01:00
Shaun Mulligan
c2e4b06538
bump kernel to 4.13 and u-boot to 2017.09
2017-11-23 16:00:00 +01:00
Will Newton
8d131e6974
linux: Update Orange Pi kernel commit
...
The previous commit hash seemed to have gone missing.
Signed-off-by: Will Newton <willn@resin.io>
2017-09-12 16:19:14 +02:00
Shaun Mulligan
c558842224
added bsp defconfig into our layer
2017-07-27 16:57:13 +02:00
Shaun Mulligan
59fa7652bb
pin the linux version with its own bb kernel recipe in our layer
2017-07-27 16:56:34 +02:00
Shaun Mulligan
180b9e22d9
moved to u-boot 2017.07
2017-07-27 13:38:15 +02:00
Shaun Mulligan
b84ecd8f4c
add nanopi wifi firmware from Armbian
2017-07-27 10:27:08 +02:00
Shaun Mulligan
d0813500e3
initial support for nanopi air
2017-07-27 09:38:11 +02:00
Shaun Mulligan
6b8de0c754
add sunxi specific kernel configs to enable audio
2017-07-13 19:46:24 +02:00
Shaun Mulligan
4c53d2400b
linux_%.bbappend: add 8189fs defconfig for the orange pi lite only
2017-07-13 13:17:27 +02:00
Shaun Mulligan
dd8f6c48b9
initial working version of DT overlays
2017-06-27 20:30:38 +02:00
Shaun Mulligan
fe5f139f4d
switch to overlayfs with 4.11 kernel
2017-06-16 21:53:18 +02:00
Shaun Mulligan
0c6e03bb0d
additional u-boot and linux patches from armbian
2017-06-16 17:57:52 +02:00
Shaun Mulligan
78c8dfb9d5
only patch in realtek-8189fs wifi for the orange-pi-lite
2017-06-16 16:34:29 +02:00
Shaun Mulligan
09e1917ecc
add realtek-8189fs and thermal-otg-wireless patches
2017-04-28 16:37:03 +02:00
Shaun Mulligan
56329519f1
switch to using github.com/megous/linux 4.10 fork
2017-04-26 08:45:12 +02:00
Shaun Mulligan
5254ee34c4
initial commit
2017-04-25 18:52:04 +02:00