summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-17 14:27:31 -0300
committerGitHub <noreply@github.com>2026-07-17 14:27:31 -0300
commitd3a0fa106f30e4f4fcfe9b5941168a9767369737 (patch)
tree106bf0c81a4a41a4fa573c7d912e9a7e42aac124 /recipes-kernel
parent5740ae49c67b3030423c360f1b01fc76b74872bc (diff)
parent6d97362cb1d8e88d7f8810cc2959b294ec8bdb8a (diff)
downloadmeta-freescale-master.tar.gz
Merge pull request #2574 from lucianogdittgen/oelint-cleanup-10-recipe-metadata-6HEADmaster
oelint: Class/anon-python docstrings, image and packagegroup metadata
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#