summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-09-19 05:22:37 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2023-10-16 12:10:42 -0300
commitfcf94a55931041ac828e289470b1313c113f827f (patch)
tree2a414bc61943c5bb35c571e2153e2b47d9e1b0c7 /recipes-kernel/linux/linux-toradex-upstream_mainline.bb
parent93e392f8e6cd94a5dbea07525c189d4655bc7a21 (diff)
linux-toradex-mainline(-rt): rename to linux-toradex-upstream and only build latest mainline
For OE master we want to build only latest mainline. For a next BSP we will add a recipe which will build the to be used stable tree. Related-to: ELB-5359 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-upstream_mainline.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-upstream_mainline.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-upstream_mainline.bb b/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
new file mode 100644
index 0000000..6a962ed
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
@@ -0,0 +1,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://0003-drivers-chipidea-disable-runtime-pm-for-imx6ul.patch \
+ file://0004-media-i2c-ov5640-Implement-get_mbus_config.patch \
+"
+# set PV manually, that way PREFERRED_VERSION can be set to a constant value
+PV = "mainline"
+LINUX_VERSION = "6.6-rc"
+KBRANCH = "master"
+SRCREV_machine = "${AUTOREV}"