diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-31 11:01:07 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-08-31 11:01:07 +0000 |
commit | 20137b561a3be432d46aba0405ee1412a74191b8 (patch) | |
tree | 160db8c0da3c66bdcc6f700f3143f192d79a1730 | |
parent | 0baac9b2e711e9afdaa2cab3ba5a8a4d36c7c70d (diff) |
linux-gta01: use gta01 defconfig for gta02
-rw-r--r-- | packages/linux/linux-gta01.inc | 6 |
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}" |