diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-10 23:06:48 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-10 23:06:48 +0000 |
commit | 736c7c9e84e86303f4bea657a8f1a4ba8736f234 (patch) | |
tree | 178ececf48f20cc1f14aee2d3fa7274862382a7e | |
parent | b12a8121580bbd5001c7afcaec7f1ada7fa9b093 (diff) |
fix packaging for handhelds.org kernel (patch from Rene Wagner)
BKrev: 40787e08F-nLVelR3Ae2d7McMibZQA
-rw-r--r-- | linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe | 22 |
1 files changed, 22 insertions, 0 deletions
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 <reenoo@gmx.de>" +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 +} |