blob: 2970ab6a713601290f442ffc313025d07086ac7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This builds latest head of linux master
# Do not use this recipe for production, it is not reproducible
# and you don't know what git hash is built from just looking
# at the metadata
require linux-toradex-upstream.inc
LINUX_REPO = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
TDX_PATCHES = " \
file://0001-thermal-imx-Update-critical-temp-threshold.patch \
file://0002-Revert-drm-panel-simple-drop-use-of-data-mapping-pro.patch \
file://0004-media-i2c-ov5640-Implement-get_mbus_config.patch \
file://0001-usb-gadget-f_ncm-Apply-workaround-for-packet-cloggin.patch \
"
# set PV manually, that way PREFERRED_VERSION can be set to a constant value
PV = "mainline"
LINUX_VERSION = "6.9-rc"
KBRANCH = "master"
SRCREV_machine = "${AUTOREV}"
|