]> code.ossystems Code Review - meta-freescale.git/commit
u-boot-mfgtool.inc: Align SPL_IMAGE and SPL_SYMLINK with OE
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 9 Jul 2021 17:53:37 +0000 (12:53 -0500)
committerDaiane Angolini <daiane.angolini@foundries.io>
Sat, 11 Sep 2021 16:35:14 +0000 (13:35 -0300)
commita004c2655f808b858f7bd4408558f15fc074cc8a
tree2516d268c699237953f7339197c99dd14b0c551e
parent88062eb47b4e78f669753c69af1abe3214c2ed93
u-boot-mfgtool.inc: Align SPL_IMAGE and SPL_SYMLINK with OE

The deploy task of u-boot-imx-mfgtool fails due to the incorrect
addition of an 'spl' sub-folder:

```
install: cannot create regular file '.../tmp/work/imx8mq_evk-fsl-linux/u-boot-imx-mfgtool/2021.04-r0/deploy-u-boot-imx-mfgtool/spl/u-boot-spl.bin-imx8mq-evk-mfgtool-2021.04-r0-mfgtool-2021.04-r0': No such file or directory
```

The customization of SPL_IMAGE and SPL_SYMLINK for mfgtool should
just add -mfgtool to the values defined in OE-core. Instead, the
base SPL_BINARYNAME is changed to SPL_BINARY, which is why the
extra folder 'spl' is in the path.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/u-boot/u-boot-mfgtool.inc