summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-moblin_2.6.27-rc1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/linux/linux-moblin_2.6.27-rc1.bb')
-rw-r--r--meta/packages/linux/linux-moblin_2.6.27-rc1.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-moblin_2.6.27-rc1.bb b/meta/packages/linux/linux-moblin_2.6.27-rc1.bb
new file mode 100644
index 0000000000..bf33144e66
--- /dev/null
+++ b/meta/packages/linux/linux-moblin_2.6.27-rc1.bb
@@ -0,0 +1,23 @@
1require linux-moblin.inc
2
3PR = "r3"
4
5DEFAULT_PREFERENCE_eee901 = "1"
6
7SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \
8 ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.27-rc1.bz2;patch=1 \
9 file://0001_Export_shmem_file_setup_for_DRM-GEM.patch;patch=1 \
10 file://0002_i915.Use_more_consistent_names_for_regs.patch;patch=1 \
11 file://0003_i915.Add_support_for_MSI_and_interrupt_mitigation.patch;patch=1 \
12 file://0004_i915.Track_progress_inside_of_batchbuffers_for_determining_wedgedness.patch;patch=1 \
13 file://0005_i915.remove_settable_use_mi_batchbuffer_start.patch;patch=1 \
14 file://0006_i915.Ignore_X_server_provided_mmio_address.patch;patch=1 \
15 file://0007_i915.Initialize_hardware_status_page_at_device_load_when_possible.patch;patch=1 \
16 file://0008_drm.Add_GEM_graphics_execution_manager_to_i915_driver.patch;patch=1 \
17 file://0009-squashfs3.3-2.6.27.patch;patch=1 \
18 file://0010_unionfs-2.4_for_2.6.27-rc1.patch;patch=1 \
19 file://0011_workaround_unidef_step.patch;patch=1 \
20 file://0012_intelfb_945gme.patch;patch=1 \
21 file://defconfig-eee901"
22
23S = "${WORKDIR}/linux-2.6.26"