mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 23:34:40 +02:00
linux-starfive-dev.bb: Switch to starfive-tech fork
This is new dev branch for beagleV work Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Alistair Francis
parent
98742ca775
commit
5c5c7964c7
@@ -6,8 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
KERNEL_VERSION_SANITY_SKIP = "1"
|
||||
|
||||
SRCREV = "${AUTOREV}"
|
||||
BRANCH = "starlight"
|
||||
SRC_URI = "git://github.com/esmil/linux.git;protocol=git;branch=${BRANCH} \
|
||||
FORK ?= "starfive-tech"
|
||||
BRANCH ?= "esmil_starlight"
|
||||
SRC_URI = "git://github.com/${FORK}/linux.git;protocol=git;branch=${BRANCH} \
|
||||
file://0001-riscv-Use-mno-relax-when-using-lld-linker.patch \
|
||||
file://extra.cfg \
|
||||
file://modules.cfg \
|
||||
|
||||
Reference in New Issue
Block a user