diff options
author | Graeme Gregory <graeme@openmoko.org> | 2008-06-20 11:37:02 +0100 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-12-19 00:05:30 +0800 |
commit | aeca7c3de798bf1801d24186e562f3f3116d9b8c (patch) | |
tree | c0723cee87666b066dc169540273b7c3e591e097 | |
parent | ed99bf249a77a71cd429bda838ec16f1b4d5cc2a (diff) |
[openmoko.conf] add ability for our autobuilders to play with deploy dir
-rw-r--r-- | 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 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}" |