aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-09-18 15:17:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-18 15:17:23 +0000
commit632dbffeb2cb1c0533fe7650d4331b8e0fbc5e6d (patch)
tree36ac04903d43883bf3504d42263c727224a961a4 /packages
parent588290beab48e3fb011e7184b75d15edde8c8f03 (diff)
downloadopenembedded-632dbffeb2cb1c0533fe7650d4331b8e0fbc5e6d.tar.gz
handhelds-pxa-2.6: make 2.6.12-hh3 use the oe defconfig
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb b/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb
index 1ecc553cf9..fbd088e570 100644
--- a/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb
+++ b/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb
@@ -7,7 +7,8 @@ COMPATIBLE_HOST = "arm.*-linux"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"
-SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')}"
+SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')}
+ file://defconfig"
S = "${WORKDIR}/kernel26"
@@ -20,6 +21,6 @@ HHV = "${@bb.data.getVar('PV',d,1).split('-')[1].split('hh')[-1]}"
KERNEL_PRIORITY = "${@'%d' % (int(bb.data.getVar('K_MAJOR',d,1)) * 100000000 + int(bb.data.getVar('K_MINOR',d,1)) * 1000000 + int(bb.data.getVar('K_MICRO',d,1)) * 10000 + float(bb.data.getVar('HHV',d,1)))}"
do_configure() {
- install -m 0644 arch/arm/configs/ipaqpxa_defconfig .config
+ install -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "No default configuration for ${MACHINE} available."
yes '' | oe_runmake oldconfig
}