From 7b832cf420f3a7f41edd94778e249c4ea52fa615 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 11 Oct 2005 10:14:21 +0000 Subject: add machine configuration and linux kernel for the HTC Blueangel patch courtesy Ian Jordan --- packages/linux/xanadux-ba-2.6_2.6.12.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/linux/xanadux-ba-2.6_2.6.12.bb (limited to 'packages/linux') diff --git a/packages/linux/xanadux-ba-2.6_2.6.12.bb b/packages/linux/xanadux-ba-2.6_2.6.12.bb new file mode 100644 index 0000000000..7935fe7196 --- /dev/null +++ b/packages/linux/xanadux-ba-2.6_2.6.12.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Xanadux Blueangel kernel based on the hh 2.6.12" +MAINTAINER = "Ian Jordan " +LICENSE = "GPL" +PR="r0" + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;method=pserver;module=linux-2.6-xda;tag=K2-6-12-hh2-xda0-ba0" +S = "${WORKDIR}/linux-2.6-xda" + +COMPATIBLE_HOST = "arm.*-linux" + +inherit kernel + +do_configure() { + cp arch/arm/configs/blueangel_defconfig .config || die "No default configuration for ${MACHINE} available." + yes '' | oe_runmake oldconfig +} + -- cgit v1.2.3