aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb
blob: 9794e420c592039045d5e2df06f69473c74c2a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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"

DESCRIPTION = "Linaro Qualcomm Landing team Integration Kernel ${PV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"

require recipes-kernel/linux/linux-linaro-qcom.inc
require recipes-kernel/linux/linux-qcom-bootimg.inc

SRCBRANCH ?= "integration-linux-qcomlt"
#SRCREV ?= "${AUTOREV}"
SRCREV = "7b0c8f86e1ef16d58c582de5a0f0331f82640096"

LINUX_VERSION = "5.10-rc+"
PV = "${LINUX_VERSION}+git${SRCPV}"

# Wifi firmware has a recognizable arch :( 
ERROR_QA_remove = "arch"

# Disable by default
DEFAULT_PREFERENCE = "-1"