summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-shr-drm-devel_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-openmoko-shr-drm-devel_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-shr-drm-devel_git.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes/linux/linux-openmoko-shr-drm-devel_git.bb b/recipes/linux/linux-openmoko-shr-drm-devel_git.bb
deleted file mode 100644
index c487f46e9c..0000000000
--- a/recipes/linux/linux-openmoko-shr-drm-devel_git.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-require linux.inc
-require linux-openmoko.inc
-
-DESCRIPTION_${PN} = "Linux ${KERNEL_VERSION} kernel for the Openmoko Neo GSM Smartphones"
-
-DEFAULT_PREFERENCE = "-1"
-KERNEL_RELEASE = "2.6.29"
-KERNEL_VERSION = "2.6.29-rc3-drm"
-
-SRCREV = "e62a4ae1c6783f41b41a9ac3d258786586b65a40"
-OMV = "oe15"
-PV = "${KERNEL_RELEASE}-drm-${OMV}+gitr${SRCPV}"
-PR = "r5"
-
-SRC_URI = "\
- git://git.openmoko.org/git/kernel.git;protocol=git;branch=drm-tracking \
- file://fix-install.patch \
- file://0001-Add-drm-to-Makefile-version.patch \
- file://0004-gta02_drm_defconfig-start-from-gta02_packaging_defco.patch \
- file://0005-Enable-DRM-and-MFD_GLAMO_DRM.patch \
- file://0006-Enable-I2C_ALGOBIT-from-make-oldconfig.patch \
- file://0007-Enable-UBI-UBIFS.patch \
-"
-S = "${WORKDIR}/git"
-
-CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig"
-CONFIG_NAME_om-gta02 = "gta02_drm_defconfig"
-
-do_configure_prepend() {
- install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
-}