From 3f556c1aee46bcfa6ed09da6f548dfd177dbe01b Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Tue, 21 Mar 2023 10:02:12 -0300 Subject: [PATCH] linux-starfive-dev: Update branch to use the as as master Commit reference: 5415c909f292a1d65a60455a590e431c39a078e3 Signed-off-by: Daiane Angolini --- recipes-kernel/linux/linux-starfive-dev.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-starfive-dev.bb b/recipes-kernel/linux/linux-starfive-dev.bb index 6ff31c6..8d2482e 100644 --- a/recipes-kernel/linux/linux-starfive-dev.bb +++ b/recipes-kernel/linux/linux-starfive-dev.bb @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" KERNEL_VERSION_SANITY_SKIP = "1" SRCREV = "${AUTOREV}" -SRCREV:visionfive = "f754a58449f0de76312bf84249139f5d8b232c66" -BRANCH:visionfive = "esmil_starlight" +BRANCH = "visionfive" + BRANCH:beaglev-starlight-jh7100 = "beaglev_fedora_devel" FORK ?= "starfive-tech" SRC_URI = "git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \ @@ -15,6 +15,9 @@ SRC_URI = "git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \ file://modules.cfg \ " +SRC_URI:append:visionfive = " \ + file://extra.cfg \ +" LINUX_VERSION ?= "6.0.0" LINUX_VERSION_EXTENSION:append:beaglev-starlight-jh7100 = "-starlight"