diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-15 09:01:47 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-17 09:18:18 -0300 |
| commit | 2d153252a52bb53ec83d356852e088c8fa6de5e3 (patch) | |
| tree | caf541d2a28672243b30b0d13c48041974c8c7e8 /recipes-kernel | |
| parent | f914991ff6708bb1010e5a0aa372950c5ec12f6e (diff) | |
| download | meta-freescale-2d153252a52bb53ec83d356852e088c8fa6de5e3.tar.gz | |
linux-fslc: Set SECTION, order DEPENDS and document override per oelint
Set SECTION = "kernel" (oelint.var.suggestedvar.SECTION) and move
DEPENDS above SRC_URI to follow the canonical order
(oelint.var.order.DEPENDS).
Accept the SRC_URI override inline: linux-fslc deliberately replaces the
kernel source defined in the required linux-imx.inc
(oelint.var.override).
No functional change.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-fslc_6.12.bb | 7 |
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." |
| 12 | HOMEPAGE = "https://github.com/Freescale/linux-fslc" | 12 | HOMEPAGE = "https://github.com/Freescale/linux-fslc" |
| 13 | SECTION = "kernel" | ||
| 13 | 14 | ||
| 14 | require linux-imx.inc | 15 | require linux-imx.inc |
| 15 | 16 | ||
| 16 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | ||
| 17 | |||
| 18 | DEPENDS += "\ | 17 | DEPENDS += "\ |
| 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 | ||
| 23 | SRC_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 | # |
