From 4345f2ebdc6be70e65bd30b66967f276c2b0331d Mon Sep 17 00:00:00 2001 From: Sebastian Panceac Date: Thu, 26 Jul 2018 13:01:11 +0200 Subject: [PATCH 1/4] Update the resin-yocto-scripts submodule to 8312741e13604a9d166370349061876afb22c0fa Signed-off-by: Sebastian Panceac --- CHANGELOG.md | 2 ++ resin-yocto-scripts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f28fa..d0a0e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ Change log ----------- +* Update the resin-yocto-scripts submodule to 8312741e13604a9d166370349061876afb22c0fa [Sebastian] + # v2.14.0+rev1 ## (2018-07-18) diff --git a/resin-yocto-scripts b/resin-yocto-scripts index 59ccd85..8312741 160000 --- a/resin-yocto-scripts +++ b/resin-yocto-scripts @@ -1 +1 @@ -Subproject commit 59ccd8558435ff6424827fb36ccb43b14650f4d4 +Subproject commit 8312741e13604a9d166370349061876afb22c0fa From 10fd9599265efbfa921bf963c8199706ce879d2b Mon Sep 17 00:00:00 2001 From: Sebastian Panceac Date: Thu, 26 Jul 2018 13:03:17 +0200 Subject: [PATCH 2/4] linux-mainline: Enable drivers for Huawei modems Signed-off-by: Sebastian Panceac --- CHANGELOG.md | 1 + .../recipes-kernel/linux/linux-mainline_%.bbappend | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a0e60..2f14cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Change log ----------- +* linux-mainline: Enable drivers for Huawei modems [Sebastian] * Update the resin-yocto-scripts submodule to 8312741e13604a9d166370349061876afb22c0fa [Sebastian] # v2.14.0+rev1 diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index c49c900..75f2e99 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -36,3 +36,11 @@ 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 \ +" From f58f5c7c6be3129e6526a832dae0174ec6133e55 Mon Sep 17 00:00:00 2001 From: Sebastian Panceac Date: Thu, 26 Jul 2018 13:04:28 +0200 Subject: [PATCH 3/4] linux-mainline: Enable drivers for CP210x usb-serial converters Signed-off-by: Sebastian Panceac --- CHANGELOG.md | 1 + .../recipes-kernel/linux/linux-mainline_%.bbappend | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f14cc9..c634619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Change log ----------- +* 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] diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index 75f2e99..b4d02d8 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -44,3 +44,8 @@ RESIN_CONFIGS_DEPS[huawei_modems] = "\ RESIN_CONFIGS[huawei_modems] ="\ CONFIG_USB_NET_HUAWEI_CDC_NCM=m \ " + +RESIN_CONFIGS_append = " cp210x" +RESIN_CONFIGS[cp210x] ="\ + CONFIG_USB_SERIAL_CP210X=m \ +" From d855c1e23f041df046adba887b16b1789ed31ca4 Mon Sep 17 00:00:00 2001 From: Sebastian Panceac Date: Thu, 26 Jul 2018 13:05:54 +0200 Subject: [PATCH 4/4] Release v2.14.0+rev2 Signed-off-by: Sebastian Panceac --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c634619..208d759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ 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] diff --git a/VERSION b/VERSION index 5b7ab5b..135801f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.0+rev1 +2.14.0+rev2