/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | wic-tools.bb | 1 SUMMARY = "A meta recipe to build native tools used by wic." 6 parted-native gptfdisk-native dosfstools-native \ 7 mtools-native bmaptool-native grub-native cdrtools-native \ 8 btrfs-tools-native squashfs-tools-native pseudo-native \ 9 e2fsprogs-native util-linux-native tar-native erofs-utils-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"
|
H A D | meta-ide-support.bb | 6 …_ARCH} qemu-native qemu-helper-native unfs3-native cmake-native autoconf-native automake-native me…
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | default-providers.inc | 9 PREFERRED_PROVIDER_virtual/libgl-native ?= "mesa-native" 16 PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native" 21 PREFERRED_PROVIDER_virtual/make-native ?= "make-native" 38 PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native" 46 PREFERRED_PROVIDER_opkg-native ?= "opkg-native" 49 PREFERRED_PROVIDER_gzip-native ?= "pigz-native" 55 PREFERRED_PROVIDER_openssl-native ?= "openssl-native" 59 PREFERRED_PROVIDER_pkgconfig-native ?= "pkgconfig-native"
|
H A D | no-static-libs.inc | 5 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 = "" 28 EXTRA_OECMAKE:append:pn-libjpeg-turbo-native = " -DENABLE_STATIC=False" 31 EXCONFIG_ARGS:append:pn-ncurses-native = " --without-normal"
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | native.c | 228 afu->native->spa_order = -1; in cxl_alloc_spa() 230 afu->native->spa_order++; in cxl_alloc_spa() 231 spa_size = (1 << afu->native->spa_order) * PAGE_SIZE; in cxl_alloc_spa() 235 afu->native->spa_max_procs, afu->native->spa_size); in cxl_alloc_spa() 237 afu->num_procs = afu->native->spa_max_procs; in cxl_alloc_spa() 241 afu->native->spa_size = spa_size; in cxl_alloc_spa() 242 afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size); in cxl_alloc_spa() 243 } while (afu->native->spa_max_procs < afu->num_procs); in cxl_alloc_spa() 245 if (!(afu->native->spa = (struct cxl_process_element *) in cxl_alloc_spa() 246 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->native->spa_order))) { in cxl_alloc_spa() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/ |
H A D | autoconf_2.72e.bb | 8 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" 56 RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl-runtime-native" 61 PERL:class-native = "/usr/bin/env perl" 75 do_configure:class-native() { 83 BBCLASSEXTEND = "native nativesdk"
|
/openbmc/linux/drivers/rpmsg/ |
H A D | qcom_glink_smem.c | 51 struct qcom_glink_pipe native; member 61 #define to_smem_pipe(p) container_of(p, struct glink_smem_pipe, native) 82 pipe->native.length = len; in glink_smem_rx_avail() 89 return pipe->native.length - tail + head; in glink_smem_rx_avail() 103 if (tail >= pipe->native.length) in glink_smem_rx_peek() 104 tail -= pipe->native.length; in glink_smem_rx_peek() 106 len = min_t(size_t, count, pipe->native.length - tail); in glink_smem_rx_peek() 123 if (tail >= pipe->native.length) in glink_smem_rx_advance() 124 tail -= pipe->native.length; in glink_smem_rx_advance() 140 avail = pipe->native.length - head + tail; in glink_smem_tx_avail() [all …]
|
H A D | qcom_glink_rpm.c | 33 #define to_rpm_pipe(p) container_of(p, struct glink_rpm_pipe, native) 49 struct qcom_glink_pipe native; member 79 return pipe->native.length - tail + head; in glink_rpm_rx_avail() 93 if (tail >= pipe->native.length) in glink_rpm_rx_peek() 94 tail -= pipe->native.length; in glink_rpm_rx_peek() 96 len = min_t(size_t, count, pipe->native.length - tail); in glink_rpm_rx_peek() 117 if (tail >= pipe->native.length) in glink_rpm_rx_advance() 118 tail -= pipe->native.length; in glink_rpm_rx_advance() 133 return pipe->native.length - head + tail; in glink_rpm_tx_avail() 144 len = min_t(size_t, count, pipe->native.length - head); in glink_rpm_tx_write_one() [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | texinfo.bbclass | 9 # dummy scripts provided by texinfo-dummy-native, for improved performance. 12 # Texinfo recipe, you can remove texinfo-native from ASSUME_PROVIDED and 15 …('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-dummy-native', d)}" 16 TEXDEP:class-native = "texinfo-dummy-native" 17 TEXDEP:class-cross = "texinfo-dummy-native" 18 TEXDEP:class-crosssdk = "texinfo-dummy-native" 19 TEXDEP:class-cross-canadian = "texinfo-dummy-native" 23 TEXDEP:pn-libtool-cross = "texinfo-dummy-native"
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | bblock.rst | 14 For example, modifying a recipe can lead to rebuilding its native 16 for instance, can prompt BitBake to rebuild ``python3-native`` along with any 103 When working on the ``python3`` recipe, we can lock ``python3-native`` with 106 $ bblock python3-native 112 …SIGGEN_LOCKEDSIGS_x86_64 += "python3-native:do_patch:865859c27e603ba42025b7bb766c3cd4c0f477e4962cf… 113 …SIGGEN_LOCKEDSIGS_x86_64 += "python3-native:do_populate_sysroot:f8fa5d3194cef638416000252b959e86d0… 114 …SIGGEN_LOCKEDSIGS_x86_64 += "python3-native:do_prepare_recipe_sysroot:fe295ac505d9d1143313424b201c… 115 …SIGGEN_LOCKEDSIGS_x86_64 += "python3-native:do_fetch:1b6e4728fee631bc7a8a7006855c5b8182a8224579e32… 116 …SIGGEN_LOCKEDSIGS_x86_64 += "python3-native:do_unpack:2ad74d6f865ef75c35c0e6bbe3f9a90923a6b2c62c18… 117 …SIGGEN_LOCKEDSIGS_x86_64 += "python3-native:do_deploy_source_date_epoch:15f89b8483c1ad7507480f3376… [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/ |
H A D | gdb-cross.inc | 3 DEPENDS = "expat-native gmp-native mpfr-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"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-hatchling_1.26.3.bb | 8 … += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-nati… 9 DEPENDS:remove:class-native = "python3-hatchling-native" 17 BBCLASSEXTEND = "native nativesdk"
|
H A D | python3-meson-python_0.17.1.bb | 7 meson-native \ 8 ninja-native \ 9 patchelf-native \ 10 python3-pyproject-metadata-native \ 18 DEPENDS:remove:class-native = "python3-meson-python-native" 27 BBCLASSEXTEND = "native nativesdk"
|
H A D | python3-flit-core_3.10.1.bb | 16 DEPENDS:remove:class-native = " python3-build-native python3-installer-native" 17 DEPENDS:append:class-native = " unzip-native" 23 do_compile:class-native () { 27 do_install:class-native () { 31 BBCLASSEXTEND = "native nativesdk"
|
/openbmc/openbmc/poky/meta/recipes-devtools/file/ |
H A D | file_5.45.bb | 11 DEPENDS = "file-replacement-native" 12 DEPENDS:class-native = "bzip2-replacement-native" 34 EXTRA_OEMAKE:append:class-target = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" 35 EXTRA_OEMAKE:append:class-nativesdk = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" 40 do_compile:append:class-native() { 44 do_install:append:class-native() { 57 BBCLASSEXTEND = "native nativesdk" 58 PROVIDES:append:class-native = " file-replacement-native" 60 # depends on file-replacement-native. 61 bindir:append:class-native = "/file-native"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/ |
H A D | fltk-native.bb | 3 DEPENDS = "zlib-native jpeg-native libpng-native libxext-native libxft-native" 5 SRC_URI += "file://fltk-native-link-libdl.patch" 9 inherit native 23 # make sure native fltk-config is not used accidentaly
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/ |
H A D | mariadb-native_10.11.9.bb | 2 inherit native 4 PROVIDES += "mysql5-native" 5 DEPENDS = "ncurses-native zlib-native bison-native libpcre2-native \ 6 gnutls-native fmt-native \
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_benchmark.c | 143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local 164 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main() 165 printf("getpid native: %llu ns\n", native); in main() 207 bitmap1 - native); in main() 209 bitmap2 - native); in main() 211 filter1 - native); in main() 213 filter2 - native); in main() 215 bitmap1 - native - (bitmap2 - bitmap1)); in main() 219 (filter2 - native - entry) / 4); in main() 222 ret |= compare("native", "≤", "1 bitmap", native, le, bitmap1); in main() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/ |
H A D | icecc-create-env_0.1.bb | 15 # This is needed, because otherwise there is dependency loop from quilt-native 17 …pes-devtools/quilt/quilt-native_0.60.bb, do_install) (dependent Tasks ['quilt-native, do_compile']) 18 …ols/quilt/quilt-native_0.60.bb, do_populate_sysroot) (dependent Tasks ['quilt-native, do_install']) 19 …ative_0.1.bb, do_patch) (dependent Tasks ['icecc-create-env-native, do_unpack', 'quilt-native, do_… 20 …ecc-create-env-native_0.1.bb, do_configure) (dependent Tasks ['icecc-create-env-native, do_patch']) 21 …c-create-env-native_0.1.bb, do_compile) (dependent Tasks ['icecc-create-env-native, do_configure']) 22 …ecc-create-env-native_0.1.bb, do_install) (dependent Tasks ['icecc-create-env-native, do_compile']) 23 …e-env-native_0.1.bb, do_populate_sysroot) (dependent Tasks ['icecc-create-env-native, do_install']) 24 …native_0.60.bb, do_configure) (dependent Tasks ['quilt-native, do_patch', 'icecc-create-env-native… 25 …s-devtools/quilt/quilt-native_0.60.bb, do_compile) (dependent Tasks ['quilt-native, do_configure']) [all …]
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/ |
H A D | openpower-occ-control_git.bb | 19 DEPENDS += "virtual/${PN}-config-native" 22 ${PYTHON_PN}-sdbus++-native \ 26 ${PYTHON_PN}-native \ 27 ${PYTHON_PN}-pyyaml-native \ 28 ${PYTHON_PN}-setuptools-native \ 29 ${PYTHON_PN}-mako-native \ 67 # Remove packages not required for native build 68 DEPENDS:remove:class-native = " \ 72 virtual/${PN}-config-native \ 74 RDEPENDS:${PN}:remove:class-native = "phosphor-state-manager-obmc-targets" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/ |
H A D | pkgconfig_git.bb | 16 file://pkg-config-native.in \ 30 PACKAGECONFIG:class-native = "" 32 PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" 36 BBCLASSEXTEND = "native nativesdk" 49 # Install a pkg-config-native wrapper that will use the native sysroot instead 50 # of the MACHINE sysroot, for using pkg-config when building native tools. 51 do_install:append:class-native () { 54 < ${UNPACKDIR}/pkg-config-native.in > ${B}/pkg-config-native 55 install -m755 ${B}/pkg-config-native ${D}${bindir}/pkg-config-native 64 pkgconfdir="${SSTATE_INSTDIR}/recipe-sysroot-native/${bindir_native}" [all …]
|
/openbmc/openbmc/meta-security/recipes-compliance/openscap/ |
H A D | openscap_1.4.0.bb | 10 DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native libxslt-native libc… 46 do_configure:append:class-native () { 52 do_install:class-native[cleandirs] += " ${STAGING_OSCAP_BUILDDIR}" 53 do_install:append:class-native () { 70 BBCLASSEXTEND = "native"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/ |
H A D | gnuplot_5.4.3.bb | 8 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"
|
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/ |
H A D | pkgconf_2.3.0.bb | 20 file://pkg-config-native.in \ 35 do_install:append:class-native () { 36 # Install a pkg-config-native wrapper that will use the native sysroot instead 37 # of the MACHINE sysroot, for using pkg-config when building native tools. 39 < ${UNPACKDIR}/pkg-config-native.in > ${B}/pkg-config-native 40 install -m755 ${B}/pkg-config-native ${D}${bindir}/pkg-config-native 56 BBCLASSEXTEND += "native nativesdk" 60 pkgconfdir="${SSTATE_INSTDIR}/recipe-sysroot-native/${bindir_native}" 63 sed -i -e "s|^pkg-config|pkg-config.real|" $pkgconfdir/pkg-config-native 67 SSTATEPOSTUNPACKFUNCS:append:class-native = " pkgconf_sstate_fixup_esdk"
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | endianess-header.patch | 9 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 …]
|