summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/linux/linux-moblin_2.6.31.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-moblin/packages/linux/linux-moblin_2.6.31.5.bb')
-rw-r--r--meta-moblin/packages/linux/linux-moblin_2.6.31.5.bb47
1 files changed, 47 insertions, 0 deletions
diff --git a/meta-moblin/packages/linux/linux-moblin_2.6.31.5.bb b/meta-moblin/packages/linux/linux-moblin_2.6.31.5.bb
new file mode 100644
index 0000000000..409242de31
--- /dev/null
+++ b/meta-moblin/packages/linux/linux-moblin_2.6.31.5.bb
@@ -0,0 +1,47 @@
1require linux-moblin.inc
2
3PR = "r0"
4
5DEFAULT_PREFERENCE = "-1"
6DEFAULT_PREFERENCE_netbook = "1"
7#DEFAULT_PREFERENCE_menlow = "1"
8
9SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.31.5.tar.bz2 \
10 file://linux-2.6-build-nonintconfig.patch;patch=1 \
11 file://linux-2.6.32-cpuidle.patch;patch=1 \
12 file://linux-2.6.32-n_tty-honor-opost-flag-for-echoes.patch;patch=1 \
13 file://linux-2.6.32-n_tty-move-echoctl-check-and-clean-up-logic.patch;patch=1 \
14 file://linux-2.6.33-pit-fix.patch;patch=1 \
15 file://linux-2.6.29-dont-wait-for-mouse.patch;patch=1 \
16 file://linux-2.6.29-sreadahead.patch;patch=1 \
17 file://linux-2.6.29-kms-edid-cache.patch;patch=1 \
18 file://linux-2.6.29-kms-run-async.patch;patch=1 \
19 file://linux-2.6.29-kms-dont-blank-display.patch;patch=1 \
20 file://linux-2.6.29-kms-after-sata.patch;patch=1 \
21 file://linux-2.6.30-non-root-X.patch;patch=1 \
22 file://linux-2.6.31-drm-kms-flip.patch;patch=1 \
23 file://linux-2.6.31-drm-mem-info.patch;patch=1 \
24 file://linux-2.6.31-drm-i915-fix.patch;patch=1 \
25 file://linux-2.6.31-drm-i915-opregion.patch;patch=1 \
26 file://linux-2.6.31-drm-i915-vblank-fix.patch;patch=1 \
27 file://linux-2.6.29-silence-acer-message.patch;patch=1 \
28 file://linux-2.6.31-silence-wacom.patch;patch=1 \
29 file://linux-2.6.29-jbd-longer-commit-interval.patch;patch=1 \
30 file://linux-2.6.29-touchkit.patch;patch=1 \
31 file://linux-2.6.31-1-2-timberdale.patch;patch=1 \
32 file://linux-2.6.31-2-2-timberdale.patch;patch=1 \
33 file://linux-2.6-driver-level-usb-autosuspend.patch;patch=1 \
34 file://linux-2.6.31-bluetooth-suspend.patch;patch=1 \
35 file://linux-2.6-usb-uvc-autosuspend.patch;patch=1 \
36 file://linux-2.6.31-samsung.patch;patch=1 \
37 file://MRST-GFX-driver-consolidated.patch;patch=1 \
38 file://linux-2.6.31-iegd.patch;patch=1 \
39 file://linux-2.6.32-acpi-cstate-fixup.patch;patch=1 \
40 file://linux-2.6.32-timer-fix.patch;patch=1 \
41 file://linux-2.6.33-copy-checks.patch;patch=1 \
42 file://close_debug_info_of_rt2860.patch;patch=1 \
43# file://i915_split.patch.patch;patch=1 \
44# file://defconfig-menlow \
45 file://defconfig-netbook"
46
47S = "${WORKDIR}/linux-2.6.31.5"