From: Simon Busch Date: Tue, 14 Sep 2010 14:54:38 +0000 (+0200) Subject: linux-palmpre: enable uinput support in defconfig X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daa103a9c65d1ae51fdb52bf0b90099470d65631;p=openembedded.git linux-palmpre: enable uinput support in defconfig Signed-off-by: Simon Busch --- diff --git a/recipes/linux/linux-palmpre/defconfig b/recipes/linux/linux-palmpre/defconfig index 08c5bb0454..7bdaf0ce69 100644 --- a/recipes/linux/linux-palmpre/defconfig +++ b/recipes/linux/linux-palmpre/defconfig @@ -892,7 +892,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set -# CONFIG_INPUT_UINPUT is not set +CONFIG_INPUT_UINPUT=y CONFIG_HSDL9100_PROX_SENSOR=y CONFIG_LIGHTSENSOR_AMBIENT6200=y CONFIG_INPUT_ACCELEROMETER=y diff --git a/recipes/linux/linux-palmpre_git.bb b/recipes/linux/linux-palmpre_git.bb index 59e8d6c2f1..47d71def34 100644 --- a/recipes/linux/linux-palmpre_git.bb +++ b/recipes/linux/linux-palmpre_git.bb @@ -13,7 +13,7 @@ S = "${WORKDIR}/git/" SRCREV = "96eba42952e860f652e66a72569319dfd35756dc" KV = "2.6.24" -PR="r1" +PR="r2" PV = "${KV}+gitr${SRCPV}" # linux.inc overrides LOCAVERSION but we like to stay with the one used originally