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>
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-SRCBRANCH = "5.4-2.3.x-imx"
+KBRANCH = "5.4-2.3.x-imx"
SRCREV = "c789925f9aa01b54630ef32fcd0b5f1804f85ff9"
# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
PV = "4.19.125+git${SRCPV}"
-SRCBRANCH = "4.19.x+fslc"
+KBRANCH = "4.19.x+fslc"
SRCREV = "d839dc0169b3c568813f2ee2abc30720f5244b89"
COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"
DEPENDS += "lzop-native bc-native"
-SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH} \
+SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH} \
file://defconfig"
LOCALVERSION = "-fslc"
# should be updated once patchlevel is merged.
LINUX_VERSION = "5.10.16"
-SRCBRANCH = "5.10.x+fslc"
+KBRANCH = "5.10.x+fslc"
SRCREV = "42271aef2fea42e32d3129b4a3abe31ea52b5f61"
COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"