/openbmc/openbmc/poky/meta-skeleton/conf/ |
H A D | multilib-example.conf | 11 require conf/multilib.conf 13 DEFAULTTUNE:virtclass-multilib-lib32 = "x86" 14 BASELIB:virtclass-multilib-lib32 = "lib32"
|
H A D | multilib-example2.conf | 11 require conf/multilib.conf 13 DEFAULTTUNE:virtclass-multilib-libx32 = "x86-64-x32"
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | multilib.bbclass | 10 if cls != "multilib" or not variant: 17 # There should only be one kernel in multilib configs 18 # We also skip multilib setup for module packages. 25 raise bb.parse.SkipRecipe("We shouldn't have multilib variants for %s" % bpn) 45 override = ":virtclass-multilib-" + variant 47 target_vendor = d.getVar("TARGET_VENDOR:" + "virtclass-multilib-" + variant, False) 59 override = ":virtclass-multilib-" + variant 74 # Expand this since this won't work correctly once we set a multilib into place 77 override = ":virtclass-multilib-" + variant 89 # Expand INCOMPATIBLE_LICENSE_EXCEPTIONS with multilib prefix [all …]
|
H A D | multilib_global.bbclass | 10 # the multilib case; 18 if len(eext) > 1 and eext[0] == 'multilib': 45 override = ":virtclass-multilib-" + p 48 … newtune = localdata.getVar("DEFAULTTUNE:" + "virtclass-multilib-" + p, False) 78 override = ":virtclass-multilib-" + p 100 override = ":virtclass-multilib-" + p 106 # implement alternative multilib name 123 override = ":virtclass-multilib-" + p 129 # implement alternative multilib name 181 if d.getVar("TARGET_VENDOR:virtclass-multilib-" + v, False) is None: [all …]
|
/openbmc/openbmc/poky/meta-skeleton/recipes-multilib/images/ |
H A D | core-image-multilib-example.bb | 1 SUMMARY = "An example of a multilib image" 4 # sato image. It assumes a "lib32" multilib has been enabled in the user's 11 # Now add the multilib packages we want to install
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0003-64-bit-multilib-hack.patch | 4 Subject: [PATCH] 64-bit multilib hack 6 GCC has internal multilib handling code but it assumes a very specific rigid directory 7 layout. The build system implementation of multilib layout is very generic and allows 12 directory, "."). We need to do this for each multilib that is configured as we don't 33 gcc/config/arc/t-multilib-linux | 4 ++-- 57 diff --git a/gcc/config/arc/t-multilib-linux b/gcc/config/arc/t-multilib-linux 59 --- a/gcc/config/arc/t-multilib-linux 60 +++ b/gcc/config/arc/t-multilib-linux 128 # Only XLEN and ABI affect Linux multilib dir names, e.g. /lib32/ilp32d/
|
H A D | 0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch | 5 multilib. 15 for all multilibs. <target-sys> can be handled by mapping the multilib 33 This patch injects a multilib version of that path first so the lib64 87 + /* Look in multilib MACHINE/VERSION subdirectory first */
|
H A D | 0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch | 4 Subject: [PATCH] Use the multilib config files from ${B} instead of using the 7 Use the multilib config files from ${B} instead of using the ones from ${S}
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | context.py | 27 self.multilib = "" 31 self.multilib = ml 49 def hasTargetPackage(self, pkg, multilib=False, regex=False): argument 50 if multilib: 51 pkg = self.multilib + '-' + pkg
|
/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/ |
H A D | avoid_polluting_cross_directories.patch | 60 # Build the non-multilib -L value 75 # Build the non-multilib *startfile options 100 # Prepend the multilib -L option to the non-multilib option 113 # multilib path or the non-multilib path
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | libraries.rst | 104 - :oe_git:`conf/multilib-example.conf </openembedded-core/tree/meta-skeleton/conf/multilib-example… 107 - :oe_git:`conf/multilib-example2.conf </openembedded-core/tree/meta-skeleton/conf/multilib-exampl… 110 …it:`recipes-multilib/images/core-image-multilib-example.bb </openembedded-core/tree/meta-skeleton/… 123 ``meta/conf/multilib.conf`` configuration file in the 130 For the most part, the :ref:`Multilib <ref-classes-multilib*>` 133 :term:`MLPREFIX` is the particular multilib (e.g. "lib32-" or "lib64-"). 154 require conf/multilib.conf 155 MULTILIBS = "multilib:lib32" 156 DEFAULTTUNE:virtclass-multilib-lib32 = "x86"
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch | 24 # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the 25 # default multilib, so we have to take CFLAGS into account as well, 26 # since it will be passed the multilib flags.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | 0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch | 4 Subject: [PATCH] Fix nss multilib build on openSUSE 11.x 32bit 15 multilib build options. Just clean the ARCHFLAG and LDFLAGS to fix this 33 +# nsinstall is unfit for cross-compiling/multilib-build since it was
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-testsuite.inc | 18 # are incompatible with the provided multilib are marked as UNSUPPORTED. 20 # Note: multilib flags are added to the compile command after the args 23 # as options like multilib flags. 26 # these targets don't do multilib the tests do not get correctly marked as 28 # overriding the multilib flags where it could (like other archs do). As
|
H A D | libgcc-common.inc | 69 # this makes multilib gcc files findable for target gcc 109 tune = d.getVar('DEFAULTTUNE:virtclass-multilib-' + ml) 111 bb.warn('DEFAULTTUNE:virtclass-multilib-%s is not defined. Skipping...' % ml)
|
H A D | gcc-crosssdk.inc | 9 GCCMULTILIB = "--disable-multilib"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xtrans/ |
H A D | multilibfix.patch | 2 which can vary depending on which multilib is configured. The .pc file does 3 not require libdir so remove this to fix multilib builds.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | 0005-wx-config-fix-libdir-for-multilib.patch | 4 Subject: [PATCH] wx-config: fix libdir for multilib 7 for multilib. Add an option '--baselib' for wx-config to support 8 multilib when cross compile. And set default value of baselib with
|
/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/ |
H A D | 0004-cups-fix-multilib-install-file-conflicts.patch | 4 Subject: [PATCH] cups: fix multilib install file conflicts 6 @CUPS_SERVERBIN@ is ${libdir} related that causes multilib install file
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | gtk3.py | 25 if not (self.tc.hasTargetPackage("gtk+3", multilib=True) or \ 26 self.tc.hasTargetPackage("libgtk-3.0", multilib=True)):
|
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
H A D | 0007-libtool-Fix-problem-with-libtoolize-in-multilib.patch | 4 Subject: [PATCH 7/7] libtool: Fix problem with libtoolize in multilib 6 Without this patch /usr/bin/libtoolize is different for each multilib
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/ |
H A D | 0001-fix-pythondir-for-multilib-when-cross-compiling.patch | 4 Subject: [PATCH] fix pythondir for multilib when cross compiling 6 In case of cross compiling + multilib, the 'shell python3' line is
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | multilib_header.bbclass | 50 # We don't need multilib headers for native builds so brute force things. 55 # Nor do we need multilib headers for nativesdk builds.
|
/openbmc/openbmc/poky/meta-selftest/conf/fragments/ |
H A D | test-fragment.conf | 5 require conf/multilib.conf
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/ |
H A D | 0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch | 4 Subject: [PATCH] CMakeLists.txt: respect ${CMAKE_INSTALL_LIBDIR} for multilib 22 when libdir is /usr/lib64 with multilib
|