/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
H A D | 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch | 4 This patch renames the --with-sysroot option to --with-libtool-sysroot 24 -AC_ARG_WITH([sysroot], 62 LDFLAGS="$LDFLAGS --sysroot=$sysroot -no-undefined" 74 AC_SUBST([sysroot]) 83 AC_SUBST([sysroot]) 93 LDFLAGS="$LDFLAGS --sysroot=$sysroot -no-undefined" 105 AC_SUBST([sysroot]) 114 AC_SUBST([sysroot]) 120 LDFLAGS="$LDFLAGS --sysroot=$sysroot -no-undefined" 132 AC_SUBST([sysroot]) [all …]
|
H A D | 0003-libtool.m4-Cleanup-sysroot-trailing.patch | 1 libtool.m4: Cleanup sysroot trailing "/" 3 If $CC has --sysroot=/, it is a valid configuration however libtool will 11 Whilst here, trim any trailing '/' from sysroot paths to drop the duplication 14 * m4/libtool.m4: Cleanup sysroot trailing '/' handling 31 - lt_sysroot=`$CC --print-sysroot 2>/dev/null` 34 + lt_sysroot=`$CC --print-sysroot 2>/dev/null | $SED 's:/\+$::'`
|
H A D | 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch | 3 Rather than using no sysroot by default, always query gcc to obtain the sysroot. 26 lt_sysroot=`$CC --print-sysroot 2>/dev/null | $SED 's:/\+$::'` 38 AC_MSG_ERROR([The sysroot must be an absolute path.])
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch | 8 <sysroot><libdir>/<target-sys>/5.2.0/ 23 <sysroot>/lib32/mips64-poky-linux/5.2.0/ 24 <sysroot>/lib32/../lib64/ 26 <sysroot>/usr/lib32/../lib64/ 27 <sysroot>/lib32/ 28 <sysroot>/usr/lib32/ 37 <sysroot>/lib32/mips64-poky-linux/5.2.0/ 38 <sysroot>/lib32/../lib64/ 41 <sysroot>/usr/lib32/../lib64/ 42 <sysroot>/lib32/ [all …]
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | Makefile | 162 sysroot: sysroot/$(ARCH)/include target 164 sysroot/$(ARCH)/include: 165 $(Q)rm -rf sysroot/$(ARCH) sysroot/sysroot 166 $(QUIET_MKDIR)mkdir -p sysroot 167 $(Q)$(MAKE) -C ../../../include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_standalone 168 $(Q)mv sysroot/sysroot sysroot/$(ARCH) 171 nolibc-test: nolibc-test.c sysroot/$(ARCH)/include 224 $(call QUIET_CLEAN, sysroot) 225 $(Q)rm -rf sysroot 235 .PHONY: sysroot/$(ARCH)/include
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/ |
H A D | shadow-sysroot_4.6.bb | 6 LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;endline=1;md5=ceddfb61608e4db87012499555184aed" 12 # file for the target sysroot - needed so the shadow-native utilities 14 SRC_URI = "file://login.defs_shadow-sysroot" 20 install -p -m 644 ${S}/login.defs_shadow-sysroot ${D}${sysconfdir}/login.defs 26 # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/ |
H A D | meson-setup.py | 23 sysroot = os.environ['OECORE_NATIVE_SYSROOT'] 28 template_file = os.path.join(sysroot, 'usr/share/meson/meson.cross.template') 29 cross_file = os.path.join(sysroot, 'usr/share/meson/%smeson.cross' % os.environ["TARGET_PREFIX"]) 30 native_template_file = os.path.join(sysroot, 'usr/share/meson/meson.native.template') 31 native_file = os.path.join(sysroot, 'usr/share/meson/meson.native')
|
/openbmc/linux/tools/include/nolibc/ |
H A D | Makefile | 69 $(Q)mkdir -p $(OUTPUT)sysroot 70 $(Q)mkdir -p $(OUTPUT)sysroot/include 71 $(Q)cp $(all_files) $(OUTPUT)sysroot/include/ 84 fi > $(OUTPUT)sysroot/include/arch.h 88 $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | check-test-wrapper | 19 sysroot = os.environ.get("QEMU_SYSROOT", None) 20 if not sysroot: 22 libpaths = [sysroot + "/usr/lib", sysroot + "/lib"] 45 qemuargs += ["-L", sysroot]
|
H A D | 0010-eglibc-Cross-building-and-testing-instructions.patch | 104 +system) in 'sysroot': 108 + $ sysroot=$top/sysroot 120 + > --with-sysroot=$sysroot 175 + > INSTALL_HDR_PATH=$sysroot/usr 231 + $ mkdir -p $sysroot/usr/lib 256 + > --with-sysroot=$sysroot \ 321 + > --with-sysroot=$sysroot \ 334 +the sysroot. 343 +the GLIBC installation in '$sysroot': 400 + $ $sysroot/lib/ld.so.1 --library-path $sysroot/lib:$sysroot/usr/lib \ [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | crosstap | 36 self.sysroot = None 81 if self.sysroot: 83 ret.append(self.sysroot) 258 sysroot = self.image_rootfs 260 print("ERROR: Cannot find '" + sysroot + 311 if not stap.sysroot: 314 stap.sysroot = self.image_rootfs + "-dbg" 316 stap.sysroot = self.image_rootfs 426 options.sysroot = None 441 if not discovery.check(options.sysroot): [all …]
|
H A D | sstate-sysroot-cruft.sh | 14 Welcome to sysroot cruft finding utility. 71 OUTPUT=${tmpdir}/sysroot.cruft.`date "+%s"` 153 find ${tmpdir}/sstate-control -name \*.populate-sysroot\* -o -name \*.populate_sysroot\* -o -name \… 159 sort | sed "s#^${SYSROOTS}##g" > ${OUTPUT}/sysroot.list.txt 162 diff ${OUTPUT}/master.list.txt ${OUTPUT}/sysroot.list.txt > ${OUTPUT}/diff.all.txt
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | wic.py | 286 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') 822 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') 1201 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') 1471 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') 1531 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') 1534 result = runCmd("wic ls %s -n %s" % (images[0], sysroot)) 1549 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') 1595 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') 1608 runCmd("wic rm %s:1/efi -n %s" % (images[0], sysroot)) 1623 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | android.txt | 13 2. Set cross-compiling environment variables for NDK toolchain and sysroot. 32 2. Build your own NDK sysroot to contain latest bionic changes and set the 33 NDK sysroot environment variable. 36 ./build/tools/build-ndk-sysroot.sh --abi=arm 39 ./build/tools/build-ndk-sysroot.sh --abi=x86 50 You need to run make with the NDK toolchain and sysroot defined above: 52 make WERROR=0 ARCH=arm CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}" 54 make WERROR=0 ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}"
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/ |
H A D | 0002-llvm-allow-env-override-of-exe-path.patch | 6 When using a native llvm-config from inside a sysroot, we need llvm-config to 7 return the libraries, include directories, etc. from inside the sysroot rather 8 than from the native sysroot. Thus provide an env override for calling 9 llvm-config from a target sysroot. 25 + // llvm-config from within a target sysroot.
|
/openbmc/openbmc/meta-phosphor/conf/distro/include/ |
H A D | phosphor-defaults.inc | 67 # configuration files in the format and native sysroot location expected by 74 # configuration files in the format and native sysroot location expected by 75 # the phosphor-ipmi-fru build process in the native sysroot. 89 # configuration files in the format and native sysroot location expected by 90 # the phosphor-host-ipmid build process in the native sysroot. 96 # configuration files in the format and native sysroot location expected by 97 # the phosphor-host-ipmid build process in the native sysroot. 106 # the phosphor-led-manager build process in the native sysroot. 115 # the phosphor-logging build process in the native sysroot. 122 # sysroot. [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/llvm/llvm/ |
H A D | 0007-llvm-allow-env-override-of-exe-path.patch | 6 When using a native llvm-config from inside a sysroot, we need llvm-config to 7 return the libraries, include directories, etc. from inside the sysroot rather 8 than from the native sysroot. Thus provide an env override for calling 9 llvm-config from a target sysroot. 28 + // llvm-config from within a target sysroot.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | create-links-with-relative-path.patch | 5 /wxwidgets-native/3.2.1-r0/sysroot-destdir/path/to/build/tmp-glibc/work 6 /x86_64-linux/wxwidgets-native/3.2.1-r0/recipe-sysroot-native/usr/bin/wx-config 8 /recipe-sysroot-native/usr/lib/wx/config/gtk3-unicode-3.2. 12 /3.2.1-r0/sysroot-destdir/path/to/build/tmp-glibc/work/x86_64-linux/wxwidgets-native 13 /3.2.1-r0/recipe-sysroot-native/usr/bin/wxrc pointing at /path/to/build/tmp-glibc 14 /work/x86_64-linux/wxwidgets-native/3.2.1-r0/recipe-sysroot-native/usr/bin/wxrc-3.2.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/plocate/plocate/ |
H A D | 0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch | 15 …/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/plocate/1.1.22/recipe-sysroot/usr/include/libur… 16 | /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/plocate/1.1.22/recipe-sysroot/usr/includ… 19 …sysroot/usr/include/linux/stat.h:56:8: note: previous definition is here …
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 2001-configure-setup-for-OE-core-usage.patch | 36 +add_cflags -I${sysroot}/usr/include/ -I${sysroot}/usr/include/IL -I${sysroot}/usr/include/drm 37 +add_ldflags -L${sysroot}/usr/lib/ 47 … enabled mmal ) && { { add_cflags -I${sysroot}/usr/include/interface/vmcs_host/linux -I${… 54 … check_lib opengl ES2/gl.h glGetError "-isysroot=${sysroot} -Wl,-framework,OpenGLES" ||
|
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/ |
H A D | cmake-setup.py | 22 sysroot = os.environ['OECORE_NATIVE_SYSROOT'] 27 template_file = os.path.join(sysroot, 'usr/share/cmake/SDKToolchainConfig.cmake.template') 28 cross_file = os.path.join(sysroot, 'usr/share/cmake/%s-toolchain.cmake' % (os.path.basename(os.envi…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl/ |
H A D | 0001-CheckLib.pm-don-t-execute-the-binary.patch | 12 …$ /yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql-perl/4.050-r0/recipe-sysroot-na… 14 …-Werror=format-security --sysroot=/yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql… 17 …sysroot= -fdebug-prefix-map=/yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql-perl/…
|
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/ |
H A D | libtool-2.4.7.inc | 13 file://0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch \ 14 file://0003-ltmain.in-Add-missing-sysroot-to-library-path.patch \ 15 file://0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch \ 18 file://0003-libtool.m4-Cleanup-sysroot-trailing.patch \ 19 file://0006-libtool.m4-Handle-as-a-sysroot-correctly.patch \
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
H A D | edk2-basetools-native_202402.bb | 1 # Install EDK2 Base Tools in native sysroot. Currently the BaseTools are not 2 # built, they are just copied to native sysroot. This is sufficient for 4 # tools need to be built first before adding to sysroot.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/zbar/ |
H A D | 0002-zbarcam-Create-subdir-in-Makefile.patch | 12 …10113/work/znver1-poky-linux/zbar/0.23.1+gitAUTOINC+89e7900d85-r0/recipe-sysroot/usr/include/QtWid… 13 …10113/work/znver1-poky-linux/zbar/0.23.1+gitAUTOINC+89e7900d85-r0/recipe-sysroot/usr/include/QtX11… 14 …210113/work/znver1-poky-linux/zbar/0.23.1+gitAUTOINC+89e7900d85-r0/recipe-sysroot/usr/include/QtGui 15 …10113/work/znver1-poky-linux/zbar/0.23.1+gitAUTOINC+89e7900d85-r0/recipe-sysroot/usr/include/QtCore
|