mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
This is largely based on the beaglev code nbut tweaked to work with current starfive kernel repositories and tweak to the board. The kernel and rootfs boot with working network and graphics. The u-boot binary builds but is as yet untested. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
868 B
BlitzBasic
25 lines
868 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}"
|
|
SRCREV:visionfive = "f754a58449f0de76312bf84249139f5d8b232c66"
|
|
BRANCH:visionfive = "esmil_starlight"
|
|
BRANCH:beaglev-starlight-jh7100 = "beaglev_fedora_devel"
|
|
FORK ?= "starfive-tech"
|
|
SRC_URI = "git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \
|
|
file://extra.cfg \
|
|
file://modules.cfg \
|
|
"
|
|
|
|
LINUX_VERSION ?= "6.0.0"
|
|
LINUX_VERSION_EXTENSION:append:beaglev-starlight-jh7100 = "-starlight"
|
|
|
|
KBUILD_DEFCONFIG:beaglev-starlight-jh7100 = "beaglev_defconfig"
|
|
KBUILD_DEFCONFIG:visionfive = "visionfive_defconfig"
|
|
|
|
COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100|visionfive)"
|