mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-13 06:24:26 +02:00
Bump versions of kernel and u-boot
Bump preferred u-boot release version and kernel git version: - kernel 4.11.0-rc5 - u-boot 2017.03 Update preferred versions of u-boot and kernel for all the boards that are using them: nanopi-neo, orange-pi-one, pcduino. The purpose of this update is to get the latest features for sun8i cores including SPI support and orange-pi-zero support Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
This commit is contained in:
@ -18,9 +18,9 @@ DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
# 4.9.0
|
||||
PV = "4.9.0+git${SRCPV}"
|
||||
SRCREV_pn-${PN} = "69973b830859bc6529a7a0468ba0d80ee5117826"
|
||||
# 4.11.0-rc5
|
||||
PV = "4.11.0+git${SRCPV}"
|
||||
SRCREV_pn-${PN} = "81d4bab4ce87228c37ab14a885438544af5c9ce6"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master \
|
||||
file://defconfig \
|
||||
|
Reference in New Issue
Block a user