diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-21 09:50:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-21 09:50:49 +0200 |
commit | 32ed7bef9adf1e4dfff7f176bd5c3540b2559f26 (patch) | |
tree | c444bb4ed4d14aea7f29f97451d675ab34ca60c9 /conf | |
parent | e9f7e9734edc75fde0f3c4f8dd7b774d95b7b6e7 (diff) | |
parent | 84cdf85f95bf122372d4558889dc64f1d232abb8 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'conf')
-rw-r--r-- | conf/checksums.ini | 8 | ||||
-rw-r--r-- | conf/local.conf.sample | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 3da964459f..ca034dca4f 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -5266,6 +5266,10 @@ sha256=2de57ec75aca127ec70c2797c1a416fca43d78e6cb5c8ee4938864cb8eaafb56 md5=c75f112d24bdc39c76dbec61d59a4a91 sha256=dc1eb1b7bbad2edc030e50e7506c79562d98098f99a5d6cb5db5aa5ca92ffe48 +[http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-libs-1.41.8.tar.gz] +md5=bd28f2ccce2c14f06091e04fd1a0c67e +sha256=90428106333a38b93b6f4a306fff17749243862883a06598ff6e6ea11f8d24d2 + [http://www.pobox.com/~sheff/sw/e2tools/e2tools-0.0.16.tar.gz] md5=1829b2b261e0e0d07566066769b5b28b sha256=4e3c8e17786ccc03fc9fb4145724edf332bb50e1b3c91b6f33e0e3a54861949b @@ -24258,6 +24262,10 @@ sha256=7736d8d7d3b39654e350416585b3e00af9f55670cce8b3dddd2c2494cbaae81c md5=71919b69eeecbba05612224d8f2c450f sha256=db4dcbf99d989a8f539d7521e9e64047367fa2ccdcbb91517cdec19693a41ffd +[http://kernel.org/pub/linux/utils/util-linux-ng/v2.16/util-linux-ng-2.16.tar.bz2] +md5=9623380641b0c2e0449f5b1ecc567663 +sha256=a6365fcb2b34439faa52164e1a018086c2b6818f8a189c487c79e09dc3c62722 + [http://xorg.freedesktop.org/releases/individual/util/util-macros-1.1.5.tar.bz2] md5=51952682d8b42aeda3af5cee0133ce2c sha256=75939790e16b8bcc122e83f3f060d6f000ed1a98e97b4972fac0903142f5651b diff --git a/conf/local.conf.sample b/conf/local.conf.sample index a00fec4c2a..643ae0b611 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -119,6 +119,11 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # squashfs, squashfs-lzma IMAGE_FSTYPES = "jffs2 tar" +# Uncomment this if you want to keep the temporary rootfs +# diretory, this can be useful during development. +# (Note that this rootfs is NOT usuable as NFS export.) +# IMAGE_KEEPROOTFS = "1" + # Uncomment this to disable the parse cache (not recommended). # CACHE = "" |