summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc_6.1.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-25 07:25:32 -0300
committerGitHub <noreply@github.com>2023-04-25 07:25:32 -0300
commit8e720b1738dec508d23dcbde58b1c301b9dd85c2 (patch)
tree2f99628067e964a1ad8ff0d64645cdce691aaeef /recipes-kernel/linux/linux-fslc_6.1.bb
parente67e62d26da5ec5be31b8341fb98720379766a64 (diff)
parentcb4b1f2d623ab711b52a75a98e8aa5cec7ea332d (diff)
downloadmeta-freescale-8e720b1738dec508d23dcbde58b1c301b9dd85c2.tar.gz
Merge pull request #1513 from Freescale/rework-kernel-recipes
Remove SoC-specific defconfig, linux-fslc.inc and linux-fslc-lts 5.15 recipe
Diffstat (limited to 'recipes-kernel/linux/linux-fslc_6.1.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc_6.1.bb19
1 files changed, 17 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.1.bb b/recipes-kernel/linux/linux-fslc_6.1.bb
index 9f2ae131..3f9eced4 100644
--- a/recipes-kernel/linux/linux-fslc_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc_6.1.bb
@@ -10,9 +10,11 @@ provide support for some backported features and fixes, or because it was applie
10and takes some time to become part of a stable version, or because it is not applicable for \ 10and takes some time to become part of a stable version, or because it is not applicable for \
11upstreaming." 11upstreaming."
12 12
13include linux-fslc.inc 13DEPENDS += "lzop-native bc-native"
14 14
15LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 15require linux-imx.inc
16
17SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
16 18
17# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 19# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
18# required by kernel-yocto.bbclass. 20# required by kernel-yocto.bbclass.
@@ -24,4 +26,17 @@ LINUX_VERSION = "6.1.24"
24KBRANCH = "6.1.x+fslc" 26KBRANCH = "6.1.x+fslc"
25SRCREV = "4c5917cbbb13c618abe50bb85048b784bd1b1095" 27SRCREV = "4c5917cbbb13c618abe50bb85048b784bd1b1095"
26 28
29KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig"
30KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
31KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
32KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
33KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig"
34KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v6_v7_defconfig"
35KBUILD_DEFCONFIG:mx8-generic-bsp = "defconfig"
36KBUILD_DEFCONFIG:mx9-generic-bsp = "defconfig"
37KBUILD_DEFCONFIG:mxs-generic-bsp = "mxs_defconfig"
38KBUILD_DEFCONFIG:vf-generic-bsp = "imx_v6_v7_defconfig"
39
40LOCALVERSION = "-fslc"
41
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 42COMPATIBLE_MACHINE = "(imx-generic-bsp)"