[meta-freescale] [3rdparty][PATCH 4/7] linux-toradex: vf: update to a latest 4.4 based kernel

Max Krummenacher max.oss.09 at gmail.com
Mon Jul 16 05:25:40 PDT 2018


Fix build with gcc 8 by cherry-picking 9f73bd8bb445e0cbe4bcef6d4cfc788f1e184007
Update to latest, this merges 4.4.139 and adds/cherry-picks the following commits:
    c2be367662f7 ubi: fastmap: Erase outdated anchor PEBs during attach
    b6074ace6351 ubi: Fix Fastmap's update_vol()
    7b5613f1ea2e ubi: Fix races around ubi_refill_pools()
    faf18b12b485 ubi: Be more paranoid while seaching for the most recent Fastmap
    19b27f227d05 ubi: Rework Fastmap attach base code
    bca6f2fc260c ubi: Introduce vol_ignored()
    604ba595d6a5 ARM: dts: vf-colibri-aster: add maxtouch reset gpio
    91d763c2100f ARM: dts: vf-colibri: change pins to capacitive touch adapter
    97d218ad5b0a ARM: dts: vf-colibri: don't pinmux touch gpios directly to output
    c6f9bbccf346 input: atmel_mxt_ts: support reset gpio line
    52657351d56e tty: serial: fsl_lpuart: flush receive FIFO after overruns
    183cfed9e76b tty: serial: fsl_lpuart: fix framing error handling when using DMA
    a126a5e5dc2f usb: gadget: configfs: use hexadecimal values and new line
    46a09b1b606a usb: gadget: configfs: make qw_sign attribute symmetric
    a2deb5da4425 colibri_vf_defconfig: enable user debug
    309d4a8e2e26 tty: serial: fsl_lpuart: report wakeup event
    823c0b0593f5 ARM: dts: vf610: colibri-dual-eth: Fix pinmux
    e0f2806138a4 colibri_vf_defconfig: resync with meta-toradex-nxp

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---
 recipes-kernel/linux/linux-toradex-4.4/defconfig | 1 +
 recipes-kernel/linux/linux-toradex_4.4.bb        | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-toradex-4.4/defconfig b/recipes-kernel/linux/linux-toradex-4.4/defconfig
index a94b02f..13eb3e9 100644
--- a/recipes-kernel/linux/linux-toradex-4.4/defconfig
+++ b/recipes-kernel/linux/linux-toradex-4.4/defconfig
@@ -322,6 +322,7 @@ CONFIG_STACKTRACE=y
 # CONFIG_DEBUG_BUGVERBOSE is not set
 # CONFIG_FTRACE is not set
 # CONFIG_ARM_UNWIND is not set
+CONFIG_DEBUG_USER=y
 CONFIG_SECURITYFS=y
 CONFIG_CRYPTO_CCM=y
 CONFIG_CRYPTO_GCM=y
diff --git a/recipes-kernel/linux/linux-toradex_4.4.bb b/recipes-kernel/linux/linux-toradex_4.4.bb
index 07049dc..356aeb5 100644
--- a/recipes-kernel/linux/linux-toradex_4.4.bb
+++ b/recipes-kernel/linux/linux-toradex_4.4.bb
@@ -8,11 +8,11 @@ SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRAN
 
 KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
 
-LOCALVERSION = "-2.7.4"
+LOCALVERSION = "-2.8.3"
 PV_append = "+git${SRCPV}"
 
-SRCBRANCH = "toradex_vf_4.4"
-SRCREV = "e0f2806138a4eeb3c31abe0e0e767d0f6d9a13a3"
+SRCBRANCH = "toradex_vf_4.4-next"
+SRCREV = "166cb6f4a4aff202d98914fe0c5530d26ce671a5"
 
 DEPENDS += "lzop-native bc-native"
 COMPATIBLE_MACHINE = "(vf)"
-- 
2.13.6



More information about the meta-freescale mailing list