Merge pull request from resin-os/bre

Release v2.14.0+rev2
This commit is contained in:
spanceac 2018-07-26 16:47:23 +03:00 committed by GitHub
commit 30904414c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 2 deletions
CHANGELOG.mdVERSION
layers/meta-resin-allwinner/recipes-kernel/linux
resin-yocto-scripts

View file

@ -1,6 +1,13 @@
Change log
-----------
# v2.14.0+rev2
## (2018-07-26)
* linux-mainline: Enable drivers for CP210x usb-serial converters [Sebastian]
* linux-mainline: Enable drivers for Huawei modems [Sebastian]
* Update the resin-yocto-scripts submodule to 8312741e13604a9d166370349061876afb22c0fa [Sebastian]
# v2.14.0+rev1
## (2018-07-18)

View file

@ -1 +1 @@
2.14.0+rev1
2.14.0+rev2

View file

@ -36,3 +36,16 @@ RESIN_CONFIGS_DEPS[hdmi] = "\
RESIN_CONFIGS[hdmi] ="\
CONFIG_DRM_SUN8I_DW_HDMI=y \
"
RESIN_CONFIGS_append = " huawei_modems"
RESIN_CONFIGS_DEPS[huawei_modems] = "\
CONFIG_USB_USBNET=m \
"
RESIN_CONFIGS[huawei_modems] ="\
CONFIG_USB_NET_HUAWEI_CDC_NCM=m \
"
RESIN_CONFIGS_append = " cp210x"
RESIN_CONFIGS[cp210x] ="\
CONFIG_USB_SERIAL_CP210X=m \
"

@ -1 +1 @@
Subproject commit 59ccd8558435ff6424827fb36ccb43b14650f4d4
Subproject commit 8312741e13604a9d166370349061876afb22c0fa