aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-linaro-qcomlt-dev.bb')
-rw-r--r--recipes-kernel/linux/linux-linaro-qcomlt-dev.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb b/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb
deleted file mode 100644
index 9aae535..0000000
--- a/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2014-2020 Linaro
-# Released under the MIT license (see COPYING.MIT for the terms)
-#
-# This recipe is disabled by default.
-# To enable it add the following line to conf/local.conf:
-# PREFERRED_PROVIDER_virtual/kernel = "linux-linaro-qcomlt-dev"
-
-require recipes-kernel/linux/linux-linaro-qcom.inc
-
-DESCRIPTION = "Linaro Qualcomm Landing team Integration Kernel ${PV}"
-SRCBRANCH = "integration-linux-qcomlt"
-
-# Set default SRCREV. it is statically set to the korg v3.7 tag, and
-# hence prevent network access during parsing. If linux-linaro-qcomlt-dev
-# is the preferred provider, they will be overridden to AUTOREV in following
-# anonymous python routine and resolved when the variables are finalized.
-SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-linaro-qcomlt-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
-
-LINUX_VERSION = "5.11+"
-PV = "${LINUX_VERSION}+git${SRCPV}"