]> code.ossystems Code Review - meta-freescale.git/commitdiff
Provide u-boot-mfgtool and linux-mfgtool for fslc distros
authorMaxim De Clercq <maximdeclercq00@gmail.com>
Tue, 2 Feb 2021 08:06:12 +0000 (09:06 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 3 Feb 2021 10:57:59 +0000 (07:57 -0300)
This makes u-boot-fslc and linux-fslc support the nxp mfgtool.

Signed-off-by: Maxim De Clercq <maximdeclercq00@gmail.com>
recipes-bsp/u-boot/u-boot-fslc-mfgtool_2020.04.bb [new file with mode: 0644]
recipes-kernel/linux/linux-fslc-mfgtool_5.4.bb [new file with mode: 0644]

diff --git a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2020.04.bb b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2020.04.bb
new file mode 100644 (file)
index 0000000..7f02746
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright (C) 2014 O.S. Systems Software LTDA.
+# Copyright (C) 2014-2016 Freescale Semiconductor
+# Copyright 2017-2019 NXP
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-fslc:"
+
+require u-boot-fslc_${PV}.bb
+require u-boot-mfgtool.inc
diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_5.4.bb b/recipes-kernel/linux/linux-fslc-mfgtool_5.4.bb
new file mode 100644 (file)
index 0000000..c155ebb
--- /dev/null
@@ -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"