diff options
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/multilib.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf new file mode 100644 index 0000000000..894b7a51f7 --- /dev/null +++ b/meta/conf/multilib.conf | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | |||
| 2 | baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or 'lib'}" | ||
| 3 | |||
| 4 | MULTILIBS ??= "multilib:lib32" | ||
| 5 | BBCLASSEXTEND_append_pn-linux-libc-headers = " ${MULTILIBS}" | ||
| 6 | BBCLASSEXTEND_append_pn-eglibc-initial = " ${MULTILIBS}" | ||
| 7 | BBCLASSEXTEND_append_pn-eglibc = " ${MULTILIBS}" | ||
| 8 | BBCLASSEXTEND_append_pn-libgcc = " ${MULTILIBS}" | ||
| 9 | BBCLASSEXTEND_append_pn-gcc-runtime = " ${MULTILIBS}" | ||
| 10 | BBCLASSEXTEND_append_pn-libtool-cross = " ${MULTILIBS}" | ||
| 11 | BBCLASSEXTEND_append_pn-zlib = " ${MULTILIBS}" | ||
| 12 | BBCLASSEXTEND_append_pn-binutils-cross = " ${MULTILIBS}" | ||
| 13 | BBCLASSEXTEND_append_pn-gcc-cross-initial = " ${MULTILIBS}" | ||
| 14 | BBCLASSEXTEND_append_pn-gcc-cross-intermediate = " ${MULTILIBS}" | ||
| 15 | BBCLASSEXTEND_append_pn-gcc-cross = " ${MULTILIBS}" | ||
| 16 | BBCLASSEXTEND_append_pn-busybox = " ${MULTILIBS}" | ||
| 17 | BBCLASSEXTEND_append_pn-update-rc.d = " ${MULTILIBS}" | ||
| 18 | BBCLASSEXTEND_append_pn-util-linux = " ${MULTILIBS}" | ||
| 19 | BBCLASSEXTEND_append_pn-gettext = " ${MULTILIBS}" | ||
| 20 | BBCLASSEXTEND_append_pn-bash = " ${MULTILIBS}" | ||
| 21 | BBCLASSEXTEND_append_pn-ncurses = " ${MULTILIBS}" | ||
| 22 | BBCLASSEXTEND_append_pn-expat = " ${MULTILIBS}" | ||
| 23 | BBCLASSEXTEND_append_pn-eglibc-locale = " ${MULTILIBS}" | ||
| 24 | |||
