From f0225ee57ead7c832784578e4bbeb6f4ec6ee6ed Mon Sep 17 00:00:00 2001 From: Maciej Pijanowski Date: Tue, 4 May 2021 15:48:22 +0200 Subject: [PATCH] linux-starfive: rename LINUX_VERSION_EXTENSION to -starfive Signed-off-by: Maciej Pijanowski --- recipes-kernel/linux/linux-starfive_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-starfive_5.10.bb b/recipes-kernel/linux/linux-starfive_5.10.bb index 70a1381..24c70f5 100644 --- a/recipes-kernel/linux/linux-starfive_5.10.bb +++ b/recipes-kernel/linux/linux-starfive_5.10.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/starfive-tech/linux.git;protocol=git;branch=Fedora" SRC_URI += "file://0001-sync-beaglev-dts-from-u-boot.patch" LINUX_VERSION ?= "5.10.6" -LINUX_VERSION_EXTENSION_append = "-beaglev" +LINUX_VERSION_EXTENSION_append = "-starfive" SRCREV = "710cf052d6abda73584481d920b4b6befc7240ea"