diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 16:21:48 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 16:21:48 +0100 |
| commit | fae195515f5bb1beaff9bc2fde9135ff573facc4 (patch) | |
| tree | eae7e93f96d1e4fe0c644d2d453e6370a26416f9 /meta/conf | |
| parent | 0960f3e0502b7b26a09d4eed599e5f31cd9aeca0 (diff) | |
| download | poky-fae195515f5bb1beaff9bc2fde9135ff573facc4.tar.gz | |
multilib: Add missing files from broken patch merge
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | |||
