From: Denys Dmytriyenko <[email protected]> It was ignored previously, but now it breaks the build.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/am180x-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf index cff1565..44ca0c6 100644 --- a/conf/machine/am180x-evm.conf +++ b/conf/machine/am180x-evm.conf @@ -9,7 +9,7 @@ UBOOT_MACHINE = "da850evm_config" UBOOT_ENTRYPOINT = "0xc0008000" UBOOT_LOADADDRESS = "0xc0008000" -IMAGE_FSTYPES += "tar.gz ubi" +IMAGE_FSTYPES += "tar.gz" SERIAL_CONSOLE = "115200 ttyS2" -- 2.0.0 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
