mirror of
https://github.com/lingble/meta-tegra.git
synced 2026-03-20 04:01:11 +00:00
to move the common parts for the two recipes into a shared include file. Also add the rtl8852ce driver to the wifi drivers list. Signed-off-by: Matt Madison <matt@madison.systems>
10 lines
256 B
BlitzBasic
10 lines
256 B
BlitzBasic
SRC_REPO = "github.com/OE4T/nvidia-kernel-oot;protocol=https"
|
|
SRC_URI = "gitsm://${SRC_REPO};branch=${SRCBRANCH}"
|
|
SRCBRANCH = "main"
|
|
SRCREV = "92c7803bcf2e6ce7f12a69ca5570c36095518d94"
|
|
PV = "36.4.3+git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
require nvidia-kernel-oot.inc
|