From c8969f47de9e38ca280672a715ec5c980c2bfde3 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Wed, 18 Aug 2021 12:46:30 +0000 Subject: linux-fslc: upgrade to 5.14.x+fslc Pick up the latest kernel branch from linux-fslc repository. Kernel repository has been upgraded up to v5.14 from stable korg. Signed-off-by: Andrey Zhizhikin --- recipes-kernel/linux/linux-fslc-mfgtool_5.12.bb | 15 -------------- recipes-kernel/linux/linux-fslc-mfgtool_5.14.bb | 15 ++++++++++++++ recipes-kernel/linux/linux-fslc_5.12.bb | 27 ------------------------- recipes-kernel/linux/linux-fslc_5.14.bb | 27 +++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 recipes-kernel/linux/linux-fslc-mfgtool_5.12.bb create mode 100644 recipes-kernel/linux/linux-fslc-mfgtool_5.14.bb delete mode 100644 recipes-kernel/linux/linux-fslc_5.12.bb create mode 100644 recipes-kernel/linux/linux-fslc_5.14.bb (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_5.12.bb b/recipes-kernel/linux/linux-fslc-mfgtool_5.12.bb deleted file mode 100644 index 09d35c915..000000000 --- a/recipes-kernel/linux/linux-fslc-mfgtool_5.12.bb +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2014-2018 O.S. Systems Software LTDA. -# Copyright (C) 2014-2016 Freescale Semiconductor - -SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel" -DESCRIPTION = "Linux Kernel provided and supported by the Freescale Community \ -that produces a Manufacturing Tool compatible Linux Kernel to be used in updater \ -environment" - -FILESEXTRAPATHS:prepend := "${THISDIR}/linux-fslc:" -require linux-fslc_${PV}.bb -require linux-mfgtool.inc - -KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME" -MODULE_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME" -do_package[vardepsexclude] = "DATETIME" diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_5.14.bb b/recipes-kernel/linux/linux-fslc-mfgtool_5.14.bb new file mode 100644 index 000000000..09d35c915 --- /dev/null +++ b/recipes-kernel/linux/linux-fslc-mfgtool_5.14.bb @@ -0,0 +1,15 @@ +# Copyright (C) 2014-2018 O.S. Systems Software LTDA. +# Copyright (C) 2014-2016 Freescale Semiconductor + +SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel" +DESCRIPTION = "Linux Kernel provided and supported by the Freescale Community \ +that produces a Manufacturing Tool compatible Linux Kernel to be used in updater \ +environment" + +FILESEXTRAPATHS:prepend := "${THISDIR}/linux-fslc:" +require linux-fslc_${PV}.bb +require linux-mfgtool.inc + +KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME" +MODULE_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME" +do_package[vardepsexclude] = "DATETIME" diff --git a/recipes-kernel/linux/linux-fslc_5.12.bb b/recipes-kernel/linux/linux-fslc_5.12.bb deleted file mode 100644 index ed24bcfde..000000000 --- a/recipes-kernel/linux/linux-fslc_5.12.bb +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (C) 2012-2019 O.S. Systems Software LTDA. -# Released under the MIT license (see COPYING.MIT for the terms) -# -# SPDX-License-Identifier: MIT -# - -SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" -DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ -provide support for some backported features and fixes, or because it was applied in linux-next \ -and takes some time to become part of a stable version, or because it is not applicable for \ -upstreaming." - -include linux-fslc.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" - -# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition -# required by kernel-yocto.bbclass. -# -# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and -# should be updated once patchlevel is merged. -LINUX_VERSION = "5.12.19" - -KBRANCH = "5.12.x+fslc" -SRCREV = "a7601274fa6ecb02a9335c8aac5575e8aa8d65fd" - -COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" diff --git a/recipes-kernel/linux/linux-fslc_5.14.bb b/recipes-kernel/linux/linux-fslc_5.14.bb new file mode 100644 index 000000000..90a908806 --- /dev/null +++ b/recipes-kernel/linux/linux-fslc_5.14.bb @@ -0,0 +1,27 @@ +# Copyright (C) 2012-2019 O.S. Systems Software LTDA. +# Released under the MIT license (see COPYING.MIT for the terms) +# +# SPDX-License-Identifier: MIT +# + +SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" +DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ +provide support for some backported features and fixes, or because it was applied in linux-next \ +and takes some time to become part of a stable version, or because it is not applicable for \ +upstreaming." + +include linux-fslc.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" + +# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition +# required by kernel-yocto.bbclass. +# +# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and +# should be updated once patchlevel is merged. +LINUX_VERSION = "5.14" + +KBRANCH = "5.14.x+fslc" +SRCREV = "35f3f4421d3d7878593eef83e1093db8de60a37e" + +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" -- cgit v1.2.3-54-g00ecf