summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-04 22:55:06 +0000
committerPhil Blundell <philb@gnu.org>2004-07-04 22:55:06 +0000
commit16a1f260cf455ae7a5ca5da827c3a13b5a82bd9f (patch)
tree499746feb50a319f2915fff5b563f41bab1ad17c /linux
parent1d1bfe4d2ac06ca128eeff819e869b1fbc60ae30 (diff)
auxiliary files no longer required
BKrev: 40e88acaTR_V-LsqRQUpaD_NiVCdRQ
Diffstat (limited to 'linux')
-rw-r--r--linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe29
1 files changed, 29 insertions, 0 deletions
diff --git a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe
index e69de29bb2..971ca7f088 100644
--- a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe
+++ b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe
@@ -0,0 +1,29 @@
+DESCRIPTION = "handhelds.org Linux kernel for StrongArm processor based devices."
+MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
+LICENSE = "GPL"
+
+PACKAGE_ARCH = "ipaqsa"
+KERNEL_CCSUFFIX = "-3.3.3"
+COMPATIBLE_HOST = "arm.*-linux"
+
+HHSUBV = "11"
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/handhelds-sa-${PV}.${HHSUBV}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=linux/kernel;tag=${@'K' + oe.data.getVar('PV',d,1).replace('.', '-')}-${HHSUBV}"
+
+S = "${WORKDIR}/kernel"
+
+inherit kernel
+
+K_MAJOR = "${@oe.data.getVar('PV',d,1).split('-')[0].split('.')[0]}"
+K_MINOR = "${@oe.data.getVar('PV',d,1).split('-')[0].split('.')[1]}"
+K_MICRO = "${@oe.data.getVar('PV',d,1).split('-')[0].split('.')[2]}"
+RMKV = "${@oe.data.getVar('PV',d,1).split('-')[1].split('rmk')[-1]}"
+PXAV = "${@oe.data.getVar('PV',d,1).split('-')[2].split('pxa')[-1]}"
+HHV = "${@oe.data.getVar('PV',d,1).split('-')[3].split('hh')[-1]}"
+
+KERNEL_PRIORITY = "${@'%d' % (int(oe.data.getVar('K_MAJOR',d,1)) * 100000000 + int(oe.data.getVar('K_MINOR',d,1)) * 1000000 + int(oe.data.getVar('K_MICRO',d,1)) * 10000 + int(oe.data.getVar('RMKV',d,1)) * 1000 + int(oe.data.getVar('PXAV',d,1)) * 100 + float(oe.data.getVar('HHV',d,1)))}"
+
+do_configure_prepend() {
+ oe_runmake ipaqsa_config
+}
+