summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/linux/linux-gta01.inc6
1 files changed, 4 insertions, 2 deletions
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 <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}"