summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-12 17:48:57 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-12 17:48:57 -0400
commit4f21d3b86badd88b99d19c225292a9bfa55fbaec (patch)
treea2491d8ee326164c624593733f03ff0ebd9fdee7 /conf/machine/beaglebone.conf
parent03974f7c843f521f626707161e148ec81b99bdd4 (diff)
downloadmeta-ti-4f21d3b86badd88b99d19c225292a9bfa55fbaec.tar.gz
machines: unify all machines to produce tar.gz instead of tar.bz2 by default
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index dc77dd79..f4112f58 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -9,7 +9,7 @@ GUI_MACHINE_CLASS = "bigscreen"
9 9
10PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" 10PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
11 11
12IMAGE_FSTYPES += "tar.bz2" 12IMAGE_FSTYPES += "tar.gz"
13 13
14SERIAL_CONSOLE = "115200 ttyO0" 14SERIAL_CONSOLE = "115200 ttyO0"
15 15