linux-gta01: use gta01 defconfig for gta02
authorMichael Lauer <mickey@vanille-media.de>
Fri, 31 Aug 2007 11:01:07 +0000 (11:01 +0000)
committerOpenmoko anonymizer key <devel@lists.openmoko.org>
Fri, 31 Aug 2007 11:01:07 +0000 (11:01 +0000)
packages/linux/linux-gta01.inc

index 31991ed..c2b7f1a 100644 (file)
@@ -3,17 +3,19 @@ SECTION = "kernel"
 AUTHOR = "Harald Welte <laforge@openmoko.org>"
 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}"