/openbmc/openbmc/meta-security/kas/ |
H A D | qemumips64-multi.yml | 8 require conf/multilib.conf 9 MULTILIBS = "multilib:lib64 multilib:lib32" 11 DEFAULTTUNE:virtclass-multilib-lib64 = "mips64" 12 DEFAULTTUNE:virtclass-multilib-lib32 = "mips32r2"
|
/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 59 override = ":virtclass-multilib-" + variant 76 override = ":virtclass-multilib-" + variant 88 # Expand INCOMPATIBLE_LICENSE_EXCEPTIONS with multilib prefix 106 # set rpm preferred file color for 32-bit multilib image 130 if cls != "multilib" or not variant: [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 176 if e.data.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-skeleton/conf/ |
H A D | multilib-example2.conf | 11 require conf/multilib.conf 13 DEFAULTTUNE:virtclass-multilib-libx32 = "x86-64-x32"
|
H A D | multilib-example.conf | 11 require conf/multilib.conf 13 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/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 34 gcc/config/arc/t-multilib-linux | 4 ++-- 59 diff --git a/gcc/config/arc/t-multilib-linux b/gcc/config/arc/t-multilib-linux 61 --- a/gcc/config/arc/t-multilib-linux 62 +++ b/gcc/config/arc/t-multilib-linux 130 # Only XLEN and ABI affect Linux multilib dir names, e.g. /lib32/ilp32d/ 170 # Don't define MULTILIB_OSDIRNAMES if multilib is disabled.
|
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/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/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | nss-fix-nsinstall-build.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 35 +# nsinstall is unfit for cross-compiling/multilib-build since it was
|
/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/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 | gcc-crosssdk.inc | 9 GCCMULTILIB = "--disable-multilib"
|
H A D | libgcc-common.inc | 64 # this makes multilib gcc files findable for target gcc 104 tune = d.getVar('DEFAULTTUNE:virtclass-multilib-' + ml) 106 bb.warn('DEFAULTTUNE:virtclass-multilib-%s is not defined. Skipping...' % ml)
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | buildgalculator.py | 21 if not (self.tc.hasTargetPackage("gtk+3", multilib=True) or \ 22 self.tc.hasTargetPackage("libgtk-3.0", multilib=True)):
|
/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/ |
H A D | 0004-cups-fix-multilib-install-file-conflicts.patch | 4 Subject: [PATCH 4/4] cups: fix multilib install file conflicts 6 @CUPS_SERVERBIN@ is ${libdir} related that causes multilib install file
|
/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/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | wx-config-fix-libdir-for-multilib.patch | 2 multilib. Add an option '--baselib' for wx-config to support multilib when
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | context.py | 42 def hasTargetPackage(self, pkg, multilib=False, regex=False): argument 43 if multilib:
|
/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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/ |
H A D | openjpeg_2.5.0.bb | 16 # for multilib
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.1.4.rst | 55 - dhcpcd: Fix install conflict when enable multilib. 75 - lua: Fix install conflict when enable multilib. 118 - staging/multilib: Fix manifest corruption 131 - vala: Fix install conflict when enable multilib. 135 - xcb-proto: Fix install conflict when enable multilib.
|