]> code.ossystems Code Review - meta-freescale.git/commit
linux-fslc[-imx]: use KBRANCH instead of SRCBRANCH in kernel build
authorAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 15 Feb 2021 21:53:18 +0000 (21:53 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 16 Feb 2021 00:23:14 +0000 (21:23 -0300)
commitea0559e137de4823745baf1ef2bca8af972564aa
tree455c040abbba79177ce101ae7c1e3f72b3f32f2a
parent50ac32898688dadca56935fb45ddf53e5c08bd6e
linux-fslc[-imx]: use KBRANCH instead of SRCBRANCH in kernel build

Kernel recipe should define a kernel branch used in recipe via KBRANCH
and not a customized variable SRCBRANCH.

KBRANCH variable is used by several OE tools (e.g. devtool) to define
the checkout policy when recipe is modified to a separate user
workspace.

Replace the occurence of SRCBRANCH with KBRANCH in kernel recipes, and
change fetcher URI to use KBRANCH variable for checkout.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-kernel/linux/linux-fslc-imx_5.4.bb
recipes-kernel/linux/linux-fslc-lts-4.19.bb
recipes-kernel/linux/linux-fslc.inc
recipes-kernel/linux/linux-fslc_5.10.bb