summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
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]}"