linux-psb-modules: Drop as now uneeded

This commit is contained in:
Richard Purdie 2009-01-29 13:48:58 +00:00
parent c9f9486968
commit 8e2451f440
2 changed files with 0 additions and 114 deletions

View File

@ -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

View File

@ -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"