preliminary beaglev support

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
Maciej Pijanowski
2021-04-30 23:11:19 +02:00
committed by Khem Raj
parent 69f38710a0
commit 9b31efa4ab
7 changed files with 252 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
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"
LINUX_VERSION ?= "5.10.6"
LINUX_VERSION_EXTENSION_append = "-beaglev"
SRCREV = "710cf052d6abda73584481d920b4b6befc7240ea"
PV = "${LINUX_VERSION}+git${SRCPV}"
KCONFIG_MODE = "--alldefconfig"
KBUILD_DEFCONFIG_beaglev-starlight-jh7100 = "starfive_vic7100_evb_sd_net_defconfig"
COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"