diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-07-20 13:04:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-07-20 13:04:10 -0700 |
commit | 84cdf85f95bf122372d4558889dc64f1d232abb8 (patch) | |
tree | a0677e890d763e77957ce41306cc69ea562ffc67 /conf | |
parent | 6c333ee75ad6b633c9e218f22193a02453f9215d (diff) | |
parent | 21b107bab4a6fcb1bd4a3afa618dea6d53db07f0 (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 | 4 | ||||
-rw-r--r-- | conf/local.conf.sample | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index ec2f2a44eb..cd1c86ef70 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -2838,6 +2838,10 @@ sha256=0b22f518085528b71aa9eab8bbc44d2696458c85d902c6a6686076ae10d64549 md5=d24dfd3ca42847123e29f58b29af6948 sha256=ed7631a6d22b456eb26b881bdbe46ea47f93d2f192da420408bad4bbc245f796 +[http://www.kernel.org/pub/linux/bluetooth/bluez-4.46.tar.gz] +md5=ed24b291e9a724a37bc8e9d04adae413 +sha256=31f058fb722dfb96a7b496a064e0c46d634d7dffdd5b64c7dce3ab6ec2fa48bc + [http://www.kernel.org/pub/linux/bluetooth/bluez-4.7.tar.gz] md5=2aa806940d2c841e57a9b2ab7302b750 sha256=ed384dea4f5f21157758fcd7db64db19ce0b410509c26630706e4a3c779287a0 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 = "" |