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

GIT User account git at amethyst.openembedded.net
Wed Dec 17 12:56:46 UTC 2008


Module: openembedded.git
Branch: john_lee/openmoko-merges
Commit: 7bb5c49dd7949c7a464f53f926859fec7ed7b670
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7bb5c49dd7949c7a464f53f926859fec7ed7b670

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
Also add DEPLOY_DIR_NATIVE for -native packages to deploy into, it
doesnt make sense they deploy into same place as target images.

---

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

diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf
index 8caa9ec..b39505e 100644
--- a/conf/distro/openmoko.conf
+++ b/conf/distro/openmoko.conf
@@ -24,6 +24,10 @@ 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}"
+DEPLOY_DIR_NATIVE = "${DEPLOY_DIR}/images/${BUILD_ARCH}"
+
 # 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 +85,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