[oe-commits] Graeme Gregory : [openmoko.conf] add ability for our autobuilders to play with deploy dir

GIT User account git at amethyst.openembedded.net
Thu Dec 18 16:13:36 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aeca7c3de798bf1801d24186e562f3f3116d9b8c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aeca7c3de798bf1801d24186e562f3f3116d9b8c

Author: Graeme Gregory <graeme at openmoko.org>
Date:   Fri Jun 20 11:37:02 2008 +0100

[openmoko.conf] add ability for our autobuilders to play with deploy dir

---

 conf/distro/openmoko.conf |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf
index 8caa9ec..86bf64d 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}"





More information about the Openembedded-commits mailing list