summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-20 21:57:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-20 21:57:57 +0000
commit82e44e4d143479abe68eca2d2ccd19d961dd9d76 (patch)
tree9353db751f3355e97d2875bb24342764e88a2591 /linux
parent58e1a86ece7fdd923be968ebcc09f787f7d995ab (diff)
apply latest kernel/packaging patch from Rene Wagner - patch courtesy pb_.
BKrev: 40859ce5VowY9EnkGyXJ0dZWsBSn3g
Diffstat (limited to 'linux')
-rw-r--r--linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe4
1 files changed, 1 insertions, 3 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 f7254a5dbb..ceae9ecb88 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
@@ -2,7 +2,7 @@ DESCRIPTION = "handhelds.org Linux kernel for StrongArm processor based devices.
MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
LICENSE = "GPL"
-TARGET_ARCH = "ipaqsa"
+PACKAGE_ARCH = "ipaqsa"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/handhelds-sa-${PV}"
@@ -14,8 +14,6 @@ S = "${WORKDIR}/kernel"
inherit kernel
-KERNEL_ARCH = "arm"
-
K_MAJOR = "${@oe.data.getVar('PV',d).split('-')[0].split('.')[0]}"
K_MINOR = "${@oe.data.getVar('PV',d).split('-')[0].split('.')[1]}"
K_MICRO = "${@oe.data.getVar('PV',d).split('-')[0].split('.')[2]}"