From 673abd92f999829bdd67d0273c43570a62123a63 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Feb 2011 15:32:57 +0000 Subject: 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 --- .../linux-2.6.29-kms-after-sata.patch | 50 ---------------------- 1 file changed, 50 deletions(-) delete mode 100644 meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch (limited to 'meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6.29-kms-after-sata.patch') 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 -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 - -Signed-off-by: Yong Wang ---- - 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 - -- cgit v1.2.3