summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-10-22 19:37:02 +0200
committerRene Wagner <rw@handhelds.org>2006-10-22 19:37:02 +0200
commit6de64c7b4a307537da55be4a3557d97e4adf3d5f (patch)
treefcaa01e951c3348285140da5a4ca7d7ee8bffb63
parent06926752c3c72b9f0d34694d249d0a72baa32b70 (diff)
handhelds-pxa: reinstate a couple of things that had gone missing
Signed-off-by: Rene Wagner <rw@handhelds.org>
-rw-r--r--org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh42.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh42.bb b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh42.bb
index b39cb50..73b20d2 100644
--- a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh42.bb
+++ b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh42.bb
@@ -2,12 +2,13 @@ SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices."
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
LICENSE = "GPL"
-#PR = "r1"
KERNEL_CCSUFFIX = "-3.3.4"
COMPATIBLE_HOST = "arm.*-linux"
+PARALLEL_INSTALL_REPLACE_VERSIONS = "2.4.19-rmk6-pxa1-hh37"
+
SRC_URI = "${HANDHELDS_CVS};module=linux/kernel;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
file://defconfig-${PACKAGE_ARCH} \
file://ipaq-hal.init \
@@ -18,6 +19,8 @@ SRC_URI = "${HANDHELDS_CVS};module=linux/kernel;tag=${@'K' + bb.data.getVar('PV'
S = "${WORKDIR}/kernel"
+KERNEL_PRESERVE_HH_MINOR_VER = "1"
+
inherit kernel update-rc.d
K_MAJOR = "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[0]}"