summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-01-07 16:22:27 -0600
committerAníbal Limón <anibal.limon@linaro.org>2019-01-15 16:10:29 -0600
commit3728168704760556e6bb9722693653a9d7aa2252 (patch)
treee8f62f46424568833ab59a49ab6fbd68fa292e0b
parente296fad04f988f499bf873a1e59b0658db7d6a0c (diff)
debian/openembedded: Update release notes for 19.01
Change-Id: Ib157b985a7707d70dfabae5bb4b07b1ba0664369 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--debian/boards/dragonboard410c/README.textile.in26
-rw-r--r--debian/boards/dragonboard410c/README.textile.vars8
-rw-r--r--openembedded/boards/dragonboard410c/README.textile.in25
-rw-r--r--openembedded/boards/dragonboard410c/README.textile.vars12
4 files changed, 36 insertions, 35 deletions
diff --git a/debian/boards/dragonboard410c/README.textile.in b/debian/boards/dragonboard410c/README.textile.in
index 252d9a6..59dc2a7 100644
--- a/debian/boards/dragonboard410c/README.textile.in
+++ b/debian/boards/dragonboard410c/README.textile.in
@@ -2,19 +2,21 @@ The Linaro Qualcomm Landing Team is pleased to announce the new release of the _
h4. What's new in this release
-* Major kernel upgrade to Linux kernel 4.14.15 LTS
-* Major system upgrade from Debian Stretch to Buster
-* Many improvements to the WLAN driver, which drastically improve the stability of WLAN and BT.
-* Support for powersave mode in WLAN driver
-* The infrastructure to build the Debian images has been entirely redesigned and is now using Debain FAI tools. It should be much simpler now for anyone to create their own images.
-* qDSP support (and GPS) is currently disabled, and will be renabled soon
+* Major kernel upgrade to Linux kernel 4.14.90 LTS
+* qDSP support (and GPS) was renabled
+* MESA upgrade to ##MESA_VERSION##.
+* USB OTG mode enabled by default, if the USB OTG cable is connected the USB Host is disabled.
+* SDCARD stability fixes in write operations for UHS/SDR104 and eMMC5 cards.
+* Enabled watchdog PM8916 by default.
+
* Bug fixed:
-** "[wcn36xx] Error handling in wcn36xx_dxe_init() needs to be implemented":https://bugs.96boards.org/show_bug.cgi?id=631
-** "periodic 10-15sec wifi connectivity loss":https://bugs.96boards.org/show_bug.cgi?id=272
-** "Dragonboard Debian 16_04: System Fault while provisioning static ip":https://bugs.96boards.org/show_bug.cgi?id=428
-** "The dm_mod and dm_crypt are not found in the list by lsmod.":https://bugs.96boards.org/show_bug.cgi?id=647
-** "upgrade mesa to 17.1.x":https://bugs.96boards.org/show_bug.cgi?id=559
-** "Must be root to use ping and arping commands":https://bugs.96boards.org/show_bug.cgi?id=206
+** "WLAN driver crashes on boot when Network manager enables MAC randomisation during scanning": https://bugs.96boards.org/show_bug.cgi?id=465
+** "BT LE scan blocks wifi completely": https://bugs.96boards.org/show_bug.cgi?id=439
+** "I2S over LS Expansion Connector": https://bugs.96boards.org/show_bug.cgi?id=733
+** "WCN36xx: NULL pointer dereference during connection (WEP) ": https://bugs.96boards.org/show_bug.cgi?id=649
+** "apt-get source does not fetch Linaro custom packages": https://bugs.96boards.org/show_bug.cgi?id=716
+** "Python Library Contains Bad Character '\xc3'": https://bugs.96boards.org/show_bug.cgi?id=457
+
h4. Important note(s) about this release
diff --git a/debian/boards/dragonboard410c/README.textile.vars b/debian/boards/dragonboard410c/README.textile.vars
index 87f8df2..55dceb8 100644
--- a/debian/boards/dragonboard410c/README.textile.vars
+++ b/debian/boards/dragonboard410c/README.textile.vars
@@ -1,11 +1,11 @@
-export RELEASE="18.01"
+export RELEASE="19.01"
export RESCUE_RELEASE="17.09"
export OS_REL="10.0"
-export KERNEL_VER="4.14.15"
+export KERNEL_VER="4.14.90"
export KERNEL_VER2="4.14.0"
export OS_REL_NICK="buster"
-export LINARO_GCC="http://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/aarch64-linux-gnu/gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu.tar.xz"
+export LINARO_GCC="http://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/aarch64-linux-gnu/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz"
export QDN_FIRMWARE_LINK="http://builds.96boards.org/releases/dragonboard410c/qualcomm/firmware/linux-board-support-package-r1032.1.zip"
-export MESA_VERSION="17.3.3"
+export MESA_VERSION="18.3.0"
export LK_RELEASE="LA.BR.1.2.7-03810-8x16.0-linaro2"
export LK_GCC_REL="LA.BR.1.1.3.c4-01000-8x16.0"
diff --git a/openembedded/boards/dragonboard410c/README.textile.in b/openembedded/boards/dragonboard410c/README.textile.in
index 0cabc09..c474726 100644
--- a/openembedded/boards/dragonboard410c/README.textile.in
+++ b/openembedded/boards/dragonboard410c/README.textile.in
@@ -2,19 +2,18 @@ The Linaro Qualcomm Landing Team is pleased to announce the new release of the _
h4. What's new in this release
-* Major kernel upgrade to Linux kernel 4.14.15 LTS
-* Major system upgrade from morty to rocko relases
-* Many improvements to the WLAN driver, which drastically improve the stability of WLAN and BT.
-* Support for powersave mode in WLAN driver
-* The infrastructure to build the Debian images has been entirely redesigned and is now using Debain FAI tools. It should be much simpler now for anyone to create their own images.
-* qDSP support (and GPS) is currently disabled, and will be renabled soon
+* Major kernel upgrade to Linux kernel 4.14.90 LTS
+* Major system upgrade from rocko to sumo relases
+* qDSP support (and GPS) was renabled
+* MESA upgrade to ##MESA_VERSION##.
+* USB OTG mode enabled by default, if the USB OTG cable is connected the USB Host is disabled.
+* SDCARD stability fixes in write operations for UHS/SDR104 and eMMC5 cards.
+* Enabled watchdog PM8916 by default.
* Bug fixed:
-** "[wcn36xx] Error handling in wcn36xx_dxe_init() needs to be implemented":https://bugs.96boards.org/show_bug.cgi?id=631
-** "periodic 10-15sec wifi connectivity loss":https://bugs.96boards.org/show_bug.cgi?id=272
-** "Dragonboard Debian 16_04: System Fault while provisioning static ip":https://bugs.96boards.org/show_bug.cgi?id=428
-** "The dm_mod and dm_crypt are not found in the list by lsmod.":https://bugs.96boards.org/show_bug.cgi?id=647
-** "upgrade mesa to 17.1.x":https://bugs.96boards.org/show_bug.cgi?id=559
-** "Must be root to use ping and arping commands":https://bugs.96boards.org/show_bug.cgi?id=206
+** "WLAN driver crashes on boot when Network manager enables MAC randomisation during scanning": https://bugs.96boards.org/show_bug.cgi?id=465
+** "BT LE scan blocks wifi completely": https://bugs.96boards.org/show_bug.cgi?id=439
+** "I2S over LS Expansion Connector": https://bugs.96boards.org/show_bug.cgi?id=733
+** "WCN36xx: NULL pointer dereference during connection (WEP) ": https://bugs.96boards.org/show_bug.cgi?id=649
h4. Important note(s) about this release
@@ -38,7 +37,7 @@ The Linaro OpenEmbedde RPB version ##RELEASE## for the Snapdragon 410E supports
** @rpb-weston-image@ image that includes a minimal desktop environment with Wayland and @weston@
* All images have a pre-configured user called @linaro@, and the password for this user is set to @linaro@
* All images are configured with a password less root account.
-* All images exist in two variants. The regular image, and a @-lava@ image , which includes additional packages typically useful for test and validation.
+* All images exist in two variants. The regular image, and a @-test@ image , which includes additional packages typically useful for test and validation.
* The root file system should be flashed in the onboard eMMC.
* The following features are supported on the DragonBoard 410c:
** Quad Core ARMv8 A53 CPU (==@==1.2GHz)
diff --git a/openembedded/boards/dragonboard410c/README.textile.vars b/openembedded/boards/dragonboard410c/README.textile.vars
index 57a6162..f626de9 100644
--- a/openembedded/boards/dragonboard410c/README.textile.vars
+++ b/openembedded/boards/dragonboard410c/README.textile.vars
@@ -1,11 +1,11 @@
-export RELEASE="18.01"
+export RELEASE="19.01"
export RESCUE_RELEASE="17.09"
-export OS_REL="2.4.1"
-export KERNEL_VER="4.14.15"
+export OS_REL="2.5.2"
+export KERNEL_VER="4.14.90"
export KERNEL_RECIPE_VER="4.14"
-export OS_REL_NICK="rocko"
-export LINARO_GCC="http://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/aarch64-linux-gnu/gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu.tar.xz"
+export OS_REL_NICK="sumo"
+export LINARO_GCC="http://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/aarch64-linux-gnu/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz"
export QDN_FIRMWARE_LINK="http://builds.96boards.org/releases/dragonboard410c/qualcomm/firmware/linux-board-support-package-r1032.1.zip"
-export MESA_VERSION="17.2.6"
+export MESA_VERSION="18.1.3"
export LK_RELEASE="LA.BR.1.2.7-03810-8x16.0-linaro2"
export LK_GCC_REL="LA.BR.1.1.3.c4-01000-8x16.0"