From: Michael Lauer Date: Fri, 31 Aug 2007 11:01:07 +0000 (+0000) Subject: linux-gta01: use gta01 defconfig for gta02 X-Git-Tag: Release-2010-05/1~8774^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20137b561a3be432d46aba0405ee1412a74191b8;p=openembedded.git linux-gta01: use gta01 defconfig for gta02 --- diff --git a/packages/linux/linux-gta01.inc b/packages/linux/linux-gta01.inc index 31991ed96a..c2b7f1a2fd 100644 --- a/packages/linux/linux-gta01.inc +++ b/packages/linux/linux-gta01.inc @@ -3,17 +3,19 @@ SECTION = "kernel" AUTHOR = "Harald Welte " HOMEPAGE = "http://www.openmoko.org" LICENSE = "GPL" -DEPENDS += "uboot-mkimage-openmoko-native" +DEPENDS += "u-boot-mkimage-openmoko-native" inherit kernel FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-gta01" +# for now +DEFCONFIG = "defconfig-${VANILLA_VERSION}-gta01" ############################################################## # source and patches # SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ - file://defconfig-${VANILLA_VERSION}-${MACHINE} \ + file://${DEFCONFIG} \ file://logo_linux_clut224.ppm" S = "${WORKDIR}/linux-${VANILLA_VERSION}"