diff --git a/recipes-bsp/u-boot/u-boot_2015.07.bb b/recipes-bsp/u-boot/u-boot_2015.10.bb similarity index 91% rename from recipes-bsp/u-boot/u-boot_2015.07.bb rename to recipes-bsp/u-boot/u-boot_2015.10.bb index c719390..e8cdc11 100644 --- a/recipes-bsp/u-boot/u-boot_2015.07.bb +++ b/recipes-bsp/u-boot/u-boot_2015.10.bb @@ -25,11 +25,12 @@ DEFAULT_PREFERENCE_sun4i="1" DEFAULT_PREFERENCE_sun5i="1" DEFAULT_PREFERENCE_sun7i="1" -SRC_URI += "file://boot.cmd" +SRC_URI += "file://boot.cmd \ +" -SRCREV = "33711bdd4a4dce942fb5ae85a68899a8357bdd94" +SRCREV = "5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d" -PV = "v2015.07${SRCPV}" +PV = "v2015.10${SRCPV}" PE = "1" diff --git a/recipes-kernel/linux/linux_4.1.7.bb b/recipes-kernel/linux/linux_4.1.10.bb similarity index 79% rename from recipes-kernel/linux/linux_4.1.7.bb rename to recipes-kernel/linux/linux_4.1.10.bb index 8a5e4a0..f1bf08b 100644 --- a/recipes-kernel/linux/linux_4.1.7.bb +++ b/recipes-kernel/linux/linux_4.1.10.bb @@ -16,8 +16,8 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" S = "${WORKDIR}/linux-${PV}" -SRC_URI[md5sum] = "e94aaf24b20aa8d148a271398cdafa40" -SRC_URI[sha256sum] = "76719c1c9326b7ab7f4305a82478389813c3571120f858491ba05d30d5b62d3c" +SRC_URI[md5sum] = "16953359a8c245d478294af65fd756a8" +SRC_URI[sha256sum] = "5724e7c099afa4c442dcea64ce13aea66b66915ef629b79c21d6df46c5cfbabe" 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 f494173..3bf8d1c 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.3 rc2 -PV = "4.2+4.3rc2.git${SRCPV}" -SRCREV_pn-${PN} = "1f93e4a96c9109378204c147b3eec0d0e8100fde" +# 4.3 rc6 +PV = "4.2+4.3rc6.git${SRCPV}" +SRCREV_pn-${PN} = "7379047d5585187d1288486d4627873170d0005a" SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master \ file://defconfig \