From: Graeme Gregory Date: Fri, 20 Jun 2008 10:37:02 +0000 (+0100) Subject: [openmoko.conf] add ability for our autobuilders to play with deploy dir X-Git-Tag: Release-2010-05/1~4722^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeca7c3de798bf1801d24186e562f3f3116d9b8c;p=openembedded.git [openmoko.conf] add ability for our autobuilders to play with deploy dir --- diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 8caa9ecb5f..86bf64d215 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -24,6 +24,9 @@ PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/" ANGSTROM_FEED_CONFIGS ?= "openmoko-feed-configs" +AB_DEPLOY_EXTRA ?= "" +DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE_ARCH}/${AB_DEPLOY_EXTRA}" + # 2.18 seems to break badly on 64-bit systems PREFERRED_VERSION_binutils ?= "2.17.50.0.12" PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12" @@ -81,7 +84,3 @@ ROOTFS_POSTPROCESS_COMMAND += "echo Time Stamp: `date -R` >> ${OM_VERSION_FILE}; # opkg PREFERRED_PROVIDER_opkg = "opkg" - -# deploy gta01 and gta02 in ${MACHINE_CLASS} directory -DEPLOY_DIR_IMAGE_om-gta01 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}" -DEPLOY_DIR_IMAGE_om-gta02 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"