Home
last modified time | relevance | path

Searched refs:BUILD_DIR (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch6 Use EXTENSIONS_DIR to replace BUILD_DIR as the BUILD_DIR is meanlingless
38 -#ifndef BUILD_DIR
39 -#error "Missing BUILD_DIR information"
40 -#endif /* BUILD_DIR */
51 - TRACE_DEBUG(INFO, "Loading from: '%s'", BUILD_DIR "/extensions");
52 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 );
53 - pathlen = snprintf(fullname, sizeof(fullname), BUILD_DIR "/extensions/");
68 -#ifndef BUILD_DIR
69 -#error "Missing BUILD_DIR information"
70 -#endif /* BUILD_DIR */
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/
H A Dtrusted-firmware-a_%.bbappend60 dd if=${BUILD_DIR}/bl1.bin of=${BUILD_DIR}/flash.bin bs=4096 conv=notrunc
61 dd if=${BUILD_DIR}/fip.bin of=${BUILD_DIR}/flash.bin seek=64 bs=4096 conv=notrunc
67 dd if=${BUILD_DIR}/bl1.bin of=${BUILD_DIR}/flash.bin bs=4096 conv=notrunc
68 dd if=${BUILD_DIR}/fip.bin of=${BUILD_DIR}/flash.bin seek=64 bs=4096 conv=notrunc
H A Dtrusted-firmware-a.inc164 BUILD_DIR = "${B}/${TFA_PLATFORM}"
165 BUILD_DIR .= "${@'/${TFA_BOARD}' if d.getVar('TFA_BOARD') else ''}"
166 BUILD_DIR .= "/${@'debug' if d.getVar("TFA_DEBUG") == '1' else 'release'}"
194 if [ -f ${BUILD_DIR}/$atfbin.bin ]; then
196 install -m 0644 ${BUILD_DIR}/$atfbin.bin \
201 if [ -f ${BUILD_DIR}/$atfbin/$atfbin.elf ]; then
203 install -m 0644 ${BUILD_DIR}/$atfbin/$atfbin.elf \
208 if [ -f ${BUILD_DIR}/$atfbin ]; then
210 install -m 0644 ${BUILD_DIR}/$atfbin \
215 if [ -f ${BUILD_DIR}/fdts/$atfbin.dtb ]; then
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0008-libtool-do-not-use-jlibtool.patch37 TESTBINDIR = ./$(BUILD_DIR)/bin/local
41 TESTBINDIR = ./$(BUILD_DIR)/bin
42 TESTBIN = ./$(BUILD_DIR)/bin
51 + ${Q}mv $(dir $@)/.libs/$(notdir $*.d) ${BUILD_DIR}/objs/$*.d
59 + ${Q}mv $(dir $@)/.libs/$(notdir $*.d) ${BUILD_DIR}/objs/$*.d
74 $(Q)$${PROGRAM_INSTALL} -c -m 755 $${BUILD_DIR}/bin/${1} $${${1}_INSTALLDIR}/
83 $(Q)$${PROGRAM_INSTALL} -c -m 755 $${BUILD_DIR}/lib/${1} $${${1}_INSTALLDIR}/
92 - $(Q)$${PROGRAM_INSTALL} -c -m 755 $${LOCAL_FLAGS_MIN} $${BUILD_DIR}/lib/${1} $${${1}_INSTALLDIR}/
93 + $(Q)$${PROGRAM_INSTALL} -c -m 755 $${BUILD_DIR}/lib/${1} $${${1}_INSTALLDIR}/
/openbmc/linux/tools/testing/selftests/hid/
H A DMakefile69 BUILD_DIR := $(SCRATCH_DIR)/build macro
72 BPFOBJ := $(BUILD_DIR)/libbpf/libbpf.a
74 HOST_BUILD_DIR := $(BUILD_DIR)/host
78 HOST_BUILD_DIR := $(BUILD_DIR)
102 MAKE_DIRS := $(sort $(BUILD_DIR)/libbpf $(HOST_BUILD_DIR)/libbpf \
134 | $(BUILD_DIR)/libbpf
135 $(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(BUILD_DIR)/libbpf/ \
/openbmc/qemu/tests/vm/
H A DMakefile.include14 EFI_AARCH64 = $(wildcard $(BUILD_DIR)/pc-bios/edk2-aarch64-code.fd)
99 $(if $(QEMU_LOCAL),--build-path $(BUILD_DIR)) \
116 $(if $(QEMU_LOCAL),--build-path $(BUILD_DIR)) \
140 $(if $(QEMU_LOCAL),--build-path $(BUILD_DIR)) \
/openbmc/linux/tools/testing/selftests/net/
H A DMakefile109 BUILD_DIR := $(SCRATCH_DIR)/build macro
117 BPFOBJ := $(BUILD_DIR)/libbpf/libbpf.a
119 MAKE_DIRS := $(BUILD_DIR)/libbpf
146 | $(BUILD_DIR)/libbpf
147 $(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(BUILD_DIR)/libbpf/ \
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A Dbuild-tests.patch58 BUILD_DIR=$(BUILD_DIR) PATH=$(BUILD_DIR)/tests:$$PATH THIS_SH=$(THIS_SH) $(SHELL) ${TESTSCRIPT} )
H A Drun-bash-ptests3 make -k THIS_SH=/bin/bash BUILD_DIR=`pwd` srcdir=`pwd` runtest
/openbmc/qemu/tests/
H A DMakefile.include48 $(eval $(BUILD_DIR)/tests/tcg/config-$(TARGET).mak: config-host.mak))
51 $(TCG_TESTS_TARGETS:%=build-tcg-tests-%): build-tcg-tests-%: $(BUILD_DIR)/tests/tcg/config-%.mak
94 TESTS_VENV_TOKEN=$(BUILD_DIR)/pyvenv/tests.group
95 TESTS_RESULTS_DIR=$(BUILD_DIR)/tests/results
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile148 BUILD_DIR := $(SCRATCH_DIR)/build macro
150 BPFOBJ := $(BUILD_DIR)/libbpf/libbpf.a
152 HOST_BUILD_DIR := $(BUILD_DIR)/host
156 HOST_BUILD_DIR := $(BUILD_DIR)
162 RUNQSLOWER_OUTPUT := $(BUILD_DIR)/runqslower/
183 MAKE_DIRS := $(sort $(BUILD_DIR)/libbpf $(HOST_BUILD_DIR)/libbpf \
184 $(BUILD_DIR)/bpftool $(HOST_BUILD_DIR)/bpftool \
248 BPFOBJ_OUTPUT=$(BUILD_DIR)/libbpf \
296 $(BPFOBJ) | $(BUILD_DIR)/bpftool
300 OUTPUT=$(BUILD_DIR)/bpftool/ \
[all …]
/openbmc/qemu/tests/avocado/
H A Dboot_linux.py14 from avocado_qemu import BUILD_DIR
81 os.path.join(BUILD_DIR, 'pc-bios',
H A Dsmmu.py13 from avocado_qemu import BUILD_DIR
50 self.vm.add_args('-bios', os.path.join(BUILD_DIR, 'pc-bios',
/openbmc/qemu/tests/functional/
H A Dtest_aarch64_virt.py17 from qemu_test import BUILD_DIR
57 self.vm.add_args('-bios', os.path.join(BUILD_DIR, 'pc-bios',
H A Dtest_virtio_gpu.py9 from qemu_test import BUILD_DIR
27 bld_dir_path = os.path.join(BUILD_DIR, relative_path)
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py32 BUILD_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) variable
117 os.path.join(BUILD_DIR, qemu_bin_name),
118 os.path.join(BUILD_DIR, "build", qemu_bin_name),
326 qemu_img = os.path.join(BUILD_DIR, 'qemu-img')
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dlibstd-rs_1.81.0.bb46 rm -f ${B}/${RUST_TARGET_SYS}/${BUILD_DIR}/deps/*.d
47 cp ${B}/${RUST_TARGET_SYS}/${BUILD_DIR}/deps/* ${D}${rustlibdir}
/openbmc/qemu/tests/functional/qemu_test/
H A Dcmd.py19 from .config import BUILD_DIR
244 qemu_img = os.path.join(BUILD_DIR, 'qemu-img')
/openbmc/qemu/tests/docker/
H A Dtest-full16 cd "$BUILD_DIR"
H A Dtest-unit16 cd "$BUILD_DIR"
H A Dtest-build16 cd "$BUILD_DIR"
H A Dtest-quick16 cd "$BUILD_DIR"
H A Dtest-tcg16 cd "$BUILD_DIR"
H A Dtest-clang18 cd "$BUILD_DIR"
H A Dtest-static16 cd "$BUILD_DIR"

123