summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-02-11 17:32:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-04-01 17:37:43 -0300
commitc5542074c7815585c97d6e75247dbc73d0da5edf (patch)
treec67e01dc49df4e8bade1b108ce20de732d030bee /recipes-kernel
parent2783cc3ccab0f45eb8a8f4a228d38b9c8aa0be32 (diff)
downloadmeta-freescale-c5542074c7815585c97d6e75247dbc73d0da5edf.tar.gz
u-boot-*-mfgtool: Remove specific recipes
The use of a specific recipe is not need as the UBOOT_CONFIG mechanism allow multiple binaries using different configurations so we ought to remove this recipe and default to the IMX_DEFAULT_BOOTLOADER as provider. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> linux-*-mfgtool: Remove specific recipes Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-lts-mfgtool_5.15.bb15
-rw-r--r--recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb15
-rw-r--r--recipes-kernel/linux/linux-imx-mfgtool_5.15.bb14
-rw-r--r--recipes-kernel/linux/linux-imx.inc3
-rw-r--r--recipes-kernel/linux/linux-mfgtool.inc7
5 files changed, 3 insertions, 51 deletions
diff --git a/recipes-kernel/linux/linux-fslc-lts-mfgtool_5.15.bb b/recipes-kernel/linux/linux-fslc-lts-mfgtool_5.15.bb
deleted file mode 100644
index 95dd72fb8..000000000
--- a/recipes-kernel/linux/linux-fslc-lts-mfgtool_5.15.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1# Copyright (C) 2014-2018 O.S. Systems Software LTDA.
2# Copyright (C) 2014-2016 Freescale Semiconductor
3
4SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel"
5DESCRIPTION = "Linux Kernel provided and supported by the Freescale Community \
6that produces a Manufacturing Tool compatible Linux Kernel to be used in updater \
7environment"
8
9FILESEXTRAPATHS:prepend := "${THISDIR}/linux-fslc:"
10require linux-fslc-lts_${PV}.bb
11require linux-mfgtool.inc
12
13KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
14MODULE_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
15do_package[vardepsexclude] = "DATETIME"
diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb b/recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb
deleted file mode 100644
index 09d35c915..000000000
--- a/recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1# Copyright (C) 2014-2018 O.S. Systems Software LTDA.
2# Copyright (C) 2014-2016 Freescale Semiconductor
3
4SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel"
5DESCRIPTION = "Linux Kernel provided and supported by the Freescale Community \
6that produces a Manufacturing Tool compatible Linux Kernel to be used in updater \
7environment"
8
9FILESEXTRAPATHS:prepend := "${THISDIR}/linux-fslc:"
10require linux-fslc_${PV}.bb
11require linux-mfgtool.inc
12
13KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
14MODULE_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
15do_package[vardepsexclude] = "DATETIME"
diff --git a/recipes-kernel/linux/linux-imx-mfgtool_5.15.bb b/recipes-kernel/linux/linux-imx-mfgtool_5.15.bb
deleted file mode 100644
index 311245b19..000000000
--- a/recipes-kernel/linux/linux-imx-mfgtool_5.15.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1# Copyright (C) 2014-2018 O.S. Systems Software LTDA.
2# Copyright (C) 2014-2016 Freescale Semiconductor
3
4SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel"
5DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \
6Manufacturing Tool compatible Linux Kernel to be used in updater environment"
7
8FILESEXTRAPATHS:prepend := "${THISDIR}/linux-imx:"
9require linux-imx_${PV}.bb
10require linux-mfgtool.inc
11
12KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
13MODULE_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
14do_package[vardepsexclude] = "DATETIME"
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc
index b386e058b..1a37bf20f 100644
--- a/recipes-kernel/linux/linux-imx.inc
+++ b/recipes-kernel/linux/linux-imx.inc
@@ -11,6 +11,9 @@ LOCALVERSION ?= ""
11SCMVERSION ?= "y" 11SCMVERSION ?= "y"
12SRCBRANCH ?= "" 12SRCBRANCH ?= ""
13 13
14# Allow use of kernel as linux-mfgtool provider.
15PROVIDES += "linux-mfgtool"
16
14# Set the PV to the correct kernel version to satisfy the kernel version sanity check 17# Set the PV to the correct kernel version to satisfy the kernel version sanity check
15PV = "${LINUX_VERSION}+git${SRCPV}" 18PV = "${LINUX_VERSION}+git${SRCPV}"
16 19
diff --git a/recipes-kernel/linux/linux-mfgtool.inc b/recipes-kernel/linux/linux-mfgtool.inc
deleted file mode 100644
index 93a27d8c6..000000000
--- a/recipes-kernel/linux/linux-mfgtool.inc
+++ /dev/null
@@ -1,7 +0,0 @@
1# Produces a Manufacturing Tool compatible Linux Kernel
2#
3# Copyright (C) 2014, 2015, 2018 O.S. Systems Software LTDA.
4
5PROVIDES = "linux-mfgtool"
6
7KERNEL_PACKAGE_NAME = "linux-mfgtool"