[oe-commits] org.oe.dev at32st1000, atngw100: also generate tar.bz2 images for use on SD cards

koen commit oe at amethyst.openembedded.net
Sun Apr 6 18:04:24 UTC 2008


at32st1000, atngw100: also generate tar.bz2 images for use on SD cards

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 7ce1c09c2ab95fc13a699ae089ac05fba3e7024c
ViewMTN: http://monotone.openembedded.org/revision/info/7ce1c09c2ab95fc13a699ae089ac05fba3e7024c
Files:
1
conf/machine/at32stk1000.conf
conf/machine/atngw100.conf
Diffs:

#
# mt diff -rc75d1037d7cc91aba2f6dada3011cd98c56fba81 -r7ce1c09c2ab95fc13a699ae089ac05fba3e7024c
#
#
#
# patch "conf/machine/at32stk1000.conf"
#  from [858566319ae3c59992ad1fd9b8f267f240f8e0f0]
#    to [3d5142529536576aea6056c6d761540974caa5ac]
# 
# patch "conf/machine/atngw100.conf"
#  from [474e760e6d35f3b194c4977885162a4aa0023764]
#    to [cef3b01b4c2b3b0d104e29becf1afe88cc8feb51]
#
============================================================
--- conf/machine/at32stk1000.conf	858566319ae3c59992ad1fd9b8f267f240f8e0f0
+++ conf/machine/at32stk1000.conf	3d5142529536576aea6056c6d761540974caa5ac
@@ -17,7 +17,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
 SERIAL_CONSOLE = "115200 ttyS0"
 
 # used by some images
-IMAGE_FSTYPES ?= "jffs2"
+IMAGE_FSTYPES ?= "tar.bz2 jffs2"
 ROOT_FLASH_SIZE = "8"
 EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536"
 
============================================================
--- conf/machine/atngw100.conf	474e760e6d35f3b194c4977885162a4aa0023764
+++ conf/machine/atngw100.conf	cef3b01b4c2b3b0d104e29becf1afe88cc8feb51
@@ -16,6 +16,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
 SERIAL_CONSOLE = "115200 ttyS0"
 
 # used by some images
+IMAGE_FSTYPES ?= "tar.bz2 jffs2"
 ROOT_FLASH_SIZE = "8"
 EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536"
 






More information about the Openembedded-commits mailing list