diff --git a/recipes-bsp/u-boot/u-boot_2015.10.bb b/recipes-bsp/u-boot/u-boot_2016.03.bb similarity index 88% rename from recipes-bsp/u-boot/u-boot_2015.10.bb rename to recipes-bsp/u-boot/u-boot_2016.03.bb index e8cdc11..e138287 100644 --- a/recipes-bsp/u-boot/u-boot_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot_2016.03.bb @@ -25,12 +25,12 @@ DEFAULT_PREFERENCE_sun4i="1" DEFAULT_PREFERENCE_sun5i="1" DEFAULT_PREFERENCE_sun7i="1" -SRC_URI += "file://boot.cmd \ -" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ + file://boot.cmd" -SRCREV = "5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d" +SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" -PV = "v2015.10${SRCPV}" +PV = "v2016.03${SRCPV}" PE = "1" diff --git a/recipes-kernel/linux/linux/defconfig b/recipes-kernel/linux/linux/defconfig index d16d39f..c1737b9 100644 --- a/recipes-kernel/linux/linux/defconfig +++ b/recipes-kernel/linux/linux/defconfig @@ -491,6 +491,7 @@ CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_SUN4I=y CONFIG_INPUT_MISC=y CONFIG_INPUT_AXP20X_PEK=y +CONFIG_INPUT_EVDEV=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_NR_UARTS=8 diff --git a/recipes-kernel/linux/linux_4.1.15.bb b/recipes-kernel/linux/linux_4.4.6.bb similarity index 79% rename from recipes-kernel/linux/linux_4.1.15.bb rename to recipes-kernel/linux/linux_4.4.6.bb index b565b3b..dd73ff4 100644 --- a/recipes-kernel/linux/linux_4.1.15.bb +++ b/recipes-kernel/linux/linux_4.4.6.bb @@ -16,8 +16,8 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" S = "${WORKDIR}/linux-${PV}" -SRC_URI[md5sum] = "b227333912b161c96ff3e30f5041e1c0" -SRC_URI[sha256sum] = "472288cc966188c5d7c511c6be0f78682843c9ca2d5d6c4d67d77455680359a3" +SRC_URI[md5sum] = "efc822dad2149e40cc908718a4fea1d3" +SRC_URI[sha256sum] = "a3bccec4c28939355cd415672414583ecaf5531a87ddb44c9dc036aeacec577d" SRC_URI = "https://www.kernel.org/pub/linux/kernel/v4.x/linux-${PV}.tar.xz \ file://defconfig \ diff --git a/recipes-kernel/linux/linux_git.bb b/recipes-kernel/linux/linux_git.bb index c22c062..a958d51 100644 --- a/recipes-kernel/linux/linux_git.bb +++ b/recipes-kernel/linux/linux_git.bb @@ -18,9 +18,9 @@ DEFAULT_PREFERENCE = "-1" KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" -# 4.4 rc5 -PV = "4.3+4.4rc5.git${SRCPV}" -SRCREV_pn-${PN} = "9f9499ae8e6415cefc4fe0a96ad0e27864353c89" +# 4.5.0 +PV = "4.4+4.5.0.git${SRCPV}" +SRCREV_pn-${PN} = "b562e44f507e863c6792946e4e1b1449fbbac85d" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master \ file://defconfig \