diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2012-07-19 18:09:41 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2012-07-19 18:09:41 +0200 |
commit | d56fb97c859bb85caaf09890ab89b6e6128ea8cf (patch) | |
tree | af4072a9750958c9a5f4fa0b0dd32af8e76e4c36 /recipes-kernel | |
parent | dda082331d11633c4d1455704d604bc29767ad5f (diff) |
change to 3.1. L4T kernel, take it from git.toradex.com
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-colibri-t20_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-colibri-t20_git.bb b/recipes-kernel/linux/linux-colibri-t20_git.bb index b081ab8..16777dc 100644 --- a/recipes-kernel/linux/linux-colibri-t20_git.bb +++ b/recipes-kernel/linux/linux-colibri-t20_git.bb @@ -3,17 +3,20 @@ require recipes-kernel/linux/linux.inc LINUX_VERSION ?= "3.1.10" -SRCREV = "37440f3ed07a6f588b05b8f98d0b3025c1949371" +#SRCREV = "37440f3ed07a6f588b05b8f98d0b3025c1949371" +SRCREV = "4f48c4961b86b4df1bcb4b1b535bc1c3d158b5af" PV = "${LINUX_VERSION}+gitr${SRCREV}" -PR = "V1.1b1" +PR = "V2.0b1" S = "${WORKDIR}/git" #SRC_URI = "\ # git://gitorious.org/colibri-t20-embedded-linux-bsp/colibri_t20-linux-kernel.git;protocol=git;branch=master \ # file://bcm4329_warning.patch " SRC_URI = "\ git://git.toradex.com/linux-colibri.git;protocol=git;branch=colibri \ - file://bcm4329_warning.patch " + file://bcm4329_warning.patch \ +" +# file://remove_modules.patch " #SVN_REV = 190 #PV = "2.6.36.2" @@ -39,7 +42,7 @@ do_configure_prepend_colibri-t20() { } do_compile_kernelmodules_colibri-t20() { - : + : } #require recipes-kernel/linux/linux-tools.inc |