]> code.ossystems Code Review - meta-freescale.git/commit
imx-base.inc: Define a default value for OPTEE_BIN_EXT 850/head
authorTom Hochstein <tom.hochstein@nxp.com>
Tue, 24 Aug 2021 23:35:20 +0000 (18:35 -0500)
committerTom Hochstein <tom.hochstein@nxp.com>
Tue, 24 Aug 2021 23:35:20 +0000 (18:35 -0500)
commitfab06649d13b1543fccf29fa5f7c18a7f11a0ea6
treeaaeee0b091c68592fab9609584da079ac127b864
parent5c198573eda7afe9356e630e83aef875f7a5fa7a
imx-base.inc: Define a default value for OPTEE_BIN_EXT

Without a default the IMAGE_BOOT_FILES is not parsed properly, leading
to the following error for machines without such a variable definition:

```
| ERROR: _exec_cmd: install -m 0644 -D /z/build-master/imx233-olinuxino-maxi/build/tmp-glibc/deploy/images/imx233-olinuxino-maxi/make_dtb_boot_files /z/build-master/imx233-olinuxino-maxi/build/tmp-glibc/work/imx233_olinuxino_maxi-oe-linux-gnueabi/core-image-base/1.0-r0/tmp-wic/boot.2/make_dtb_boot_files returned '1' instead of 0
| output: install: cannot stat '/z/build-master/imx233-olinuxino-maxi/build/tmp-glibc/deploy/images/imx233-olinuxino-maxi/make_dtb_boot_files': No such file or directory

ERROR: Task (/opt/oe/configs/z/build-master/imx233-olinuxino-maxi/layers/openembedded-core/meta/recipes-core/images/core-image-base.bb:do_image_wic) failed with exit code '1'
```

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
conf/machine/include/imx-base.inc