diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-30 10:29:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-30 10:35:10 +0100 |
commit | a2fbf85f68b685c32049fb48aed0248369911c49 (patch) | |
tree | 4db005abd78c6f34b02bab029b5e2e6d6a2ca81a /meta/conf | |
parent | fd51900f203ae997b0f606f94ab87c12e37696c0 (diff) | |
download | openembedded-core-a2fbf85f68b685c32049fb48aed0248369911c49.tar.gz openembedded-core-a2fbf85f68b685c32049fb48aed0248369911c49.tar.bz2 openembedded-core-a2fbf85f68b685c32049fb48aed0248369911c49.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
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}" PACKAGE_ARCHS[vardepsexclude] = "MACHINE_ARCH" MULTIMACH_TARGET_SYS = "${PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}" -MULTIMACH_HOST_SYS = "${PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}" ################################################################## # Date/time variables. |