* Updated the IMAGE_FSTYPES to ubi and tar.gz for the AMSDK machine types as the base file system type. * This was done to speed up compression/decompression time at the expense of file size.
Signed-off-by: Chase Maupin <[email protected]> --- conf/machine/am180x-evm.conf | 2 ++ conf/machine/am335x-evm.conf | 2 +- conf/machine/am3517-evm.conf | 2 +- conf/machine/am37x-evm.conf | 2 +- conf/machine/am387x-evm.conf | 2 ++ conf/machine/am389x-evm.conf | 2 ++ conf/machine/beagleboard.conf | 2 +- 7 files changed, 10 insertions(+), 4 deletions(-) diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf index fb57f6e..827885b 100644 --- a/conf/machine/am180x-evm.conf +++ b/conf/machine/am180x-evm.conf @@ -9,6 +9,8 @@ UBOOT_MACHINE = "da850evm_config" UBOOT_ENTRYPOINT = "0xc0008000" UBOOT_LOADADDRESS = "0xc0008000" +IMAGE_FSTYPES += "tar.gz ubi" + MACHINE_FEATURES = "kernel26 serial ethernet" SERIAL_CONSOLE = "115200 ttyS2" diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index e7ddd0b..e86c41b 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf @@ -12,7 +12,7 @@ GUI_MACHINE_CLASS = "smallscreen" require conf/machine/include/ti33x.inc -IMAGE_FSTYPES += "ubi tar.bz2" +IMAGE_FSTYPES += "ubi tar.gz" SERIAL_CONSOLE = "115200 ttyO0" diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index b3efa9a..e817069 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf @@ -16,7 +16,7 @@ require conf/machine/include/omap3.inc # Ship all kernel modules -IMAGE_FSTYPES += "ubi tar.bz2" +IMAGE_FSTYPES += "ubi tar.gz" EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" SERIAL_CONSOLE = "115200 ttyS2" diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index ddb54e8..9a1acb4 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf @@ -16,7 +16,7 @@ require conf/machine/include/omap3.inc # Ship all kernel modules -IMAGE_FSTYPES += "jffs2 tar.bz2" +IMAGE_FSTYPES += "ubi tar.gz" EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" SERIAL_CONSOLE = "115200 ttyS0" diff --git a/conf/machine/am387x-evm.conf b/conf/machine/am387x-evm.conf index ebf9889..5d9cc8f 100644 --- a/conf/machine/am387x-evm.conf +++ b/conf/machine/am387x-evm.conf @@ -3,3 +3,5 @@ #@DESCRIPTION: Machine configuration for the AM389x evm require conf/machine/include/ti814x.inc + +IMAGE_FSTYPES += "ubi tar.gz" diff --git a/conf/machine/am389x-evm.conf b/conf/machine/am389x-evm.conf index 9bfe7a7..2a84cad 100644 --- a/conf/machine/am389x-evm.conf +++ b/conf/machine/am389x-evm.conf @@ -3,3 +3,5 @@ #@DESCRIPTION: Machine configuration for the am389x evm require conf/machine/include/ti816x.inc + +IMAGE_FSTYPES += "ubi tar.gz" diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index a9029d1..b3604a5 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -19,7 +19,7 @@ EXTRA_IMAGEDEPENDS = "u-boot" PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" -IMAGE_FSTYPES += "tar.bz2 ubi" +IMAGE_FSTYPES += "tar.gz ubi" EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork -- 1.7.0.4 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
