diff --git a/recipes-bsp/u-boot/u-boot_2015.10.bb b/recipes-bsp/u-boot/u-boot_2016.01.bb similarity index 94% rename from recipes-bsp/u-boot/u-boot_2015.10.bb rename to recipes-bsp/u-boot/u-boot_2016.01.bb index e8cdc11..5fcefbb 100644 --- a/recipes-bsp/u-boot/u-boot_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot_2016.01.bb @@ -28,9 +28,9 @@ DEFAULT_PREFERENCE_sun7i="1" SRC_URI += "file://boot.cmd \ " -SRCREV = "5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d" +SRCREV = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930" -PV = "v2015.10${SRCPV}" +PV = "v2016.01${SRCPV}" PE = "1" diff --git a/recipes-kernel/linux/linux_4.1.15.bb b/recipes-kernel/linux/linux_4.4.3.bb similarity index 79% rename from recipes-kernel/linux/linux_4.1.15.bb rename to recipes-kernel/linux/linux_4.4.3.bb index b565b3b..9fca467 100644 --- a/recipes-kernel/linux/linux_4.1.15.bb +++ b/recipes-kernel/linux/linux_4.4.3.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] = "5feab5a2c016e186e3088d4fae963ed7" +SRC_URI[sha256sum] = "0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd" 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..079628a 100644 --- a/recipes-kernel/linux/linux_git.bb +++ b/recipes-kernel/linux/linux_git.bb @@ -14,13 +14,13 @@ RDEPENDS_kernel-base += "kernel-devicetree" # Default is to use stable kernel version # If you want to use latest git version set to "1" -DEFAULT_PREFERENCE = "-1" +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 rc6 +PV = "4.4+4.5rc6.git${SRCPV}" +SRCREV_pn-${PN} = "fc77dbd34c5c99bce46d40a2491937c3bcbd10af" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master \ file://defconfig \