From 58c8e70ec14568d0dd21f6dfe72015375edccd60 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 20 Jul 2009 11:29:06 +0200 Subject: bluez4: add 4.46, disabled by default --- conf/checksums.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf') diff --git a/conf/checksums.ini b/conf/checksums.ini index e19a0ff1b7..64cd4c37f7 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 -- cgit v1.2.3 From b16c79ca6f3c5924285ce7055c8f599feec7f23b Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Wed, 17 Jun 2009 21:11:53 +0200 Subject: local.conf.sample: Explain IMAGE_KEEPROOTFS. Signed-off-by: Leon Woestenberg --- conf/local.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf') 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 = "" -- cgit v1.2.3