From 29d6678fd546377459ef75cf54abeef5b969b5cf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 27 Aug 2010 15:14:24 +0100 Subject: Major layout change to the packages directory Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie --- .../linux/linux-mx31-2.6.19.2/mx31lite-boot.patch | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 meta/packages/linux/linux-mx31-2.6.19.2/mx31lite-boot.patch (limited to 'meta/packages/linux/linux-mx31-2.6.19.2/mx31lite-boot.patch') diff --git a/meta/packages/linux/linux-mx31-2.6.19.2/mx31lite-boot.patch b/meta/packages/linux/linux-mx31-2.6.19.2/mx31lite-boot.patch deleted file mode 100644 index 26cf38cc8..000000000 --- a/meta/packages/linux/linux-mx31-2.6.19.2/mx31lite-boot.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- - arch/arm/boot/compressed/Makefile | 4 ++++ - arch/arm/boot/compressed/head-mx3.S | 17 +++++++++++++++++ - 2 files changed, 21 insertions(+) - -Index: linux-2.6.19.2/arch/arm/boot/compressed/Makefile -=================================================================== ---- linux-2.6.19.2.orig/arch/arm/boot/compressed/Makefile 2007-01-10 20:10:37.000000000 +0100 -+++ linux-2.6.19.2/arch/arm/boot/compressed/Makefile 2007-10-02 15:46:13.000000000 +0200 -@@ -50,6 +50,10 @@ - OBJS += head-at91rm9200.o - endif - -+ifeq ($(CONFIG_ARCH_MX3),y) -+OBJS += head-mx3.o -+endif -+ - ifeq ($(CONFIG_CPU_BIG_ENDIAN),y) - ifeq ($(CONFIG_CPU_CP15),y) - OBJS += big-endian.o -Index: linux-2.6.19.2/arch/arm/boot/compressed/head-mx3.S -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-2.6.19.2/arch/arm/boot/compressed/head-mx3.S 2007-10-02 16:00:13.000000000 +0200 -@@ -0,0 +1,17 @@ -+/* -+ * linux/arch/arm/boot/compressed/head-mx3.S -+ * -+ * MX3 specific hacks. This is merged into head.S by the linker. -+ * -+ */ -+ -+#include -+#include -+ -+ .section ".start", "ax" -+ -+__MX3_start: -+#ifdef CONFIG_MACH_MX31LITE -+ mov r7, #(MACH_TYPE_MX31LITE & 0xff) -+ orr r7, r7, #(MACH_TYPE_MX31LITE & 0xff00) -+#endif -- cgit v1.2.3