Home
last modified time | relevance | path

Searched refs:sysroot (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch4 Subject: [PATCH] Search target sysroot gcc version specific dirs with
8 <sysroot><libdir>/<target-sys>/5.2.0/
20 The default gcc search path in the target sysroot for a "lib64" mutlilib
23 <sysroot>/lib32/mips64-poky-linux/5.2.0/
24 <sysroot>/lib32/../lib64/
25 <sysroot>/usr/lib32/mips64-poky-linux/5.2.0/
26 <sysroot>/usr/lib32/../lib64/
27 <sysroot>/lib32/
28 <sysroot>/usr/lib32/
36 <sysroot>/lib32/../lib64/mips64-poky-linux/5.2.0/
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/
H A Dheaptrack_1.2.0.bb42sysroot-native/usr/bin/aarch64-webos-linux/aarch64-webos-linux-gcc --sysroot=/OE/lge/build/webos/s…
44sysroot-native/usr/bin/aarch64-webos-linux/aarch64-webos-linux-gcc --sysroot=/OE/lge/build/webos/s…
51 # In file included from ../../../../recipe-sysroot/usr/include/libunwind-aarch64.h:232,
52 # from ../../../../recipe-sysroot/usr/include/libunwind-64.h:7,
53 # from ../../../../recipe-sysroot/usr/include/libunwind.h:27,
55 # ../../../../recipe-sysroot/usr/include/libunwind-common.h:290:27: note: expected 'void **…
/openbmc/linux/tools/testing/selftests/nolibc/
H A DMakefile162 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/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D2001-configure-setup-for-OE-core-usage.patch36 +add_cflags -I${sysroot}/usr/include/ -I${sysroot}/usr/include/IL -I${sysroot}/usr/include/drm
37 +add_ldflags -L${sysroot}/usr/lib
47 … add_cflags -I${sysroot}/usr/include -I${sysroot}/usr/include/interface/vmcs_ho…
48 + add_ldflags -L${sysroot}/usr/lib &&
55 … check_lib opengl ES2/gl.h glGetError "-isysroot=${sysroot} -Wl,-framework,OpenGLES" ||
63 + add_cflags -I${sysroot}/usr/include/IL &&
/openbmc/openbmc/poky/meta/recipes-extended/shadow/
H A Dshadow-sysroot_4.6.bb6 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"
21 install -p -m 644 ${S}/login.defs_shadow-sysroot ${D}${sysconfdir}/login.defs
27 # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-setup.py23 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')
H A D0001-dependencies-dev-prepend-sysroot-when-searching-for-.patch4 Subject: [PATCH] dependencies/dev: prepend sysroot when searching for GTest
8 cross-compile or other builds with a sysroot this will find the host
9 sources, not ones that we want to use in the sysroot.
29 + sysroot = environment.properties[self.for_machine].get_sys_root() or ""
30 + self.src_dirs = [sysroot + '/usr/src/gtest/src', sysroot + '/usr/src/googletest/googletest…
/openbmc/linux/tools/include/nolibc/
H A DMakefile69 $(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/scripts/
H A Dcrosstap36 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 Dsstate-sysroot-cruft.sh14 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 Dwic.py172 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
174 cmd = "wic cp %s:1 %s -n %s" % (out[0], tmpdir, sysroot)
203 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
205 cmd = "wic cp %s:1 %s -n %s" % (out[0], tmpdir, sysroot)
287 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
289 result = runCmd("wic ls %s:1/ -n %s" % (images[0], sysroot))
823 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
835 result = runCmd("%s/usr/sbin/sfdisk --part-attrs %s 1" % (sysroot, wicout))
837 result = runCmd("%s/usr/sbin/sfdisk --part-attrs %s 2" % (sysroot, wicout))
875 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dcheck-test-wrapper19 sysroot = os.environ.get("QEMU_SYSROOT", None)
20 if not sysroot:
22 libpaths = [sysroot + "/usr/lib", sysroot + "/lib"]
45 qemuargs += ["-L", sysroot]
H A D0010-eglibc-Cross-building-and-testing-instructions.patch103 +place our sysroot (containing files to be installed on the target
104 +system) in 'sysroot':
108 + $ sysroot=$top/sysroot
120 + > --with-sysroot=$sysroot
170 +Now we're ready to install the headers into the sysroot:
175 + > INSTALL_HDR_PATH=$sysroot/usr
193 + > --with-headers=$sysroot/usr/include \
203 +prefix, you will get a sysroot that does not use the standard Linux
219 + $ make install-headers install_root=$sysroot \
225 +'$sysroot/usr/include'. The 'install-bootstrap-headers' variable
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dandroid.txt13 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/meta-phosphor/conf/distro/include/
H A Dphosphor-defaults.inc67 # 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.
105 # configuration files in the format and native sysroot location expected by
106 # the phosphor-led-manager build process in the native sysroot.
114 # configuration files in the format and native sysroot location expected by
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/
H A D0002-llvm-allow-env-override-of-exe-path.patch6 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-openembedded/meta-oe/recipes-extended/plocate/plocate/
H A D0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch15 …/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…
19sysroot/usr/include/linux/stat.h:56:8: note: previous definition is here …
/openbmc/openbmc/poky/meta/recipes-devtools/llvm/llvm/
H A D0007-llvm-allow-env-override-of-exe-path.patch6 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 D0003-create-links-with-relative-path.patch10 /wxwidgets-native/3.2.1-r0/sysroot-destdir/path/to/build/tmp-glibc/work
11 /x86_64-linux/wxwidgets-native/3.2.1-r0/recipe-sysroot-native/usr/bin/wx-config
13 /recipe-sysroot-native/usr/lib/wx/config/gtk3-unicode-3.2.
17 /3.2.1-r0/sysroot-destdir/path/to/build/tmp-glibc/work/x86_64-linux/wxwidgets-native
18 /3.2.1-r0/recipe-sysroot-native/usr/bin/wxrc pointing at /path/to/build/tmp-glibc
19 /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-devtools/perl/libdev-checklib-perl/
H A D0001-CheckLib.pm-don-t-execute-the-binary.patch12 …$ /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…
17sysroot= -fdebug-prefix-map=/yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql-perl/…
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0004-libtool.m4-Change-libtool-to-handle-sysroots-by-defa.patch6 Rather than using no sysroot by default, always query gcc to obtain the sysroot.
28 lt_sysroot=`$CC --print-sysroot 2>/dev/null | $SED 's:/\+$::'`
40 AC_MSG_ERROR([The sysroot must be an absolute path.])
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/
H A Dcmake-setup.py22 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-support/zbar/zbar/
H A D0002-zbarcam-Create-subdir-in-Makefile.patch12 …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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-cmake-Add-check-for-atomic-support.patch12 | /mnt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-…
13 | /mnt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-…
14 | /mnt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-…
15 | /mnt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-…
16 | /mnt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-…
17 | /mnt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-…
18 | /mnt/b/yoe/build/tmp/work/mips32r2-yoe-linux/rocksdb/6.6.4-r0/recipe-sysroot-native/usr/bin/mips-…
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/
H A Dparsec-service_1.4.1.bb37 … '--sysroot=${WORKDIR}/recipe-sysroot -I${WORKDIR}/recipe-sysroot/usr/include -mfloat-abi=hard', \
38 … '--sysroot=${WORKDIR}/recipe-sysroot -I${WORKDIR}/recipe-sysroot/usr/include', \

12345678910>>...16