summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc_5.4.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc_5.4.bb b/recipes-kernel/linux/linux-fslc_5.4.bb
index ed310213..bf659d8b 100644
--- a/recipes-kernel/linux/linux-fslc_5.4.bb
+++ b/recipes-kernel/linux/linux-fslc_5.4.bb
@@ -1,5 +1,8 @@
1# Copyright (C) 2012-2019 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2019 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3#
4# SPDX-License-Identifier: MIT
5#
3 6
4SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" 7SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
5DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ 8DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \
@@ -11,7 +14,12 @@ include linux-fslc.inc
11 14
12LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 15LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
13 16
14PV = "5.4.31+git${SRCPV}" 17# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
18# required by kernel-yocto.bbclass.
19#
20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
21# should be updated once patchlevel is merged.
22LINUX_VERSION = "5.4.31"
15 23
16SRCBRANCH = "5.4.x+fslc" 24SRCBRANCH = "5.4.x+fslc"
17SRCREV = "bde0c4ce26b13fe6d477d3ded90370964404a61f" 25SRCREV = "bde0c4ce26b13fe6d477d3ded90370964404a61f"