diff options
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-zigbee_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-zigbee_git.bb b/recipes/linux/linux-zigbee_git.bb index eea5e46c9f..ff4e1b7ff7 100644 --- a/recipes/linux/linux-zigbee_git.bb +++ b/recipes/linux/linux-zigbee_git.bb @@ -2,10 +2,10 @@ require linux.inc COMPATIBLE_MACHINE = "imote2" -KERNEL_RELEASE = "2.6.33" +KERNEL_RELEASE = "2.6.34" KERNEL_VERSION = "${KERNEL_RELEASE}" -SRCREV = "4dcdcbf32df853694d31b09ea6cb744463eb27ab" +SRCREV = "3a70ef2d40d829a2ca8321475977f0f019997ab1" PV = "2.6.33+${KERNEL_RELEASE}+${PR}+gitr${SRCREV}" PR = "r0" |