Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 2088) sorted by relevance

12345678910>>...84

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dwic-tools.bb1 SUMMARY = "A meta recipe to build native tools used by wic."
6 parted-native gptfdisk-native dosfstools-native \
7 mtools-native bmap-tools-native grub-native cdrtools-native \
8 btrfs-tools-native squashfs-tools-native pseudo-native \
9 e2fsprogs-native util-linux-native tar-native \
12 DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot"
13 DEPENDS:append:x86-64 = " syslinux-native syslinux grub-efi systemd-boot"
14 DEPENDS:append:x86-x32 = " syslinux-native syslinux grub-efi"
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/abi-arm64-v8a/
H A DOpenCVModules-release.cmake12 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/libcpufeatures.a"
16 list(APPEND _IMPORT_CHECK_FILES_FOR_libcpufeatures "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm6…
22 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/libzlib.a"
26 list(APPEND _IMPORT_CHECK_FILES_FOR_zlib "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/libz…
32 …IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/liblibjpeg-turbo.a"
36 list(APPEND _IMPORT_CHECK_FILES_FOR_libjpeg-turbo "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64…
42 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/liblibtiff.a"
46 list(APPEND _IMPORT_CHECK_FILES_FOR_libtiff "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/l…
52 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/liblibwebp.a"
56 list(APPEND _IMPORT_CHECK_FILES_FOR_libwebp "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/l…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/abi-armeabi-v7a/
H A DOpenCVModules-release.cmake12 …IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/libcpufeatures.a"
16 list(APPEND _IMPORT_CHECK_FILES_FOR_libcpufeatures "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arme…
22 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/libzlib.a"
26 list(APPEND _IMPORT_CHECK_FILES_FOR_zlib "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/li…
32 …IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/liblibjpeg-turbo…
36 list(APPEND _IMPORT_CHECK_FILES_FOR_libjpeg-turbo "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armea…
42 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/liblibtiff.a"
46 list(APPEND _IMPORT_CHECK_FILES_FOR_libtiff "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a…
52 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/liblibwebp.a"
56 list(APPEND _IMPORT_CHECK_FILES_FOR_libwebp "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Ddefault-providers.inc8 PREFERRED_PROVIDER_virtual/libgl-native ?= "mesa-native"
15 PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native"
20 PREFERRED_PROVIDER_virtual/make-native ?= "make-native"
37 PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native"
45 PREFERRED_PROVIDER_opkg-native ?= "opkg-native"
48 PREFERRED_PROVIDER_gzip-native ?= "pigz-native"
54 PREFERRED_PROVIDER_openssl-native ?= "openssl-native"
58 PREFERRED_PROVIDER_pkgconfig-native ?= "pkgconfig-native"
H A Dno-static-libs.inc5 DISABLE_STATIC:pn-qemu-native = ""
7 DISABLE_STATIC:pn-qemu-system-native = ""
11 DISABLE_STATIC:pn-sgml-common-native = ""
12 DISABLE_STATIC:pn-openjade-native = ""
15 DISABLE_STATIC:pn-openssl-native = ""
19 # libusb1-native is used to build static dfu-util-native
20 DISABLE_STATIC:pn-libusb1-native = ""
26 EXTRA_OECMAKE:append:pn-libjpeg-turbo-native = " -DENABLE_STATIC=False"
29 EXCONFIG_ARGS:append:pn-ncurses-native = " --without-normal"
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Dqcom_glink_smem.c37 struct qcom_glink_pipe native; member
47 #define to_smem_pipe(p) container_of(p, struct glink_smem_pipe, native)
67 pipe->native.length = len; in glink_smem_rx_avail()
74 return pipe->native.length - tail + head; in glink_smem_rx_avail()
88 if (tail >= pipe->native.length) in glink_smem_rx_peak()
89 tail -= pipe->native.length; in glink_smem_rx_peak()
91 len = min_t(size_t, count, pipe->native.length - tail); in glink_smem_rx_peak()
108 if (tail >= pipe->native.length) in glink_smem_rx_advance()
109 tail -= pipe->native.length; in glink_smem_rx_advance()
125 avail = pipe->native.length - head + tail; in glink_smem_tx_avail()
[all …]
H A Dqcom_glink_rpm.c32 #define to_rpm_pipe(p) container_of(p, struct glink_rpm_pipe, native)
48 struct qcom_glink_pipe native; member
66 return pipe->native.length - tail + head; in glink_rpm_rx_avail()
80 if (tail >= pipe->native.length) in glink_rpm_rx_peak()
81 tail -= pipe->native.length; in glink_rpm_rx_peak()
83 len = min_t(size_t, count, pipe->native.length - tail); in glink_rpm_rx_peak()
104 if (tail >= pipe->native.length) in glink_rpm_rx_advance()
105 tail -= pipe->native.length; in glink_rpm_rx_advance()
120 return pipe->native.length - head + tail; in glink_rpm_tx_avail()
131 len = min_t(size_t, count, pipe->native.length - head); in glink_rpm_tx_write_one()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dnative.c227 afu->native->spa_order = -1; in cxl_alloc_spa()
229 afu->native->spa_order++; in cxl_alloc_spa()
230 spa_size = (1 << afu->native->spa_order) * PAGE_SIZE; in cxl_alloc_spa()
234 afu->native->spa_max_procs, afu->native->spa_size); in cxl_alloc_spa()
236 afu->num_procs = afu->native->spa_max_procs; in cxl_alloc_spa()
240 afu->native->spa_size = spa_size; in cxl_alloc_spa()
241 afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size); in cxl_alloc_spa()
242 } while (afu->native->spa_max_procs < afu->num_procs); in cxl_alloc_spa()
244 if (!(afu->native->spa = (struct cxl_process_element *) in cxl_alloc_spa()
245 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->native->spa_order))) { in cxl_alloc_spa()
[all …]
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0032-Correct-library-search-path-for-OpenEmbedded-Host.patch11 compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/clang
13 -isystem/path/to/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/include
15 /path/to/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/CMakeCComp…
22 b59da142f2b0:$ /path/to/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/cla…
23 programs: =/build/tmp-glibc/work/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/us…
24 …-rt-native/13.0.1-r0/recipe-sysroot-native/usr/lib/clang/13.0.1:/build/tmp-glibc/work/x86_64-linux…
27 b59da142f2b0:$ /path/to/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/cla…
28 programs: =/build/tmp-glibc/work/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/us…
29native/13.0.1-r0/recipe-sysroot-native/usr/lib/clang/13.0.1:/usr/lib/x86_64-wrs-linux/10.2.0://lib…
H A D0031-Fix-lib-paths-for-OpenEmbedded-Host.patch6 Under OpenEmbedded Host, while building with clang-native, it cannot find
9 compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/clang
11 -isystem/path/to/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/include
13 /path/to/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/CMakeCComp…
18 compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/clang
22 InstalledDir: /build/tmp-glibc/work/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native
26 compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/clang
29 InstalledDir: /build/tmp-glibc/work/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native
39 For clang-native, the target vendor is '-unknown', need to test current distro
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu-system-native_6.2.0.bb5 require qemu-native.inc
7 # As some of the files installed by qemu-native and qemu-system-native
8 # are the same, we depend on qemu-native to get the full installation set
10 DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native bison-native meson-native ninja-na…
24 # The following is also installed by qemu-native
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/
H A Dautoconf_2.71.bb8 DEPENDS = "m4-native autoconf-native automake-native gnu-config-native help2man-native"
9 DEPENDS:remove:class-native = "autoconf-native automake-native help2man-native"
23 SRC_URI:append:class-native = " file://no-man.patch"
55 RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl-runtime-native"
60 PERL:class-native = "/usr/bin/env perl"
74 do_configure:class-native() {
82 BBCLASSEXTEND = "native nativesdk"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/file/
H A Dfile_5.41.bb11 DEPENDS = "file-replacement-native"
12 DEPENDS:class-native = "bzip2-replacement-native"
31 EXTRA_OEMAKE:append:class-target = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file"
32 EXTRA_OEMAKE:append:class-nativesdk = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file"
36 do_compile:append:class-native() {
40 do_install:append:class-native() {
50 BBCLASSEXTEND = "native nativesdk"
51 PROVIDES:append:class-native = " file-replacement-native"
53 # depends on file-replacement-native.
54 bindir:append:class-native = "/file-native"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-printing/gutenprint/
H A Dgutenprint-native_git.bb1 # Recipe for building gutenprint-native
15 # We could consider switching to BBCLASSEXTEND native instead of inherit
17 # inheritance, making native not being inherited last.
18 inherit autotools-brokensep pkgconfig native
23 # gettext-native for configuration
24 # flex-native is used for compilation
25 # byacc-native is for yacc command (compilation)
26 DEPENDS += "binutils-native gettext-native flex-native byacc-native"
38 # native version of the library. So we limit the install to the needed.
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
158 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
159 printf("getpid native: %llu ns\n", native); in main()
201 bitmap1 - native); in main()
203 bitmap2 - native); in main()
205 filter1 - native); in main()
207 filter2 - native); in main()
209 bitmap1 - native - (bitmap2 - bitmap1)); in main()
213 (filter2 - native - entry) / 4); in main()
216 ret |= compare("native", "≤", "1 bitmap", native, le, bitmap1); in main()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtexinfo.bbclass3 # dummy scripts provided by texinfo-dummy-native, for improved performance.
6 # Texinfo recipe, you can remove texinfo-native from ASSUME_PROVIDED and
9 …('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-dummy-native', d)}"
10 TEXDEP:class-native = "texinfo-dummy-native"
11 TEXDEP:class-cross = "texinfo-dummy-native"
12 TEXDEP:class-crosssdk = "texinfo-dummy-native"
13 TEXDEP:class-cross-canadian = "texinfo-dummy-native"
17 TEXDEP:pn-libtool-cross = "texinfo-dummy-native"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconfig/
H A Dpkgconfig_git.bb16 file://pkg-config-native.in \
32 PACKAGECONFIG:class-native = ""
35 PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native"
39 BBCLASSEXTEND = "native nativesdk"
52 # Install a pkg-config-native wrapper that will use the native sysroot instead
53 # of the MACHINE sysroot, for using pkg-config when building native tools.
54 do_install:append:class-native () {
57 < ${WORKDIR}/pkg-config-native.in > ${B}/pkg-config-native
58 install -m755 ${B}/pkg-config-native ${D}${bindir}/pkg-config-native
67 pkgconfdir="${SSTATE_INSTDIR}/recipe-sysroot-native/${bindir_native}"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-create-env/
H A Dicecc-create-env_0.1.bb16 # This is needed, because otherwise there is dependency loop from quilt-native
18 …pes-devtools/quilt/quilt-native_0.60.bb, do_install) (dependent Tasks ['quilt-native, do_compile'])
19 …ols/quilt/quilt-native_0.60.bb, do_populate_sysroot) (dependent Tasks ['quilt-native, do_install'])
20 …ative_0.1.bb, do_patch) (dependent Tasks ['icecc-create-env-native, do_unpack', 'quilt-native, do_…
21 …ecc-create-env-native_0.1.bb, do_configure) (dependent Tasks ['icecc-create-env-native, do_patch'])
22 …c-create-env-native_0.1.bb, do_compile) (dependent Tasks ['icecc-create-env-native, do_configure'])
23 …ecc-create-env-native_0.1.bb, do_install) (dependent Tasks ['icecc-create-env-native, do_compile'])
24 …e-env-native_0.1.bb, do_populate_sysroot) (dependent Tasks ['icecc-create-env-native, do_install'])
25 …native_0.60.bb, do_configure) (dependent Tasks ['quilt-native, do_patch', 'icecc-create-env-native
26 …s-devtools/quilt/quilt-native_0.60.bb, do_compile) (dependent Tasks ['quilt-native, do_configure'])
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/
H A Dmariadb-native_10.7.8.bb2 inherit native
4 PROVIDES += "mysql5-native"
5 DEPENDS = "ncurses-native zlib-native bison-native libpcre2-native \
6 gnutls-native fmt-native \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/gnuplot/
H A Dgnuplot_5.4.3.bb8 DEPENDS = "${BPN}-native virtual/libx11 gd readline"
21 file://0003-Use-native-tools-to-build-docs.patch \
22 file://0004-Add-configure-option-to-find-qt5-native-tools.patch \
28 # for building docs (they deserve it) we need *doc2* tools native
29 BBCLASSEXTEND = "native"
30 DEPENDS:class-native = "readline-native"
31 PACKAGECONFIG:class-native = ""
33 SRC_URI:append:class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch"
35 do_install:class-native() {
44 …with-qt5nativesysroot=${STAGING_DIR_NATIVE},--without-qt,qtbase-native qtbase qtsvg qttools-native"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch9 diff -purN ldconfig-native-2.12.1.orig/endian_extra.h ldconfig-native-2.12.1/endian_extra.h
10 --- ldconfig-native-2.12.1.orig/endian_extra.h 1969-12-31 18:00:00.000000000 -0600
11 +++ ldconfig-native-2.12.1/endian_extra.h 2011-07-19 18:09:14.323048417 -0500
77 diff -purN ldconfig-native-2.12.1.orig/cache.c ldconfig-native-2.12.1/cache.c
78 --- ldconfig-native-2.12.1.orig/cache.c 2011-07-19 18:21:28.347041301 -0500
79 +++ ldconfig-native-2.12.1/cache.c 2011-07-19 18:22:54.118048064 -0500
89 diff -purN ldconfig-native-2.12.1.orig/readelflib.c ldconfig-native-2.12.1/readelflib.c
90 --- ldconfig-native-2.12.1.orig/readelflib.c 2011-07-19 18:21:28.346041593 -0500
91 +++ ldconfig-native-2.12.1/readelflib.c 2011-07-19 18:23:05.324059875 -0500
102 diff -purN ldconfig-native-2.12.1.orig/readlib.c ldconfig-native-2.12.1/readlib.c
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/
H A Dgdb-cross.inc3 DEPENDS = "expat-native gmp-native ncurses-native flex-native bison-native"
9 PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3-native"
10 PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native"
11 PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils-native"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconf/
H A Dpkgconf_1.8.0.bb21 file://pkg-config-native.in \
36 do_install:append:class-native () {
37 # Install a pkg-config-native wrapper that will use the native sysroot instead
38 # of the MACHINE sysroot, for using pkg-config when building native tools.
40 < ${WORKDIR}/pkg-config-native.in > ${B}/pkg-config-native
41 install -m755 ${B}/pkg-config-native ${D}${bindir}/pkg-config-native
57 BBCLASSEXTEND += "native nativesdk"
61 pkgconfdir="${SSTATE_INSTDIR}/recipe-sysroot-native/${bindir_native}"
64 sed -i -e "s|^pkg-config|pkg-config.real|" $pkgconfdir/pkg-config-native
68 SSTATEPOSTUNPACKFUNCS:append:class-native = " pkgconf_sstate_fixup_esdk"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/
H A Ddpkg.inc8 DEPENDS:class-native = "bzip2-replacement-native zlib-native virtual/update-alternatives-native get…
10 RDEPENDS:${PN}:class-native = ""
16 PERL:class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl"
19 PERL_LIBDIR:class-native = "${libdir}/perl-native/perl/${@get_perl_version(d)}"
49 if [ "${PN}" = "dpkg-native" ]; then
52 …sed -i -e 's|^#!.*${STAGING_BINDIR_NATIVE}/perl-native.*/perl|#!/usr/bin/env nativeperl|' ${D}${bi…
54 …sed -i -e 's|^#!.*${STAGING_BINDIR_NATIVE}/perl-native.*/perl|#!/usr/bin/env perl|' ${D}${bindir}/…
59 PROV:class-native = ""
106 BBCLASSEXTEND = "native nativesdk"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fltk/
H A Dfltk-native.bb3 DEPENDS = "zlib-native jpeg-native libpng-native libxext-native libxft-native"
5 inherit native
22 # make sure native fltk-config is not used accidentaly

12345678910>>...84