diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-02-11 17:32:16 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-12 20:09:28 -0300 |
commit | 88399694f0d4bd8da30b562ba69a6e9d76d5046c (patch) | |
tree | f0176429493ef7e01f5158ae8e9628d78ad4f9d0 /recipes-bsp/u-boot/u-boot-fslc-mfgtool_2023.01.bb | |
parent | 56ba9c32d6b3029fb1c2b3fc8ea8778d62f396a8 (diff) | |
download | meta-freescale-rework/remove-mfgtool-specific-recipes.tar.gz |
linux-*-mfgtool, u-boot-*-mfgtool: Remove specific recipesrework/remove-mfgtool-specific-recipes
The use of a specific recipes are not need anymore.
For the U-Boot specific case, the UBOOT_CONFIG mechanism allows multiple
binaries using different configurations so we can remove this recipes
and default to the IMX_DEFAULT_BOOTLOADER as provider.
The Linux specific case is completely unnecessary as the USB gadget is
supported in all versions we support.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc-mfgtool_2023.01.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mfgtool_2023.01.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2023.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2023.01.bb deleted file mode 100644 index 2e79166b..00000000 --- a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2023.01.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
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 | ||