From 736c7c9e84e86303f4bea657a8f1a4ba8736f234 Mon Sep 17 00:00:00 2001 From: "erich@mine.nu" Date: Sat, 10 Apr 2004 23:06:48 +0000 Subject: fix packaging for handhelds.org kernel (patch from Rene Wagner) BKrev: 40787e08F-nLVelR3Ae2d7McMibZQA --- linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe') diff --git a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe index e69de29bb2..2b6c75b7c9 100644 --- a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe +++ b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe @@ -0,0 +1,22 @@ +DESCRIPTION = "handhelds.org Linux kernel for StrongArm processor based devices." +MAINTAINER = "Rene Wagner " +LICENSE = "GPL" + +TARGET_ARCH = "ipaqsa" + +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/handhelds-sa-${PV}" + +SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=linux/kernel;tag=${@'K' + oe.data.getVar('PV',d,1).replace('.', '-')} \ + \ + file://${FILESDIR}/mkdep.patch;patch=1" + +S = "${WORKDIR}/kernel" + +inherit kernel + +KERNEL_ARCH = "arm" + +do_configure_prepend() { + oe_runmake ipaqsa_config + (echo N; echo m; echo N) | oe_runmake oldconfig +} -- cgit v1.2.3