diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-29 13:48:58 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-29 13:48:58 +0000 |
commit | 8e2451f4402960d727bdef4fc3a253bf05951799 (patch) | |
tree | 75cab2b7af6489dee8104d373fdcecd6a697f022 /meta-moblin | |
parent | c9f94869681a36eb04d80f17db0ab9c94a3f847a (diff) | |
download | poky-8e2451f4402960d727bdef4fc3a253bf05951799.tar.gz |
linux-psb-modules: Drop as now uneeded
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/drm/files/menlow-config | 84 | ||||
-rw-r--r-- | meta-moblin/packages/drm/linux-psb-modules_2.6.27.bb | 30 |
2 files changed, 0 insertions, 114 deletions
diff --git a/meta-moblin/packages/drm/files/menlow-config b/meta-moblin/packages/drm/files/menlow-config deleted file mode 100644 index da527613f0..0000000000 --- a/meta-moblin/packages/drm/files/menlow-config +++ /dev/null | |||
@@ -1,84 +0,0 @@ | |||
1 | # Ubuntu config | ||
2 | |||
3 | |||
4 | # CONFIG_BLK_DEV_GNBD is not set | ||
5 | |||
6 | # Requires some headers from drivers/md | ||
7 | #CONFIG_BLK_DEV_DM_BBR=m | ||
8 | |||
9 | # CONFIG_SND_BTSCO is not set | ||
10 | |||
11 | # CONFIG_INPUT_ACERHK is not set | ||
12 | # CONFIG_AVERATEC_5100P is not set | ||
13 | # CONFIG_PACKARDBELL_E5 is not set | ||
14 | # CONFIG_LMPCM_USB is not set | ||
15 | # CONFIG_NOZOMI is not set | ||
16 | |||
17 | # CONFIG_NDISWRAPPER is not set | ||
18 | # CONFIG_NDISWRAPPER_WQ is not set | ||
19 | |||
20 | # CONFIG_MOL is not set | ||
21 | |||
22 | # CONFIG_ASFS_FS is not set | ||
23 | |||
24 | # Uses unexported functions from gfs2 | ||
25 | # CONFIG_GFS_FS is not set | ||
26 | |||
27 | # CONFIG_SQUASHFS is not set | ||
28 | # CONFIG_UNION_FS is not set | ||
29 | |||
30 | # CONFIG_USB_APPLEIR is not set | ||
31 | |||
32 | # CONFIG_GSPCA is not set | ||
33 | |||
34 | # CONFIG_USB_OV511_NEW is not set | ||
35 | # CONFIG_QUICKCAM is not set | ||
36 | # CONFIG_USB_UVCCAM is not set | ||
37 | |||
38 | # CONFIG_NET_ACX is not set | ||
39 | # CONFIG_IPW3945 is not set | ||
40 | # CONFIG_IWLWIFI is not set | ||
41 | # CONFIG_USB_ATMEL is not set | ||
42 | # CONFIG_PRISM2_USB is not set | ||
43 | |||
44 | |||
45 | # CONFIG_IPW2100_FS_AMILO_M7400 is not set | ||
46 | |||
47 | |||
48 | # CONFIG_LIRC_DEV is not set | ||
49 | # CONFIG_LIRC_ATIUSB is not set | ||
50 | # CONFIG_LIRC_BT829 is not set | ||
51 | # CONFIG_LIRC_CMDIR is not set | ||
52 | # CONFIG_LIRC_GPIO is not set | ||
53 | # CONFIG_LIRC_I2C is not set | ||
54 | # CONFIG_LIRC_IGORPLUGUSB is not set | ||
55 | # CONFIG_LIRC_IMON is not set | ||
56 | # CONFIG_LIRC_IT87 is not set | ||
57 | # CONFIG_LIRC_MCEUSB is not set | ||
58 | # CONFIG_LIRC_MCEUSB2 is not set | ||
59 | # CONFIG_LIRC_PARALLEL is not set | ||
60 | # CONFIG_LIRC_PVR150 is not set | ||
61 | # CONFIG_LIRC_SASEM is not set | ||
62 | # CONFIG_LIRC_SERIAL is not set | ||
63 | # CONFIG_LIRC_SERIAL_IGOR is not set | ||
64 | # CONFIG_LIRC_SIR is not set | ||
65 | # CONFIG_LIRC_STREAMZAP is not set | ||
66 | # CONFIG_LIRC_TTUSBIR is not set | ||
67 | |||
68 | |||
69 | CONFIG_DRM_PSB=m | ||
70 | |||
71 | |||
72 | # CONFIG_AMT_HECI is not set | ||
73 | |||
74 | |||
75 | # CONFIG_ET131X is not set | ||
76 | |||
77 | |||
78 | # CONFIG_STK11XX is not set | ||
79 | |||
80 | # CONFIG_MMC_SD8686 is not set | ||
81 | # CONFIG_MMC_SD8688 is not set | ||
82 | |||
83 | # CONFIG_WIMAX_I2400M is not set | ||
84 | # CONFIG_DVB_SIANO_SMS1XXX is not set | ||
diff --git a/meta-moblin/packages/drm/linux-psb-modules_2.6.27.bb b/meta-moblin/packages/drm/linux-psb-modules_2.6.27.bb deleted file mode 100644 index 2643f1ee6c..0000000000 --- a/meta-moblin/packages/drm/linux-psb-modules_2.6.27.bb +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/l/linux-ubuntu-modules-2.6.24/linux-ubuntu-modules-2.6.24_2.6.24-22.35.tar.gz \ | ||
2 | file://fixes-kernversion.patch;patch=1 \ | ||
3 | file://menlow-config" | ||
4 | |||
5 | PR = "r4" | ||
6 | |||
7 | S = "${WORKDIR}/lum/ubuntu" | ||
8 | |||
9 | inherit module | ||
10 | |||
11 | export src="${S}" | ||
12 | |||
13 | do_configure_prepend () { | ||
14 | cp ${WORKDIR}/menlow-config ${S}/.config | ||
15 | } | ||
16 | |||
17 | do_compile() { | ||
18 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS | ||
19 | make -C ${STAGING_KERNEL_DIR} ARCH=i386 M=${S} modules | ||
20 | } | ||
21 | |||
22 | MODULE_PATH = "/lib/modules/${KERNEL_VERSION}" | ||
23 | |||
24 | do_install () { | ||
25 | install -d ${D}${MODULE_PATH}/tmp/kernel/drivers/char/drm/ | ||
26 | install -m 644 ${S}/media/drm-poulsbo/drm.ko ${D}${MODULE_PATH}/tmp/kernel/drivers/char/drm/ | ||
27 | install -m 644 ${S}/media/drm-poulsbo/psb.ko ${D}${MODULE_PATH}/tmp/kernel/drivers/char/drm/ | ||
28 | } | ||
29 | |||
30 | COMPATIBLE_MACHINE = "menlow" \ No newline at end of file | ||