From 7a1bea0c401749e0bfb8d387df04cab2f11ae155 Mon Sep 17 00:00:00 2001 From: Rafael Campos Las Heras Date: Mon, 10 Aug 2009 13:07:01 +0000 Subject: Update the em-x270 machine to work with linux_2.6.23. * Use of generic linux_2.6.23 recipe * remove em-x270_2.6.23 recipe (ugly). * Add a patch that allows to compile with gcc 4.1 compiler. Signed-off-by: Rafael Campos Las Heras Signed-off-By: Holger Hans Peter Freyther --- recipes/linux/em-x270_2.6.23.bb | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 recipes/linux/em-x270_2.6.23.bb (limited to 'recipes/linux/em-x270_2.6.23.bb') diff --git a/recipes/linux/em-x270_2.6.23.bb b/recipes/linux/em-x270_2.6.23.bb deleted file mode 100644 index fcef7280d0..0000000000 --- a/recipes/linux/em-x270_2.6.23.bb +++ /dev/null @@ -1,29 +0,0 @@ -require linux.inc - -SECTION = "kernel" -DESCRIPTION = "Linux kernel for the Compulab EM-X270 system" -LICENSE = "GPL" -DEPENDS = "u-boot-utils-native" -PR = "r1" - -KERNEL_IMAGETYPE = "uImage" - -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ - file://em-x270.patch;patch=1 \ - file://defconfig \ - " - -S = "${WORKDIR}/linux-${PV}" - -COMPATIBLE_HOST = 'arm.*-linux' -COMPATIBLE_MACHINE = "em-x270" - -inherit kernel -inherit package - -ARCH = "arm" - -FILES_kernel-image = "" - -S = "${WORKDIR}/linux-${PV}" - -- cgit v1.2.3