diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-09 00:18:41 +0000 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-01-16 22:40:10 -0500 |
commit | 56ff792ea6388133d661851768013e09a3545980 (patch) | |
tree | f8ff9228f5df3df924c70fffb8970a624ecceb26 | |
parent | 5563af5f6c4f046dae147502ff75f0ae2fb589fb (diff) |
Add a shortcut for the EXEEXT we'll use in packaging
-rw-r--r-- | conf/bitbake.conf | 3 |
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))]}" |