git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c678926
)
add tiny notice about IMAGE_FSTYPE to local.conf.sample
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 27 Jun 2004 21:06:57 +0000
(21:06 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 27 Jun 2004 21:06:57 +0000
(21:06 +0000)
BKrev: 40df36f128M56dmjySkIj8ojEmQ2jQ
conf/local.conf.sample
patch
|
blob
|
history
diff --git
a/conf/local.conf.sample
b/conf/local.conf.sample
index
93179b5
..
f27a2f6
100644
(file)
--- a/
conf/local.conf.sample
+++ b/
conf/local.conf.sample
@@
-100,6
+100,10
@@
TARGET_ARCH = "arm"
# Usually better to set DISTRO instead (see above)
#INHERIT = "package_tar"
+# Uncomment one of these lines to get a rootfs image type other than jffs2
+#IMAGE_FSTYPE = "tar"
+#IMAGE_FSTYPE = "cramfs"
+
# Comment this out if you do not wish to use a parse cache (not recommended).
CACHE=/var/tmp/oe-cache.${USER}