diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-17 14:27:31 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-17 14:27:31 -0300 |
| commit | d3a0fa106f30e4f4fcfe9b5941168a9767369737 (patch) | |
| tree | 106bf0c81a4a41a4fa573c7d912e9a7e42aac124 /recipes-kernel | |
| parent | 5740ae49c67b3030423c360f1b01fc76b74872bc (diff) | |
| parent | 6d97362cb1d8e88d7f8810cc2959b294ec8bdb8a (diff) | |
| download | meta-freescale-master.tar.gz | |
oelint: Class/anon-python docstrings, image and packagegroup metadata
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 | # |
