summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc_6.12.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.12.bb b/recipes-kernel/linux/linux-fslc_6.12.bb
index 45db75ecf..46a8a9b03 100644
--- a/recipes-kernel/linux/linux-fslc_6.12.bb
+++ b/recipes-kernel/linux/linux-fslc_6.12.bb
@@ -10,15 +10,18 @@ DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP i
10 and takes some time to become part of a stable version, or because it is not applicable for \ 10 and takes some time to become part of a stable version, or because it is not applicable for \
11 upstreaming." 11 upstreaming."
12HOMEPAGE = "https://github.com/Freescale/linux-fslc" 12HOMEPAGE = "https://github.com/Freescale/linux-fslc"
13SECTION = "kernel"
13 14
14require linux-imx.inc 15require linux-imx.inc
15 16
16SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
17
18DEPENDS += "\ 17DEPENDS += "\
19 coreutils-native \ 18 coreutils-native \
20" 19"
21 20
21# linux-fslc replaces the kernel source defined in linux-imx.inc.
22# nooelint: oelint.var.override
23SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
24
22# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 25# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
23# required by kernel-yocto.bbclass. 26# required by kernel-yocto.bbclass.
24# 27#