summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c23f472)
raw | patch | inline | side by side (parent: c23f472)
author | Chase Maupin <Chase.Maupin@ti.com> | |
Thu, 15 Nov 2012 21:15:03 +0000 (15:15 -0600) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Thu, 15 Nov 2012 22:43:54 +0000 (17:43 -0500) |
* 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>
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>
index fb57f6e8f5eff1027438c1322ff809ab021ee893..827885b4cab25d80d625d7b4e30154129338f8bb 100644 (file)
UBOOT_ENTRYPOINT = "0xc0008000"
UBOOT_LOADADDRESS = "0xc0008000"
+IMAGE_FSTYPES += "tar.gz ubi"
+
MACHINE_FEATURES = "kernel26 serial ethernet"
SERIAL_CONSOLE = "115200 ttyS2"
index e7ddd0bec287de9613b9fdf1d8db55ac08ed7e10..e86c41b226283ea82772d5624fc31bd0903b9d6c 100644 (file)
require conf/machine/include/ti33x.inc
-IMAGE_FSTYPES += "ubi tar.bz2"
+IMAGE_FSTYPES += "ubi tar.gz"
SERIAL_CONSOLE = "115200 ttyO0"
index b3efa9ab9b3d4d9df830ff2188cea4b75cb7d0c4..e8170694f21b7724f5e2fad03f8e007b8cd6f271 100644 (file)
# 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"
index ddb54e863717e1d235d50d28c8ac5972516d9e1c..9a1acb45189db7e057d858b9f78593a4f30faf2a 100644 (file)
# 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"
index ebf98890bd191756c048efb1b7a6beaa41253a4e..5d9cc8f176ffcebfe18bc30eb67f568f64b37091 100644 (file)
#@DESCRIPTION: Machine configuration for the AM389x evm
require conf/machine/include/ti814x.inc
+
+IMAGE_FSTYPES += "ubi tar.gz"
index 9bfe7a7594dc237fd6e66ef6e07f6c45eba36087..2a84cad96cb14539c112eb00e0fa7aa66653a5ed 100644 (file)
#@DESCRIPTION: Machine configuration for the am389x evm
require conf/machine/include/ti816x.inc
+
+IMAGE_FSTYPES += "ubi tar.gz"
index a9029d1d5fb828f6af750a2a0d29fac0de6e5649..b3604a52667dc48b76aed2e792d800b65e788977 100644 (file)
PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
-IMAGE_FSTYPES += "tar.bz2 ubi"
+IMAGE_FSTYPES += "tar.gz ubi"
EXTRA_IMAGECMD_jffs2 = "-lnp "
# Guesswork