summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_5.4.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-02-15 21:53:18 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-02-15 21:23:14 -0300
commitea0559e137de4823745baf1ef2bca8af972564aa (patch)
tree455c040abbba79177ce101ae7c1e3f72b3f32f2a /recipes-kernel/linux/linux-fslc-imx_5.4.bb
parent50ac32898688dadca56935fb45ddf53e5c08bd6e (diff)
downloadmeta-freescale-ea0559e137de4823745baf1ef2bca8af972564aa.tar.gz
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>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx_5.4.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb
index ff86ea86..7506f3ba 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.4.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.4.bb
@@ -70,7 +70,7 @@ include linux-fslc.inc
70LICENSE = "GPLv2" 70LICENSE = "GPLv2"
71LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 71LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
72 72
73SRCBRANCH = "5.4-2.3.x-imx" 73KBRANCH = "5.4-2.3.x-imx"
74SRCREV = "c789925f9aa01b54630ef32fcd0b5f1804f85ff9" 74SRCREV = "c789925f9aa01b54630ef32fcd0b5f1804f85ff9"
75 75
76# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 76# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition