diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-05 09:19:35 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-05 09:48:50 +0100 |
commit | 590b54897fcca0e8568cdc2acd50cf74002b50fb (patch) | |
tree | 9892dc45f10581d622cebf0983fde7bb52ce4264 /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | e7a640aa3d9288df15a3a5a8750fab4a8be276e9 (diff) |
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-2.6.32_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index c4aa28f62c..63b049695a 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -1,14 +1,13 @@ require linux.inc require linux-openmoko.inc -DESCRIPTION_${PN} = "Linux ${KERNEL_VERSION} kernel for the Openmoko Neo GSM Smartphones" +DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones" -KERNEL_RELEASE = "2.6.32" -KERNEL_VERSION = "${KERNEL_RELEASE}" +KERNEL_RELEASE="2.6.32" OEV = "oe1" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" -PR = "r2" +PR = "r4" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.32 \ |