Home
last modified time | relevance | path

Searched refs:HOST_ARCH (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD))) macro
16 ARCH := $(HOST_ARCH)
49 ifeq ($(HOST_ARCH),$(ARCH))
62 ifeq ($(HOST_ARCH),$(ARCH))
74 ifeq ($(HOST_ARCH),$(ARCH))
86 ifeq ($(HOST_ARCH),$(ARCH))
98 ifeq ($(HOST_ARCH),$(ARCH))
111 ifeq ($(HOST_ARCH),$(ARCH))
122 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
132 ifeq ($(HOST_ARCH),$(ARCH))
[all …]
/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/
H A Dgcc-arm-none-eabi_13.3.rel1.bb14 …ownloads/gnu/${PV}/binrel/arm-gnu-toolchain-${PV}-${HOST_ARCH}-${BINNAME}.tar.xz;name=gcc-${HOST_A…
18 S = "${WORKDIR}/arm-gnu-toolchain-${PV}-${HOST_ARCH}-${BINNAME}"
21 UPSTREAM_CHECK_REGEX = "arm-gnu-toolchain-(?P<pver>\d+\.\d*\.[A-z]*\d*).*-${HOST_ARCH}-${BINNAME}\.…
H A Dgcc-aarch64-none-elf_13.3.rel1.bb14 …ownloads/gnu/${PV}/binrel/arm-gnu-toolchain-${PV}-${HOST_ARCH}-${BINNAME}.tar.xz;name=gcc-${HOST_A…
18 S = "${WORKDIR}/arm-gnu-toolchain-${PV}-${HOST_ARCH}-${BINNAME}"
21 UPSTREAM_CHECK_REGEX = "arm-gnu-toolchain-(?P<pver>\d+\.\d*\.[A-z]*\d*).*-${HOST_ARCH}-${BINNAME}\.…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/
H A D0003-do-not-hardcode-the-full-path-of-dpkg.patch26 - HOST_ARCH=$(/usr/bin/dpkg --print-architecture)
27 + HOST_ARCH=$(dpkg --print-architecture)
30 HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgoarch.bbclass11 HOST_GOARCH = "${@go_map_arch(d.getVar('HOST_ARCH'), d)}"
12 HOST_GOARM = "${@go_map_arm(d.getVar('HOST_ARCH'), d)}"
13 HOST_GO386 = "${@go_map_386(d.getVar('HOST_ARCH'), d.getVar('TUNE_FEATURES'), d)}"
14 HOST_GOMIPS = "${@go_map_mips(d.getVar('HOST_ARCH'), d.getVar('TUNE_FEATURES'), d)}"
H A Dnativesdk.bbclass46 HOST_ARCH = "${SDK_ARCH}"
53 #HOST_SYS = "${HOST_ARCH}${TARGET_VENDOR}-${HOST_OS}"
H A Dcross-canadian.bbclass113 PATH:append = ":${TMPDIR}/sysroots/${HOST_ARCH}/${bindir_cross}"
114 PKGHIST_DIR = "${TMPDIR}/pkghistory/${HOST_ARCH}-${SDKPKGSUFFIX}${HOST_VENDOR}-${HOST_OS}/"
116 HOST_ARCH = "${SDK_ARCH}"
H A Dsiteinfo.bbclass170 return siteinfo_data_for_machine(d.getVar("HOST_ARCH"), d.getVar("HOST_OS"), d)
180 d.getVar("HOST_ARCH"))
189 d.getVar("HOST_ARCH"))
H A Dmeson.bbclass96 cpu_family = '${@meson_cpu_family('HOST_ARCH', d)}'
97 cpu = '${HOST_ARCH}'
H A Dcross.bbclass18 HOST_ARCH = "${BUILD_ARCH}"
/openbmc/qemu/tests/vm/
H A DMakefile.include24 HOST_ARCH = $(shell uname -m)
25 ifeq ($(HOST_ARCH),x86_64)
27 else ifeq ($(HOST_ARCH),aarch64)
/openbmc/qemu/tests/docker/
H A DMakefile.include9 HOST_ARCH = $(shell uname -m)
14 ifeq ($(HOST_ARCH),x86_64)
77 ifeq ($(HOST_ARCH),x86_64)
84 ifneq ($(HOST_ARCH),x86_64)
/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/makedumpfile/
H A D0001-makedumpfile-replace-hardcode-CFLAGS.patch40 HOST_ARCH := $(shell uname -m)
52 ifneq ($(TARGET), $(HOST_ARCH))
53 CROSS := -U__$(HOST_ARCH)__
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/
H A Dfvp-envelope.inc5 …-models/${PV_URL_SHORT}/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
H A Dfvp-corstone1000.bb7 …nloads/OSS/FVP/${MODEL}/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
H A Dfvp-base-a-aem_11.27.19.bb9 …tecture/${PV_URL_SHORT}/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
/openbmc/openbmc/meta-openembedded/meta-networking/classes/
H A Dwaf-samba.bbclass94 export HOST_ARCH=${HOST_ARCH}
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DSupport-for-cross-compilation.patch7 machine for Intel x86) where HOST_ARCH (uname -m) != TARGET_ARCH.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/
H A Dconcurrencykit_git.bb26 PLAT ?= "${HOST_ARCH}"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-m2crypto_0.42.0.bb25 SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '…
/openbmc/qemu/scripts/
H A Dqemu-binfmt-conf.sh148 cpu=${HOST_ARCH:-$(uname -m)}
220 The environment variable HOST_ARCH allows to override 'uname' to generate
/openbmc/openbmc/poky/meta/recipes-devtools/meson/
H A Dmeson_1.7.0.bb147 host_cpu_family=${@meson_cpu_family("HOST_ARCH", d)}
148 host_cpu=${HOST_ARCH}
/openbmc/openbmc/poky/meta/recipes-bsp/pciutils/
H A Dpciutils_3.13.0.bb27 EXTRA_OEMAKE += "HOST="${HOST_ARCH}-${HOST_OS}""
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-environment.bb12 # Need to expand here before cross-candian changes HOST_ARCH -> SDK_ARCH
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch64 ifeq ($(HOST_ARCH), IA32)

12