mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-07 22:08:22 +01:00
Merge pull request #140 from jlucius/master
Update Kernel and U-Boot versions
This commit is contained in:
commit
b00caff43d
@ -28,9 +28,9 @@ DEFAULT_PREFERENCE_sun7i="1"
|
||||
SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
|
||||
file://boot.cmd"
|
||||
|
||||
SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
|
||||
SRCREV = "aeaec0e682f45b9e0c62c522fafea353931f73ed"
|
||||
|
||||
PV = "v2016.03${SRCPV}"
|
||||
PV = "v2016.05${SRCPV}"
|
||||
|
||||
PE = "1"
|
||||
|
@ -16,8 +16,8 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
S = "${WORKDIR}/linux-${PV}"
|
||||
|
||||
SRC_URI[md5sum] = "efc822dad2149e40cc908718a4fea1d3"
|
||||
SRC_URI[sha256sum] = "a3bccec4c28939355cd415672414583ecaf5531a87ddb44c9dc036aeacec577d"
|
||||
SRC_URI[md5sum] = "d70b6959d8db61bcea7070c089aace9b"
|
||||
SRC_URI[sha256sum] = "27eb3d375da44587b89d50ba7bc7f693cebf3df39f52be0072a5901a6830a6fd"
|
||||
|
||||
SRC_URI = "https://www.kernel.org/pub/linux/kernel/v4.x/linux-${PV}.tar.xz \
|
||||
file://defconfig \
|
@ -18,9 +18,9 @@ DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
# 4.5.0
|
||||
PV = "4.4+4.5.0.git${SRCPV}"
|
||||
SRCREV_pn-${PN} = "b562e44f507e863c6792946e4e1b1449fbbac85d"
|
||||
# 4.7 rc4
|
||||
PV = "4.6+4.7rc4.git${SRCPV}"
|
||||
SRCREV_pn-${PN} = "33688abb2802ff3a230bd2441f765477b94cc89e"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master \
|
||||
file://defconfig \
|
||||
|
Loading…
Reference in New Issue
Block a user