summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
blob: 15f2bcfc49e4d5aed9344a74f92abec344d6128f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"

LINUX_VERSION ?= "5.4.2"
PV = "${LINUX_VERSION}+git${SRCPV}"

SRCREV_machine = "0a15b6b8f63335a6ca666e355daaafc186354872"

KBRANCH = "toradex_5.4.y"

require recipes-kernel/linux/linux-toradex-mainline.inc

SRC_URI += " \
    file://defconfig \
"