diff options
author | Maxim De Clercq <maximdeclercq00@gmail.com> | 2021-01-31 19:10:46 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-02-01 17:21:01 -0300 |
commit | 10dd8c2dff0aa1f3a3cf9a426379909760455cbd (patch) | |
tree | 05d4fa4e7d14d6ff2898cd4c474988cae1e08229 /recipes-bsp/u-boot | |
parent | 653f92e4e641ac97e05ecf7f82aecc90f48c4278 (diff) | |
download | meta-freescale-10dd8c2dff0aa1f3a3cf9a426379909760455cbd.tar.gz |
Provide u-boot-mfgtool and linux-mfgtool for fslc distros
This makes u-boot-fslc and linux-fslc support the nxp mfgtool.
Signed-off-by: Maxim De Clercq <maximdeclercq00@gmail.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mfgtool_2020.10.bb | 8 |
1 files changed, 8 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 00000000..7f02746b --- /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 | ||