summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc.inc
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.inc
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.inc')
-rw-r--r--recipes-kernel/linux/linux-fslc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc
index f6d04d59..566dd194 100644
--- a/recipes-kernel/linux/linux-fslc.inc
+++ b/recipes-kernel/linux/linux-fslc.inc
@@ -5,6 +5,6 @@ require recipes-kernel/linux/linux-imx.inc
5 5
6DEPENDS += "lzop-native bc-native" 6DEPENDS += "lzop-native bc-native"
7 7
8SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH} \ 8SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH} \
9 file://defconfig" 9 file://defconfig"
10LOCALVERSION = "-fslc" 10LOCALVERSION = "-fslc"