diff options
-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 +} |