diff options
author | Chase Maupin <Chase.Maupin@ti.com> | 2012-11-15 15:15:03 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-11-15 17:43:54 -0500 |
commit | 37e525ba2cbde38f6429bc0876140fc5bceb1301 (patch) | |
tree | 5cc6f8ea4f5f3da08edece6065751a9b34af04c4 /conf/machine/beagleboard.conf | |
parent | c23f472783a5cab482d62c4ed31874c69397dbfe (diff) | |
download | meta-ti-37e525ba2cbde38f6429bc0876140fc5bceb1301.tar.gz |
conf/machine: Update the FSTYPES for AMSDK machines
* 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 <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index a9029d1d..b3604a52 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf | |||
@@ -19,7 +19,7 @@ EXTRA_IMAGEDEPENDS = "u-boot" | |||
19 | 19 | ||
20 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" | 20 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" |
21 | 21 | ||
22 | IMAGE_FSTYPES += "tar.bz2 ubi" | 22 | IMAGE_FSTYPES += "tar.gz ubi" |
23 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 23 | EXTRA_IMAGECMD_jffs2 = "-lnp " |
24 | 24 | ||
25 | # Guesswork | 25 | # Guesswork |