aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-shr-devel_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-01-05 09:19:35 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-25 19:36:16 +0100
commit3fea3d6043dc373d1a35652e28cbf0c1c422fda3 (patch)
tree79ac13c47a0d480b0e211eeb86f696397aadb60e /recipes/linux/linux-openmoko-shr-devel_git.bb
parentf1fad244db6c58f88288d346a15684951f9a26ed (diff)
downloadopenembedded-3fea3d6043dc373d1a35652e28cbf0c1c422fda3.tar.gz
linux-openmoko: lower debug level for UBI in defconfigs
* requested by max_posedon, UBI works for him, but was too slow because of debug * applied to all ubi-enabled versions shr-devel, shr-drm-devel, 2.6.31, 2.6.32 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-shr-devel_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-shr-devel_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-shr-devel_git.bb b/recipes/linux/linux-openmoko-shr-devel_git.bb
index 9b0620a151..30b4ab5a55 100644
--- a/recipes/linux/linux-openmoko-shr-devel_git.bb
+++ b/recipes/linux/linux-openmoko-shr-devel_git.bb
@@ -8,11 +8,12 @@ KERNEL_VERSION = "2.6.29-rc3"
OMV = "oe11"
PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCPV}"
-PR = "r6.1"
+PR = "r7"
SRC_URI = "\
git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
file://fix-install.patch;patch=1 \
+ file://0007-Enable-UBI-UBIFS.patch;patch=1 \
file://0001-defconfig-shr-testing-kernel-config.patch;patch=1 \
"
S = "${WORKDIR}/git"