aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.24.bb
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2010-09-28 10:11:33 +0200
committerSteffen Sledz <sledz@dresearch.de>2010-09-28 10:11:33 +0200
commitcc233c9bee7ad2361b20ac4e332dc2431badda50 (patch)
tree027766e8880e6eedf3aa60d5566a28612775b6a5 /recipes/linux/linux_2.6.24.bb
parent1c8fbc364a52d64731cbc092c7b97bd54a9098d4 (diff)
downloadopenembedded-cc233c9bee7ad2361b20ac4e332dc2431badda50.tar.gz
ubifs-v2.6.24: avoid kernel error if ubifs superblock read fails
original commit comment from ubifs-2.6.git: .get_sb is called on mounts with automatic fs detection too, so this function should print an error if it cannot read the superblock in debug mode only (new behaviour conforms the other fs types) Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/linux/linux_2.6.24.bb')
-rw-r--r--recipes/linux/linux_2.6.24.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb
index 9f3655c585..982038bf75 100644
--- a/recipes/linux/linux_2.6.24.bb
+++ b/recipes/linux/linux_2.6.24.bb
@@ -17,6 +17,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2;name=k
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.7.bz2;apply=yes;name=stablepatch \
file://squashfs-lzma-2.6.24.patch \
file://ubifs-v2.6.24.patch \
+ file://ubifs-v2.6.24-silent-get-sb.patch \
file://defconfig"
# Moved away temporarely until committed properly (work in progress).