Files
meta-riscv/recipes-kernel/linux/linux-starfive_5.10.bb
Khem Raj 128fa1b539 linux-starfive: Use starfive_vic7100_evb_sd_net_fedora_defconfig
This helps fix the time issues we were seeing with current config
which was resulting in bad time being reported from kernel and glibc
strftime() tripping over it.

This fixes all those issues and we can boot glibc based rootfs without
issues

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-07 08:35:48 -07:00

27 lines
865 B
BlitzBasic

SUMMARY = "An example kernel recipe that uses the linux-yocto and oe-core"
inherit kernel
require recipes-kernel/linux/linux-yocto.inc
SRC_URI = "git://github.com/starfive-tech/linux.git;protocol=git;branch=Fedora \
file://0001-drivers-net-wireless-broadcom-fix-out-of-tree-build.patch \
file://extra.cfg \
"
# The dts files are only in U-Boot repo currently
SRC_URI += "file://0001-sync-beaglev-dts-from-u-boot.patch"
LINUX_VERSION ?= "5.10.6"
LINUX_VERSION_EXTENSION_append = "-starfive"
SRCREV = "710cf052d6abda73584481d920b4b6befc7240ea"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
PV = "${LINUX_VERSION}+git${SRCPV}"
KCONFIG_MODE = "--alldefconfig"
KBUILD_DEFCONFIG_beaglev-starlight-jh7100 = "starfive_vic7100_evb_sd_net_fedora_defconfig"
COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"