linux-dey-6.1: add different SRCREV for NXP and STM platforms
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
7d4a490a44
commit
d46b202277
|
|
@ -4,6 +4,8 @@ require recipes-kernel/linux/linux-dey.inc
|
|||
|
||||
SRCBRANCH = "v6.1.55/nxp/master"
|
||||
SRCBRANCH:stm32mp2common = "v6.1.28/stm/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV:stm32mp2common = "${AUTOREV}"
|
||||
|
||||
# Patch series for RT Kernel
|
||||
NXP_RT_PATCHES = " \
|
||||
|
|
@ -24,8 +26,6 @@ SRC_URI:append = " \
|
|||
${@bb.utils.contains('DISTRO_FEATURES', 'tsn', 'file://tsn_conf.cfg', '', d)} \
|
||||
"
|
||||
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
# Blacklist btnxpuart module. It will be managed by the bluetooth-init script
|
||||
KERNEL_MODULE_PROBECONF += "btnxpuart"
|
||||
module_conf_btnxpuart = "blacklist btnxpuart"
|
||||
|
|
|
|||
Loading…
Reference in New Issue