From: Vinicius Aquino Date: Wed, 5 May 2021 20:47:55 +0000 (-0300) Subject: linux-fslc-lts: Rework 5.10 Linux kernel as LTS recipe X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1a24574dd2e48cae2c0e08e9c898aa132c5ec100;p=meta-freescale.git linux-fslc-lts: Rework 5.10 Linux kernel as LTS recipe We are working on adding the new 5.12 Linux kernel and the existing 5.10 kernel is now reworked and here after referenced as the LTS kernel. Signed-off-by: Vinicius Aquino --- diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb b/recipes-kernel/linux/linux-fslc-lts-mfgtool_5.10.bb similarity index 94% rename from recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb rename to recipes-kernel/linux/linux-fslc-lts-mfgtool_5.10.bb index c155ebb9..63527d13 100644 --- a/recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb +++ b/recipes-kernel/linux/linux-fslc-lts-mfgtool_5.10.bb @@ -7,7 +7,7 @@ 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-fslc-lts_${PV}.bb require linux-mfgtool.inc KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME" diff --git a/recipes-kernel/linux/linux-fslc/armv8a/defconfig b/recipes-kernel/linux/linux-fslc-lts/armv8a/defconfig similarity index 100% rename from recipes-kernel/linux/linux-fslc/armv8a/defconfig rename to recipes-kernel/linux/linux-fslc-lts/armv8a/defconfig diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc-lts/defconfig similarity index 100% rename from recipes-kernel/linux/linux-fslc/defconfig rename to recipes-kernel/linux/linux-fslc-lts/defconfig diff --git a/recipes-kernel/linux/linux-fslc/mx25/defconfig b/recipes-kernel/linux/linux-fslc-lts/mx25/defconfig similarity index 100% rename from recipes-kernel/linux/linux-fslc/mx25/defconfig rename to recipes-kernel/linux/linux-fslc-lts/mx25/defconfig diff --git a/recipes-kernel/linux/linux-fslc/mxs/defconfig b/recipes-kernel/linux/linux-fslc-lts/mxs/defconfig similarity index 100% rename from recipes-kernel/linux/linux-fslc/mxs/defconfig rename to recipes-kernel/linux/linux-fslc-lts/mxs/defconfig diff --git a/recipes-kernel/linux/linux-fslc_5.10.bb b/recipes-kernel/linux/linux-fslc-lts_5.10.bb similarity index 100% rename from recipes-kernel/linux/linux-fslc_5.10.bb rename to recipes-kernel/linux/linux-fslc-lts_5.10.bb