diff options
author | Vinicius Aquino <vinicius.aquino@ossystems.com.br> | 2021-05-05 17:47:55 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-05-07 15:19:18 -0300 |
commit | 1a24574dd2e48cae2c0e08e9c898aa132c5ec100 (patch) | |
tree | e973e4e26c20a992c88e619a5594a88f62559620 /recipes-kernel | |
parent | f8fe947d5202c97b79096fd08a68d9de8e2e809f (diff) | |
download | meta-freescale-1a24574dd2e48cae2c0e08e9c898aa132c5ec100.tar.gz |
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 <vinicius.aquino@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-lts-mfgtool_5.10.bb (renamed from recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb) | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc-lts/armv8a/defconfig (renamed from recipes-kernel/linux/linux-fslc/armv8a/defconfig) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc-lts/defconfig (renamed from recipes-kernel/linux/linux-fslc/defconfig) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc-lts/mx25/defconfig (renamed from recipes-kernel/linux/linux-fslc/mx25/defconfig) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc-lts/mxs/defconfig (renamed from recipes-kernel/linux/linux-fslc/mxs/defconfig) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc-lts_5.10.bb (renamed from recipes-kernel/linux/linux-fslc_5.10.bb) | 0 |
6 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb b/recipes-kernel/linux/linux-fslc-lts-mfgtool_5.10.bb index c155ebb96..63527d132 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 | |||
7 | environment" | 7 | environment" |
8 | 8 | ||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-fslc:" | 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-fslc:" |
10 | require linux-fslc_${PV}.bb | 10 | require linux-fslc-lts_${PV}.bb |
11 | require linux-mfgtool.inc | 11 | require linux-mfgtool.inc |
12 | 12 | ||
13 | KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME" | 13 | 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 index df595480d..df595480d 100644 --- a/recipes-kernel/linux/linux-fslc/armv8a/defconfig +++ b/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 index 127e38f25..127e38f25 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig +++ b/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 index 21672504f..21672504f 100644 --- a/recipes-kernel/linux/linux-fslc/mx25/defconfig +++ b/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 index a913c0ddb..a913c0ddb 100644 --- a/recipes-kernel/linux/linux-fslc/mxs/defconfig +++ b/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 index 1a0f6ffb9..1a0f6ffb9 100644 --- a/recipes-kernel/linux/linux-fslc_5.10.bb +++ b/recipes-kernel/linux/linux-fslc-lts_5.10.bb | |||