From: Philipp Zabel Date: Sun, 18 Sep 2005 15:17:23 +0000 (+0000) Subject: handhelds-pxa-2.6: make 2.6.12-hh3 use the oe defconfig X-Git-Tag: Release-2010-05/1~9453^2~3497 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632dbffeb2cb1c0533fe7650d4331b8e0fbc5e6d;p=openembedded.git handhelds-pxa-2.6: make 2.6.12-hh3 use the oe defconfig --- 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 }