summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:32:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:36:06 +0000
commit673abd92f999829bdd67d0273c43570a62123a63 (patch)
tree63132d1ffc1cb5bf50d244b184ca8d58a9cbc85c /meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch
parentfed61beb31c47e2d96af905a7047fe78d64c9bd0 (diff)
downloadopenembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.gz
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.bz2
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.xz
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.zip
conf/machine: Drop older machines with no recent updates
These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch')
-rw-r--r--meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch50
1 files changed, 0 insertions, 50 deletions
diff --git a/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch b/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch
deleted file mode 100644
index 3d7ce2bc1..000000000
--- a/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 5872557a54f440d8cf046714508898b173885399 Mon Sep 17 00:00:00 2001
-From: Yong Wang <yong.y.wang@intel.com>
-Date: Fri, 5 Feb 2010 11:19:36 +0800
-Subject: [PATCH] linux-2.6.29-kms-after-sata.patch
-
-This patch is from Arjan ven de Ven <arjan@linux.intel.com>
-
-Signed-off-by: Yong Wang <yong.y.wang@intel.com>
----
- drivers/Makefile | 15 ++++++++-------
- 1 files changed, 8 insertions(+), 7 deletions(-)
-
-diff --git a/drivers/Makefile b/drivers/Makefile
-index 6ee53c7..5dc6dd3 100644
---- a/drivers/Makefile
-+++ b/drivers/Makefile
-@@ -26,15 +26,8 @@ obj-$(CONFIG_REGULATOR) += regulator/
- # default.
- obj-y += char/
-
--# gpu/ comes after char for AGP vs DRM startup
--obj-y += gpu/
--
- obj-$(CONFIG_CONNECTOR) += connector/
-
--# i810fb and intelfb depend on char/agp/
--obj-$(CONFIG_FB_I810) += video/i810/
--obj-$(CONFIG_FB_INTEL) += video/intelfb/
--
- obj-y += serial/
- obj-$(CONFIG_PARPORT) += parport/
- obj-y += base/ block/ misc/ mfd/
-@@ -46,6 +39,14 @@ obj-$(CONFIG_ATA) += ata/
- obj-$(CONFIG_MTD) += mtd/
- obj-$(CONFIG_SPI) += spi/
- obj-y += net/
-+
-+# gpu/ comes after char for AGP vs DRM startup
-+obj-y += gpu/
-+
-+# i810fb and intelfb depend on char/agp/
-+obj-$(CONFIG_FB_I810) += video/i810/
-+obj-$(CONFIG_FB_INTEL) += video/intelfb/
-+
- obj-$(CONFIG_ATM) += atm/
- obj-$(CONFIG_FUSION) += message/
- obj-$(CONFIG_FIREWIRE) += firewire/
---
-1.5.5.1
-