summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-30 10:29:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-31 10:10:29 +0100
commit408e0b46aec572a17e72844bbce1139af7cf05c8 (patch)
tree45ddce2d6d3f02cb11d44e58f8f831546703702c
parent33887b5c072f0c1ea2b281e32f393d3fc8340711 (diff)
downloadpoky-408e0b46aec572a17e72844bbce1139af7cf05c8.tar.gz
bitbake.conf: Drop MULTIMACH_HOST_SYS
There are no users of this left after recipe specfic sysroots was implemented, drop the variable as it no longer makes sense or is useful. (From OE-Core rev: a2fbf85f68b685c32049fb48aed0248369911c49) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d756af4e73..5e98d4511f 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -150,7 +150,6 @@ PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}"
150PACKAGE_ARCHS[vardepsexclude] = "MACHINE_ARCH" 150PACKAGE_ARCHS[vardepsexclude] = "MACHINE_ARCH"
151 151
152MULTIMACH_TARGET_SYS = "${PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}" 152MULTIMACH_TARGET_SYS = "${PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
153MULTIMACH_HOST_SYS = "${PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}"
154 153
155################################################################## 154##################################################################
156# Date/time variables. 155# Date/time variables.