angstrom feed builder: add eog
[openembedded.git] / contrib / image-convert / tar2jffs
1 #!/bin/sh
2
3 STAGING= #~/linux-ppc/build-oe-angstrom/tmp/staging/i686-linux/bin/
4
5 ${STAGING}fakeroot bash -c " \
6 rm -rf scratch; mkdir scratch; \
7 tar -xj -f $1 -C scratch; \
8 ${STAGING}mkfs.jffs2 -x lzo --root=scratch --faketime --output=$(dirname $1)/$(basename $1 .tar.bz2).jffs2"