Home
last modified time | relevance | path

Searched refs:exe (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/
H A D0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch4 Subject: [PATCH] exe/Makefile.am: add CROSS_LAUNCHER to run odbc_config
9 /bin/bash: line 1: ../exe/odbc_config: cannot execute binary file: Exec format error
29 exe/Makefile.am | 6 ++++--
32 diff --git a/exe/Makefile.am b/exe/Makefile.am
34 --- a/exe/Makefile.am
35 +++ b/exe/Makefile.am
43 - @sed "s![@]ODBC_ULEN[@]!`$(top_builddir)/exe/odbc_config$(EXEEXT) --ulen`!" \
44 + @sed "s![@]ODBC_ULEN[@]!`$(CROSS_LAUNCHER)$(top_builddir)/exe/odbc_config$(EXEEXT) --ulen`!" \
45 $(top_builddir)/DriverManager/odbc.pc > $(top_builddir)/exe/odbc.pc.tmp
46 @mv -f $(top_builddir)/exe/odbc.pc.tmp $(top_builddir)/DriverManager/odbc.pc
[all …]
H A Ddo-not-use-libltdl-source-directory.patch26 exe \
/openbmc/qemu/tests/tcg/multiarch/
H A Dcheck-plugin-output.sh25 exe=$1;shift
30 $qemu_bin $exe ||
31 die "running $exe failed"
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/
H A Dswtpm-wrappers-native.bb15 exe=`basename $i`
16 case $exe in
31 cat >${WORKDIR}/${exe}_oe.sh <<EOF
34 # Wrapper around $exe which makes it easier to invoke
40 exec ${exe} "\$@"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/
H A D0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch21 @@ -64,7 +64,6 @@ foreach(exe opj_decompress opj_compress opj_dump)
23 # Install exe
24 install(TARGETS ${exe}
/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/
H A Dorg.openbmc.control.Host@.service6 ExecStart=/usr/bin/env control_host.exe
7 SyslogIdentifier=control_host.exe
/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/
H A Dorg.openbmc.control.Power@.service7 ExecStart=/usr/bin/env power_control.exe $POLL_INTERVAL $PGOOD_TIMEOUT
8 SyslogIdentifier=power_control.exe
/openbmc/qemu/
H A Dqemu.nsi27 !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"
37 !define OUTFILE "qemu-setup.exe"
142 WriteUninstaller "qemu-uninstall.exe"
147 File "${BINDIR}\qemu-img.exe"
148 File "${BINDIR}\qemu-io.exe"
213 Delete "$INSTDIR\qemu-img.exe"
214 Delete "$INSTDIR\qemu-io.exe"
215 Delete "$INSTDIR\qemu.exe"
216 Delete "$INSTDIR\qemu-system-*.exe"
/openbmc/openpower-hw-diags/test/
H A Dmeson.build85 exe = executable( variable
94 test(tc, exe, env: test_vars, timeout: 30 * longtests.get(tc, 1))
112 exe = executable( variable
121 test(tc, exe, env: test_vars, timeout: 30 * longtests.get(tc, 1))
/openbmc/qemu/plugins/
H A Dmeson.build39 # The delaylib will have an "imaginary" name (qemu.exe), that is used by the
46 dlltool_cmd = [dlltool, '-d', '@INPUT@', '-l', '@OUTPUT@', '-D', 'qemu.exe']
47 win32_qemu_plugin_api_link_flags += ['-Wl,-delayload=qemu.exe']
52 '--output-delaylib', '@OUTPUT@', '--dllname', 'qemu.exe']
/openbmc/qemu/tests/bench/
H A Dmeson.build33 exe = executable(bench_name, bench_name + '.c', variable
35 benchmark(bench_name, exe,
/openbmc/qemu/tcg/
H A Dperf.c171 FILE *exe; in get_e_machine() local
177 exe = fopen("/proc/self/exe", "r"); in get_e_machine()
178 if (exe == NULL) { in get_e_machine()
182 n = fread(&elf_header, sizeof(elf_header), 1, exe); in get_e_machine()
183 fclose(exe); in get_e_machine()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A D0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch7 /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpr…
23 endian=`file -L /proc/$$/exe`
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0003-replace-canonicalize_file_name-with-realpath.patch41 - cp = canonicalize_file_name("/proc/self/exe");
42 + cp = realpath("/proc/self/exe", (char *)0);
/openbmc/skeleton/
H A D.gitignore5 *.exe
H A Drules.mk7 BIN_SUFFIX?=.exe
/openbmc/skeleton/op-hostctl/
H A Dmeson.build2 'control_host.exe',
/openbmc/skeleton/op-pwrctl/
H A Dmeson.build2 'power_control.exe',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Drun-ptest38 for i in `ls ${BASEDIR}/exe/*-test`; do
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dmeson.build10 exe = executable( variable
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A DREADME18 * On Windows, put chromedriver.exe in the same directory as chrome.exe
37 as wires on Linux or wires.exe on Windows) is on your PATH; and use "marionette"
/openbmc/openpower-inventory-upload/
H A D.gitignore29 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A D0002-always-build-fluid-and-export-pointers.patch27 NAMES fluid fluid.exe
/openbmc/u-boot/board/freescale/mx6memcal/
H A DREADME13 SB_LOADER.exe [3].
48 [3] - Use of SB_Loader.exe
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.57.2.bb84 for exe in `find ${D}/${libexecdir}`; do
85 chmod +x $exe

123