diff options
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mfgtool_2020.10.bb | 8 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb | 15 |
2 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2020.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2020.10.bb new file mode 100644 index 000000000..7f02746b0 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2020.10.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # Copyright (C) 2014 O.S. Systems Software LTDA. | ||
| 2 | # Copyright (C) 2014-2016 Freescale Semiconductor | ||
| 3 | # Copyright 2017-2019 NXP | ||
| 4 | |||
| 5 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-fslc:" | ||
| 6 | |||
| 7 | require u-boot-fslc_${PV}.bb | ||
| 8 | require u-boot-mfgtool.inc | ||
diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb b/recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb new file mode 100644 index 000000000..c155ebb96 --- /dev/null +++ b/recipes-kernel/linux/linux-fslc-mfgtool_5.10.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # Copyright (C) 2014-2018 O.S. Systems Software LTDA. | ||
| 2 | # Copyright (C) 2014-2016 Freescale Semiconductor | ||
| 3 | |||
| 4 | SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel" | ||
| 5 | DESCRIPTION = "Linux Kernel provided and supported by the Freescale Community \ | ||
| 6 | that produces a Manufacturing Tool compatible Linux Kernel to be used in updater \ | ||
| 7 | environment" | ||
| 8 | |||
| 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-fslc:" | ||
| 10 | require linux-fslc_${PV}.bb | ||
| 11 | require linux-mfgtool.inc | ||
| 12 | |||
| 13 | KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME" | ||
| 14 | MODULE_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME" | ||
| 15 | do_package[vardepsexclude] = "DATETIME" | ||
