diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-16 13:09:38 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-17 16:09:53 +0200 |
commit | 5506b043a61e03ead50e5e925853b48d2faef18c (patch) | |
tree | 6b81f6d277d17a2d6d7f7aeb9e259324e1e5198d /recipes/linux/linux-mini2440_2.6.30+git.bb | |
parent | bf671d66b128944da73b775b53000e467c2babf8 (diff) |
linux-mini2440: Update kernel recipes (merged from mini2440 OE git)
Diffstat (limited to 'recipes/linux/linux-mini2440_2.6.30+git.bb')
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.30+git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-mini2440_2.6.30+git.bb b/recipes/linux/linux-mini2440_2.6.30+git.bb index 84596ac4ae..c0da8bab74 100644 --- a/recipes/linux/linux-mini2440_2.6.30+git.bb +++ b/recipes/linux/linux-mini2440_2.6.30+git.bb @@ -1,13 +1,13 @@ DESCRIPTION = "Linux Kernel for mini2440 development board" SECTION = "kernel" LICENSE = "GPL" -MACHINE_KERNEL_PR = "r3" +MACHINE_KERNEL_PR = "r4" GGSRC = "http://www.xora.org.uk/oe/patches/" SRCREV = "${AUTOREV}" -SRC_URI = "git://repo.or.cz/linux-2.6/mini2440.git;protocol=git;branch=mini2440-dev \ +SRC_URI = "git://repo.or.cz/linux-2.6/mini2440.git;protocol=git;branch=mini2440-stable-v2.6.30 \ file://defconfig-mini2440" S = "${WORKDIR}/git" |