aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-09 00:18:41 +0000
committerTom Rini <trini@embeddedalley.com>2009-01-16 22:40:10 -0500
commit56ff792ea6388133d661851768013e09a3545980 (patch)
treef8ff9228f5df3df924c70fffb8970a624ecceb26 /conf/bitbake.conf
parent5563af5f6c4f046dae147502ff75f0ae2fb589fb (diff)
downloadopenembedded-56ff792ea6388133d661851768013e09a3545980.tar.gz
Add a shortcut for the EXEEXT we'll use in packaging
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 287a3d87f5..3646522d93 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -89,6 +89,9 @@ TARGET_PREFIX = "${TARGET_SYS}-"
TARGET_CC_ARCH = ""
TARGET_EXEEXT = ""
+# A shortcut for the commonly used value
+EXEEXT = "${HOST_EXEEXT}"
+
BASE_PACKAGE_ARCH = "${HOST_ARCH}"
PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
MACHINE_ARCH = "${@[bb.data.getVar('HOST_ARCH', d, 1), bb.data.getVar('MACHINE', d, 1)][bool(bb.data.getVar('MACHINE', d, 1))]}"