linux-openmoko: fix defconfig names
authorJan Lübbe <jluebbe@debian.org>
Tue, 17 Feb 2009 19:21:25 +0000 (19:21 +0000)
committerJan Lübbe <jluebbe@debian.org>
Tue, 17 Feb 2009 19:22:08 +0000 (19:22 +0000)
packages/linux/linux-openmoko-2.6.28_git.bb
packages/linux/linux-openmoko-devel_git.bb
packages/linux/linux-openmoko.inc

index 139cb3a..014d39d 100644 (file)
@@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 OEV = "oe1"
 PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "\
   git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
@@ -25,6 +25,10 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/git"
 
+CONFIG_NAME_om-gta01 = "gta01-moredrivers-defconfig"
+CONFIG_NAME_om-gta02 = "gta02-packaging-defconfig"
+CONFIG_NAME_om-gta03 = "gta03_defconfig"
+
 do_configure_prepend() {
        install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
        cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
index 912d482..110db3a 100644 (file)
@@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 OEV = "oe0"
 PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
@@ -17,6 +17,10 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/git"
 
+CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig"
+CONFIG_NAME_om-gta02 = "gta02_packaging_defconfig"
+CONFIG_NAME_om-gta03 = "gta03_defconfig"
+
 do_configure_prepend() {
        install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
        cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
index 7bb6cd7..5224841 100644 (file)
@@ -7,10 +7,6 @@ UBOOT_ENTRYPOINT = "30008000"
 COMPATIBLE_HOST = "arm.*-linux"
 COMPATIBLE_MACHINE = "om-gta01|om-gta02|om-gta03"
 
-CONFIG_NAME_om-gta01 = "gta01-moredrivers-defconfig"
-CONFIG_NAME_om-gta02 = "gta02-packaging-defconfig"
-
-CONFIG_NAME_om-gta03 = "gta03_defconfig"
 KERNEL_IMAGETYPE_om-gta03 = "zImage"
 
 CMDLINE = "unused -- bootloader passes ATAG list"