summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-29 13:48:58 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-29 13:48:58 +0000
commit8e2451f4402960d727bdef4fc3a253bf05951799 (patch)
tree75cab2b7af6489dee8104d373fdcecd6a697f022
parentc9f94869681a36eb04d80f17db0ab9c94a3f847a (diff)
downloadopenembedded-core-8e2451f4402960d727bdef4fc3a253bf05951799.tar.gz
openembedded-core-8e2451f4402960d727bdef4fc3a253bf05951799.tar.bz2
openembedded-core-8e2451f4402960d727bdef4fc3a253bf05951799.tar.xz
openembedded-core-8e2451f4402960d727bdef4fc3a253bf05951799.zip
linux-psb-modules: Drop as now uneeded
-rw-r--r--meta-moblin/packages/drm/files/menlow-config84
-rw-r--r--meta-moblin/packages/drm/linux-psb-modules_2.6.27.bb30
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 da527613f..000000000
--- a/meta-moblin/packages/drm/files/menlow-config
+++ /dev/null
@@ -1,84 +0,0 @@
-# Ubuntu config
-
-
-# CONFIG_BLK_DEV_GNBD is not set
-
-# Requires some headers from drivers/md
-#CONFIG_BLK_DEV_DM_BBR=m
-
-# CONFIG_SND_BTSCO is not set
-
-# CONFIG_INPUT_ACERHK is not set
-# CONFIG_AVERATEC_5100P is not set
-# CONFIG_PACKARDBELL_E5 is not set
-# CONFIG_LMPCM_USB is not set
-# CONFIG_NOZOMI is not set
-
-# CONFIG_NDISWRAPPER is not set
-# CONFIG_NDISWRAPPER_WQ is not set
-
-# CONFIG_MOL is not set
-
-# CONFIG_ASFS_FS is not set
-
-# Uses unexported functions from gfs2
-# CONFIG_GFS_FS is not set
-
-# CONFIG_SQUASHFS is not set
-# CONFIG_UNION_FS is not set
-
-# CONFIG_USB_APPLEIR is not set
-
-# CONFIG_GSPCA is not set
-
-# CONFIG_USB_OV511_NEW is not set
-# CONFIG_QUICKCAM is not set
-# CONFIG_USB_UVCCAM is not set
-
-# CONFIG_NET_ACX is not set
-# CONFIG_IPW3945 is not set
-# CONFIG_IWLWIFI is not set
-# CONFIG_USB_ATMEL is not set
-# CONFIG_PRISM2_USB is not set
-
-
-# CONFIG_IPW2100_FS_AMILO_M7400 is not set
-
-
-# CONFIG_LIRC_DEV is not set
-# CONFIG_LIRC_ATIUSB is not set
-# CONFIG_LIRC_BT829 is not set
-# CONFIG_LIRC_CMDIR is not set
-# CONFIG_LIRC_GPIO is not set
-# CONFIG_LIRC_I2C is not set
-# CONFIG_LIRC_IGORPLUGUSB is not set
-# CONFIG_LIRC_IMON is not set
-# CONFIG_LIRC_IT87 is not set
-# CONFIG_LIRC_MCEUSB is not set
-# CONFIG_LIRC_MCEUSB2 is not set
-# CONFIG_LIRC_PARALLEL is not set
-# CONFIG_LIRC_PVR150 is not set
-# CONFIG_LIRC_SASEM is not set
-# CONFIG_LIRC_SERIAL is not set
-# CONFIG_LIRC_SERIAL_IGOR is not set
-# CONFIG_LIRC_SIR is not set
-# CONFIG_LIRC_STREAMZAP is not set
-# CONFIG_LIRC_TTUSBIR is not set
-
-
-CONFIG_DRM_PSB=m
-
-
-# CONFIG_AMT_HECI is not set
-
-
-# CONFIG_ET131X is not set
-
-
-# CONFIG_STK11XX is not set
-
-# CONFIG_MMC_SD8686 is not set
-# CONFIG_MMC_SD8688 is not set
-
-# CONFIG_WIMAX_I2400M is not set
-# 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 2643f1ee6..000000000
--- a/meta-moblin/packages/drm/linux-psb-modules_2.6.27.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-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 \
- file://fixes-kernversion.patch;patch=1 \
- file://menlow-config"
-
-PR = "r4"
-
-S = "${WORKDIR}/lum/ubuntu"
-
-inherit module
-
-export src="${S}"
-
-do_configure_prepend () {
- cp ${WORKDIR}/menlow-config ${S}/.config
-}
-
-do_compile() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- make -C ${STAGING_KERNEL_DIR} ARCH=i386 M=${S} modules
-}
-
-MODULE_PATH = "/lib/modules/${KERNEL_VERSION}"
-
-do_install () {
- install -d ${D}${MODULE_PATH}/tmp/kernel/drivers/char/drm/
- install -m 644 ${S}/media/drm-poulsbo/drm.ko ${D}${MODULE_PATH}/tmp/kernel/drivers/char/drm/
- install -m 644 ${S}/media/drm-poulsbo/psb.ko ${D}${MODULE_PATH}/tmp/kernel/drivers/char/drm/
-}
-
-COMPATIBLE_MACHINE = "menlow" \ No newline at end of file