summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
blob: e39f46aaa7f4ddf34b12f27ee99c74cc7019965b (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.5"
PV = "${LINUX_VERSION}+git${SRCPV}"

SRCREV_machine = "a592a95575cdfa3f04fbfd7c10cd7baef5e0125e"

KBRANCH = "toradex_5.4.y"

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

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