/openbmc/openbmc/meta-arm/ci/ |
H A D | get-binary-toolchains | 6 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 D | gcc-arm-none-eabi_13.2.Rel1.bb | 14 …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 D | gcc-aarch64-none-elf_13.2.Rel1.bb | 14 …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 D | Makefile | 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)) 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 D | 0001-do-not-hardcode-the-full-path-of-dpkg.patch | 26 - 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 D | goarch.bbclass | 11 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 D | nativesdk.bbclass | 45 HOST_ARCH = "${SDK_ARCH}" 52 #HOST_SYS = "${HOST_ARCH}${TARGET_VENDOR}-${HOST_OS}"
|
H A D | cross-canadian.bbclass | 113 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 D | meson.bbclass | 97 cpu_family = '${@meson_cpu_family('HOST_ARCH', d)}' 98 cpu = '${HOST_ARCH}'
|
H A D | cross.bbclass | 18 HOST_ARCH = "${BUILD_ARCH}"
|
H A D | siteinfo.bbclass | 170 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 D | Makefile.include | 24 HOST_ARCH = $(shell uname -m) 25 ifeq ($(HOST_ARCH),x86_64) 27 else ifeq ($(HOST_ARCH),aarch64)
|
/openbmc/qemu/tests/docker/ |
H A D | Makefile.include | 9 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 D | 0001-makedumpfile-replace-hardcode-CFLAGS.patch | 38 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 D | fvp-envelope.inc | 5 …nloads/ecosystem-models/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
|
H A D | fvp-corstone1000.bb | 7 …/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 D | Support-for-cross-compilation.patch | 7 machine for Intel x86) where HOST_ARCH (uname -m) != TARGET_ARCH.
|
/openbmc/openbmc/meta-openembedded/meta-networking/classes/ |
H A D | waf-samba.bbclass | 94 export HOST_ARCH=${HOST_ARCH}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/ |
H A D | concurrencykit_git.bb | 26 PLAT ?= "${HOST_ARCH}"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-m2crypto_0.40.1.bb | 33 SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '…
|
/openbmc/qemu/scripts/ |
H A D | qemu-binfmt-conf.sh | 148 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 D | meson_1.3.1.bb | 146 host_cpu_family=${@meson_cpu_family("HOST_ARCH", d)} 147 host_cpu=${HOST_ARCH}
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-environment.bb | 12 # Need to expand here before cross-candian changes HOST_ARCH -> SDK_ARCH
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 64 ifeq ($(HOST_ARCH), IA32)
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
H A D | edk2-firmware.inc | 94 …sed -i -e "s#-target ${HOST_ARCH}-linux-gnu.*#-target ${HOST_SYS}#" ${S}/BaseTools/Conf/tools_def.…
|