diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-15 20:44:54 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:23:42 +0200 |
commit | 9c3a8de11ee9d9d631c2956b845f4c2d32020277 (patch) | |
tree | e5dc195e23ae5a8c883e18755504415ed2810780 /recipes-kernel | |
parent | 6c4f3e4a16562c6813e8c6cc9507f1249e2bf877 (diff) | |
download | meta-ti-9c3a8de11ee9d9d631c2956b845f4c2d32020277.tar.gz |
linux 3.1rc: bump to rc2
* 1ghz patch needs a refresh
* only build tested
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux_3.1.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux_3.1.bb b/recipes-kernel/linux/linux_3.1.bb index e88ef9e3..791966ed 100644 --- a/recipes-kernel/linux/linux_3.1.bb +++ b/recipes-kernel/linux/linux_3.1.bb | |||
@@ -6,21 +6,24 @@ KERNEL_IMAGETYPE = "uImage" | |||
6 | DEFAULT_PREFERENCE = "-99" | 6 | DEFAULT_PREFERENCE = "-99" |
7 | 7 | ||
8 | PV = "3.0+3.1rc" | 8 | PV = "3.0+3.1rc" |
9 | SRCREV_pn-${PN} = "f2c0d0266cc5eb36a4aa44944b4096ec121490aa" | 9 | SRCREV_pn-${PN} = "93ee7a9340d64f20295aacc3fb6a22b759323280" |
10 | 10 | ||
11 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc | 11 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc |
12 | MACHINE_KERNEL_PR_append = "b" | 12 | MACHINE_KERNEL_PR_append = "c" |
13 | 13 | ||
14 | SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git \ | 14 | SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git \ |
15 | file://beagle/0001-UNFINISHED-OMAP3-beagle-add-support-for-expansionboa.patch \ | 15 | file://beagle/0001-UNFINISHED-OMAP3-beagle-add-support-for-expansionboa.patch \ |
16 | file://beagle/0002-HACK-OMAP3-beagle-switch-to-GPTIMER1.patch \ | 16 | file://beagle/0002-HACK-OMAP3-beagle-switch-to-GPTIMER1.patch \ |
17 | file://beagle/0003-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \ | ||
18 | file://madc/0001-Enabling-Hwmon-driver-for-twl4030-madc.patch \ | 17 | file://madc/0001-Enabling-Hwmon-driver-for-twl4030-madc.patch \ |
19 | file://madc/0002-mfd-twl-core-enable-madc-clock.patch \ | 18 | file://madc/0002-mfd-twl-core-enable-madc-clock.patch \ |
20 | file://sgx/0001-ARM-L2-Add-and-export-outer_clean_all.patch \ | 19 | file://sgx/0001-ARM-L2-Add-and-export-outer_clean_all.patch \ |
21 | file://fixes/vout.patch \ | 20 | file://fixes/vout.patch \ |
22 | file://defconfig" | 21 | file://defconfig" |
23 | 22 | ||
23 | # Needs refresh: | ||
24 | # file://beagle/0003-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \ | ||
25 | |||
26 | |||
24 | SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ | 27 | SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ |
25 | " | 28 | " |
26 | 29 | ||