diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-12 17:48:57 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-12 17:48:57 -0400 |
commit | 4f21d3b86badd88b99d19c225292a9bfa55fbaec (patch) | |
tree | a2491d8ee326164c624593733f03ff0ebd9fdee7 /conf/machine/pandaboard.conf | |
parent | 03974f7c843f521f626707161e148ec81b99bdd4 (diff) | |
download | meta-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/pandaboard.conf')
-rw-r--r-- | conf/machine/pandaboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf index b3d0399d..1707f80a 100644 --- a/conf/machine/pandaboard.conf +++ b/conf/machine/pandaboard.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/omap4.inc | |||
6 | 6 | ||
7 | GUI_MACHINE_CLASS = "bigscreen" | 7 | GUI_MACHINE_CLASS = "bigscreen" |
8 | 8 | ||
9 | IMAGE_FSTYPES += "tar.bz2" | 9 | IMAGE_FSTYPES += "tar.gz" |
10 | 10 | ||
11 | SERIAL_CONSOLE = "115200 ttyO2" | 11 | SERIAL_CONSOLE = "115200 ttyO2" |
12 | 12 | ||