mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
This packages bluetooth/Wifi firmware blobs into a package Help lld linker Use -mno-relax to compile the kernel with clang when using lld for linker ( with LLVM=1 ) Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
690 B
BlitzBasic
22 lines
690 B
BlitzBasic
require linux-mainline-common.inc
|
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/linux-starfive:"
|
|
SUMMARY = "BeagleV dev kernel recipe"
|
|
|
|
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} \
|
|
file://0001-riscv-Use-mno-relax-when-using-lld-linker.patch \
|
|
file://extra.cfg \
|
|
file://modules.cfg \
|
|
"
|
|
|
|
LINUX_VERSION ?= "5.13.0"
|
|
LINUX_VERSION_EXTENSION_append = "-starlight"
|
|
|
|
KBUILD_DEFCONFIG_beaglev-starlight-jh7100 = "starlight_defconfig"
|
|
|
|
COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"
|