Home
last modified time | relevance | path

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

12

/openbmc/openbmc/meta-arm/ci/
H A Dget-binary-toolchains6 HOST_ARCH=${HOST_ARCH:-$(uname -m)}
18 …URL=https://developer.arm.com/-/media/Files/downloads/gnu/$VER/binrel/$BASENAME-$VER-$HOST_ARCH-$T…
22 if [ $HOST_ARCH = "aarch64" ]; then
27 elif [ $HOST_ARCH = "x86_64" ]; then
36 echo "ERROR - Unknown build arch of $HOST_ARCH"
41 if [ ! -d $TOOLCHAIN_DIR/$BASENAME-$VER-$HOST_ARCH-$i-none-linux-gnu*/ ]; then
42 if [ ! -f $DOWNLOAD_DIR/$BASENAME-$VER-$HOST_ARCH-$i-none-linux-gnu*.tar.xz ]; then
46 tar -C $TOOLCHAIN_DIR -axvf $DOWNLOAD_DIR/$BASENAME-$VER-$HOST_ARCH-$i-none-linux-gnu*.tar.xz
50 ln -s $TOOLCHAIN_DIR/$BASENAME-$VER-$HOST_ARCH-$i-none-linux-gnu* $TOOLCHAIN_LINK_DIR/$i
/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/
H A Dgcc-arm-none-eabi_13.2.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.2.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/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile16 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))
132 ifeq ($(HOST_ARCH),$(ARCH))
144 ifeq ($(HOST_ARCH),$(ARCH))
156 ifeq ($(HOST_ARCH),$(ARCH))
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/
H A D0001-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.bbclass45 HOST_ARCH = "${SDK_ARCH}"
52 #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 Dmeson.bbclass97 cpu_family = '${@meson_cpu_family('HOST_ARCH', d)}'
98 cpu = '${HOST_ARCH}'
H A Dcross.bbclass18 HOST_ARCH = "${BUILD_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"))
/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/meta-openembedded/meta-oe/recipes-kernel/makedumpfile/makedumpfile/
H A D0001-makedumpfile-replace-hardcode-CFLAGS.patch38 HOST_ARCH := $(shell uname -m)
50 ifneq ($(TARGET), $(HOST_ARCH))
51 CROSS := -U__$(HOST_ARCH)__
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/
H A Dfvp-envelope.inc5 …nloads/ecosystem-models/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
H A Dfvp-corstone1000.bb7 …/Downloads/OSS/FVP/${MODEL}/${MODEL_CODE}_${PV}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${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-networking/classes/
H A Dwaf-samba.bbclass94 export HOST_ARCH=${HOST_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.40.1.bb33 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.3.1.bb146 host_cpu_family=${@meson_cpu_family("HOST_ARCH", d)}
147 host_cpu=${HOST_ARCH}
/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)
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/
H A Dedk2-firmware.inc94 …sed -i -e "s#-target ${HOST_ARCH}-linux-gnu.*#-target ${HOST_SYS}#" ${S}/BaseTools/Conf/tools_def.…

12