From bf6ad53b1ca950eb5b6b76099a7ae23f1009842e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 8 Mar 2018 23:02:34 -0800 Subject: [PATCH] linux-riscv: Upgrade to 4.15 Signed-off-by: Khem Raj --- .../{linux-riscv_4.14.bb => linux-riscv_4.15.bb} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename recipes-kernel/linux/{linux-riscv_4.14.bb => linux-riscv_4.15.bb} (81%) diff --git a/recipes-kernel/linux/linux-riscv_4.14.bb b/recipes-kernel/linux/linux-riscv_4.15.bb similarity index 81% rename from recipes-kernel/linux/linux-riscv_4.14.bb rename to recipes-kernel/linux/linux-riscv_4.15.bb index f8f3eec..ff80027 100644 --- a/recipes-kernel/linux/linux-riscv_4.14.bb +++ b/recipes-kernel/linux/linux-riscv_4.15.bb @@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" COMPATIBLE_MACHINE = "(qemuriscv64|riscv64)" LINUX_KERNEL_TYPE ?= "standard" -PV_append = "-rc2" +# patch version +PV_append = ".0" + # KMETA ?= "" KBRANCH ?= "${BRANCH}" KMACHINE ?= "${MACHINE}" @@ -26,13 +28,12 @@ KERNEL_ALT_IMAGETYPE = "" inherit kernel siteinfo -BRANCH = "riscv-for-submission-v9" +BRANCH = "riscv-linux-4.15" -SRCREV = "4a8451edde0d6ebd877f2cc0585667ec1178f89e" -SRCREV_machine = "4a8451edde0d6ebd877f2cc0585667ec1178f89e" +SRCREV = "7501d87f7ebf8337ab2efa3fe692612a3b845c6f" +SRCREV_machine = "7501d87f7ebf8337ab2efa3fe692612a3b845c6f" SRC_URI = "git://github.com/riscv/riscv-linux.git;branch=${BRANCH} \ - file://0001-Use-compiler-to-find-libgcc.patch \ file://sections.cfg \ file://defconfig"