| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/ |
| H A D | perlcross_1.3.7.bb | 1 SUMMARY = "Perl-cross build system" 2 HOMEPAGE = "https://github.com/arsv/perl-cross" 3 DESCRIPTION = "perl-cross provides configure script, top-level Makefile and some auxiliary files fo… 4 with the primary emphasis on cross-compiling the source." 7 # README.md is taken from https://github.com/arsv/perl-cross/blob/master/README.md 13 SRC_URI = "https://github.com/arsv/perl-cross/releases/download/${PV}/perl-cross-${PV}.tar.gz;name=… 15 file://0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch \ 19 UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/" 21 SRC_URI[perl-cross.sha256sum] = "77f13ca84a63025053852331b72d4046c1f90ded98bd45ccedea738621907335" 23 S = "${WORKDIR}/perl-cross-${PV}" [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/classes/ |
| H A D | waf-samba.bbclass | 47 # Three methods for waf cross compile: 49 # Only --cross-answers - try the cross-answers file, and if 53 # Only --cross-execute - get the answer from cross-execute, 54 # an emulator (qemu) is used to run cross-compiled binaries. 59 # Try the cross-answers file first, and if there is no 60 # corresponding answer, use cross-execute to get an answer, 65 # to help generate the cross answer when adding new board support. 70 # Prepare the cross-answers file 71 WAF_CROSS_ANSWERS_PATH="${THISDIR}/../../files/waf-cross-answers" 72 CROSS_ANSWERS="${B}/cross-answers-${TARGET_ARCH}.txt" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | cross.patch | 6 We need to be able to trigger configure's cross code but we don't want 22 echo "strip = [$(meson_quote $strip)]" >> $cross 23 echo "windres = [$(meson_quote $windres)]" >> $cross 25 cross_arg="--cross-file config-meson.cross" 26 echo "[host_machine]" >> $cross 30 echo "endian = 'little'" >> $cross 33 - cross_arg="--native-file config-meson.cross" 35 mv $cross config-meson.cross
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-configure.in.patch | 1 Allow cross compiling. 13 - AC_MSG_ERROR([Expect can't be cross compiled]) 22 - AC_MSG_ERROR([Expect can't be cross compiled]) 33 -, AC_MSG_WARN([Expect can't be cross compiled]) 43 - AC_MSG_ERROR([Expect can't be cross compiled]) 54 - AC_MSG_ERROR([Expect can't be cross compiled]) 65 - AC_MSG_ERROR([Expect can't be cross compiled]) 76 - AC_MSG_ERROR([Expect can't be cross compiled]) 85 - AC_MSG_ERROR([Expect can't be cross compiled]) 94 - AC_MSG_ERROR([Expect can't be cross compiled]) [all …]
|
| /OK3568_Linux_fs/buildroot/package/expect/ |
| H A D | 0001-enable-cross-compilation.patch | 2 Subject: [PATCH] enable cross compilation for expect 5 and inserting the results into the cross compilation section of 19 - AC_MSG_ERROR([Expect can't be cross compiled]) 28 - AC_MSG_ERROR([Expect can't be cross compiled]) 38 -, AC_MSG_WARN([Expect can't be cross compiled]) 47 - AC_MSG_ERROR([Expect can't be cross compiled]) 56 - AC_MSG_ERROR([Expect can't be cross compiled]) 67 - AC_MSG_ERROR([Expect can't be cross compiled]) 78 - AC_MSG_ERROR([Expect can't be cross compiled]) 87 - AC_MSG_ERROR([Expect can't be cross compiled]) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | tcmode-default.inc | 5 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross-${TARGET_ARCH}" 6 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross-${TARGET_ARCH}" 7 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross-${TARGET_ARCH}" 33 PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" 35 PREFERRED_VERSION_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${GCCVERSION}" 48 PREFERRED_VERSION_binutils-cross-${TARGET_ARCH} ?= "${BINUVERSION}" 50 PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${BINUVERSION}" 52 PREFERRED_VERSION_gdb-cross-${TARGET_ARCH} ?= "${GDBVERSION}" 53 PREFERRED_VERSION_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${GDBVERSION}" 73 PREFERRED_VERSION_go-cross-${TUNE_PKGARCH} ?= "${GOVERSION}" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | README.md | 1 **perl-cross** provides configure script, top-level Makefile 3 with the primary emphasis on cross-compiling the source. 5 # Get perl and perl-cross sources 7 curl -L -O https://github.com/arsv/perl-cross/releases/download/1.1.3/perl-cross-1.1.3.tar.gz 9 # Unpack perl-cross over perl, overwriting Makefile 12 tar --strip-components=1 -zxf ../perl-cross-1.1.3.tar.gz 23 Check [project pages](http://arsv.github.io/perl-cross/) for more info. 24 In particular, [configure usage](http://arsv.github.io/perl-cross/usage.html) 27 Perl-cross is a free software licensed under the same terms
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-rust-cross-canadian.bb | 1 SUMMARY = "Host SDK package for Rust cross canadian toolchain" 2 PN = "packagegroup-rust-cross-canadian-${MACHINE}" 4 inherit cross-canadian packagegroup 8 RUST="rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" 9 CARGO="cargo-cross-canadian-${TRANSLATED_TARGET_ARCH}" 10 RUST_TOOLS="rust-tools-cross-canadian-${TRANSLATED_TARGET_ARCH}" 15 rust-cross-canadian-src \
|
| H A D | packagegroup-cross-canadian.bb | 1 SUMMARY = "Host SDK package for cross canadian toolchain" 2 PN = "packagegroup-cross-canadian-${MACHINE}" 4 inherit cross-canadian packagegroup 9 BINUTILS = "binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}" 10 GCC = "gcc-cross-canadian-${TRANSLATED_TARGET_ARCH}" 11 GDB = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" 21 # cross-canadian.bbclass prevents variable dependency propagation to TRANSLATED_TARGET_ARCH
|
| H A D | packagegroup-go-cross-canadian.bb | 1 SUMMARY = "Host SDK package for Go cross canadian toolchain" 2 PN = "packagegroup-go-cross-canadian-${MACHINE}" 4 inherit cross-canadian packagegroup 8 GO = "go-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-setup.py-Do-not-detect-multiarch-paths-when-cross-co.patch | 4 Subject: [PATCH] setup.py: Do not detect multiarch paths when cross-compiling 7 to operate, which is not good when cross compiling, since it ends up 11 -I/usr/include/aarch64-linux-gnu during cross compile and since arches 12 are so similar, cross compiler (epecially clang) is inhererently configured 16 compiles when using cross gcc. 18 Fixes python3 cross build by not running this funciton when cross compiling 31 # only change this for cross builds for 3.3, issues on Mageia
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0010-eglibc-Cross-building-and-testing-instructions.patch | 11 GLIBC.cross-building | 383 +++++++++++++++++++++++++++++++++++++++++++ 12 GLIBC.cross-testing | 205 +++++++++++++++++++++++ 14 create mode 100644 GLIBC.cross-building 15 create mode 100644 GLIBC.cross-testing 17 diff --git a/GLIBC.cross-building b/GLIBC.cross-building 21 +++ b/GLIBC.cross-building 33 +process of cross-compiling the GNU C library is quite a bit more 36 +1) Build a cross-compiler, with certain facilities disabled. 43 +3) Build a second cross-compiler, using the header files and object 49 +5) Build a third cross-compiler, based on the C library built in step 4. [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | texinfo.bbclass | 2 # texinfo utilities at build-time. Native and cross recipes are made to use the 11 TEXDEP:class-cross = "texinfo-dummy-native" 13 TEXDEP:class-cross-canadian = "texinfo-dummy-native" 16 # libtool-cross doesn't inherit cross 17 TEXDEP:pn-libtool-cross = "texinfo-dummy-native"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/ |
| H A D | Skip-AC_RUN_IFELSE-tests.patch | 6 Upstream-Status: Inappropriate [cross compiling specific] 8 Such tests are not supported in a cross compile 30 + dnl Can't test in cross compiled env - so assume good 35 + dnl Can't test in cross compiled env - so assume good 50 + AC_MSG_RESULT([skipped - can't test in cross-compiled env]) 61 + AC_MSG_RESULT([skipped - can't test in cross-compiled env])
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust-cross-canadian.inc | 2 require rust-cross-canadian-common.inc 4 RUSTLIB_TARGET_PN = "rust-cross-canadian-rustlib-target-${TRANSLATED_TARGET_ARCH}" 5 RUSTLIB_HOST_PN = "rust-cross-canadian-rustlib-host-${TRANSLATED_TARGET_ARCH}" 6 RUSTLIB_SRC_PN = "rust-cross-canadian-src" 8 PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" 74 SUMMARY:${RUSTLIB_TARGET_PN} = "Rust cross canadian libaries for ${TARGET_SYS}" 75 SUMMARY:${RUSTLIB_HOST_PN} = "Rust cross canadian libaries for ${HOST_SYS}" 76 SUMMARY:${RUSTLIB_SRC_PN} = "Rust standard library sources for cross canadian toolchain"
|
| H A D | rust-tools-cross-canadian.inc | 2 require rust-cross-canadian-common.inc 4 RUST_TOOLS_CLIPPY_PN = "rust-tools-clippy-cross-canadian-${TRANSLATED_TARGET_ARCH}" 5 RUST_TOOLS_RUSTFMT_PN = "rust-tools-rustfmt-cross-canadian-${TRANSLATED_TARGET_ARCH}" 7 PN = "rust-tools-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | using-buildroot-debugger.txt | 6 Buildroot allows to do cross-debugging, where the debugger runs on the 14 +BR2_PACKAGE_GDB_SERVER+. This ensures that both the cross gdb and 20 external toolchain does not have a cross gdb or gdbserver, it is also 32 from the cross gdb. 34 Then, on the host, you should start the cross gdb using the following 47 cross gdb where to find the libraries of the target. 49 Finally, to connect to the target from the cross gdb:
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | directory-locking.rst | 25 4) rename() that is _not_ cross-directory. Locking rules: caller locks 43 6) cross-directory rename. The trickiest in the whole bunch. Locking 74 (1) if object removal or non-cross-directory rename holds lock on A and 76 acquire the lock on B. (Proof: only cross-directory rename can change 79 (2) if cross-directory rename holds the lock on filesystem, order will not 80 change until rename acquires all locks. (Proof: other cross-directory 104 Any contended object is either held by cross-directory rename or 106 operation other than cross-directory rename. Then the lock this operation 109 It means that one of the operations is cross-directory rename. 112 own descendent. Moreover, there is exactly one cross-directory rename [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/tracker/ |
| H A D | tracker_3.3.2.bb | 34 # set required cross property sqlite3_has_fts5 37 echo "[properties]" > ${WORKDIR}/meson-tracker.cross 38 echo "sqlite3_has_fts5 = 'true'" >> ${WORKDIR}/meson-tracker.cross 42 --cross-file ${WORKDIR}/meson-tracker.cross \
|
| /OK3568_Linux_fs/buildroot/package/gdb/ |
| H A D | Config.in.host | 12 bool "Build cross gdb for the host" 14 # allow to build a cross-gdb, as the one of the external 19 Build a cross gdb that runs on the host machine and debugs 34 This option enables the Python 3 support in the cross gdb. 40 This option enables the simulator support in the cross gdb. 66 # If cross-gdb is not enabled, the latest stable version is chosen.
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0010-clang-Define-releative-gcc-installation-dir.patch | 27 - // Debian puts cross-compilers in gcc-cross. 28 - {"gcc-cross/" + CandidateTriple.str(), "../..", GCCCrossDirExists}, 42 + // Debian puts cross-compilers in gcc-cross. 43 + {"gcc-cross/" + CandidateTriple.str(), "../..", GCCCrossDirExists}};
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 6 order to describe the userspace API and to generate cross-references 7 between the code and the documentation. Adding cross-references for 12 cross-references. It has to be called via Makefile, while building the 26 enums and defines and create cross-references to a Sphinx book. 65 included via ..parsed-literal block with cross-references for the 73 enums and enum symbols and create cross-references for all of them. 84 The \ **ignore**\ means that it won't generate cross references for a 92 The \ **replace**\ means that it will generate cross references for a 162 It won't generate cross-references for \ **PRIVATE**\ . 172 It will make the BAR1 and BAR2 enum symbols to cross reference the foo
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | 0001-Default-to-not-using-sandbox-when-cross-compiling.patch | 4 Subject: [PATCH] Default to not using sandbox when cross compiling. 7 with setrlimit, so assume it doesn't when cross compiling and we can't 24 - [AC_MSG_WARN([cross compiling: assuming yes]) 26 + [AC_MSG_WARN([cross compiling: assuming no])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/ |
| H A D | 0001-kpatch-build-add-cross-compilation-support.patch | 4 Subject: [PATCH] kpatch-build: add cross-compilation support 7 script "--cross-compile" which can be used for 8 specifying cross-complier prefix. 15 "ccache x86_64-xelinux-linux-" as cross-compiler 42 + echo " --cross-compile Specify the prefix used for all executables" >&2 52 …sourcedir:,config:,vmlinux:,jobs:,target:,name:,output:,oot-module:,debug,cross-compile:,skip-gcc-… 60 + --cross-compile)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | cross-localedef-native_2.35.bb | 29 file://0011-eglibc-Help-bootstrap-cross-toolchain.patch \ 31 file://0013-eglibc-Forward-port-cross-locale-generation-support.patch \ 52 install -m 0755 ${B}/localedef ${D}${bindir}/cross-localedef 53 install -m 0755 ${B}/cross-localedef-hardlink ${D}${bindir}/cross-localedef-hardlink
|