summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc_6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-fslc_6.1.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc_6.1.bb9
1 files changed, 7 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..879c9e13 100644
--- a/recipes-kernel/linux/linux-fslc_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc_6.1.bb
@@ -10,9 +10,12 @@ 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 += "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 \
18 file://defconfig"
16 19
17# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 20# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
18# required by kernel-yocto.bbclass. 21# required by kernel-yocto.bbclass.
@@ -24,4 +27,6 @@ LINUX_VERSION = "6.1.24"
24KBRANCH = "6.1.x+fslc" 27KBRANCH = "6.1.x+fslc"
25SRCREV = "4c5917cbbb13c618abe50bb85048b784bd1b1095" 28SRCREV = "4c5917cbbb13c618abe50bb85048b784bd1b1095"
26 29
30LOCALVERSION = "-fslc"
31
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 32COMPATIBLE_MACHINE = "(imx-generic-bsp)"