Searched +full:cross +full:- +full:win32 +full:- +full:system (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | 0004-don-not-append-system-name-to-lib-name.patch | 4 Subject: [PATCH] don not append system name to lib name 6 It appends system name to library names for cross compile. For example, the 7 library name is libwx_baseu-3.1-Linux.so rather than libwx_baseu-3.1.so. It is 10 Upstream-Status: Pending [oe specific] 12 Signed-off-by: Kai Kang <kai.kang@windriver.com> 16 Signed-off-by: Kai Kang <kai.kang@windriver.com> 17 --- 18 build/cmake/functions.cmake | 6 +++--- 19 1 file changed, 3 insertions(+), 3 deletions(-) 21 diff --git a/build/cmake/functions.cmake b/build/cmake/functions.cmake [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-cross.patch | 1 We do not have capability to run binaries when cross compiling 3 Upstream-Status: Pending 6 Index: nginx-1.12.2/auto/feature 8 --- nginx-1.12.2.orig/auto/feature 9 +++ nginx-1.12.2/auto/feature 10 @@ -49,12 +49,20 @@ eval "/bin/sh -c \"$ngx_test\" >> $NGX_A 12 if [ -x $NGX_AUTOTEST ]; then 16 + NGX_FOUND_MSG=" (not tested, cross compiling)" 26 - if /bin/sh -c $NGX_AUTOTEST >> $NGX_AUTOCONF_ERR 2>&1; then 27 - echo " found" [all …]
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 10 consult qemu-devel and not any specific individual privately. 23 W: Web-page with status/info 24 Q: Patchwork web based patch tracking system site 34 it has been replaced by a better system and you 59 ------------------------------ 63 L: qemu-devel@nongnu.org 72 R: Philippe Mathieu-Daudé <philmd@linaro.org> 76 F: docs/devel/code-of-conduct.rst 77 F: docs/devel/conflict-resolution.rst 78 F: docs/devel/submitting-a-patch.rst [all …]
|
H A D | meson.build | 10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 22 host_os = host_machine.system() 23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 30 tmpdir = meson.current_build_dir() / 'meson-private/temp' 61 have_linux_user = have_linux_user or target.endswith('linux-user') 62 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 63 have_system = have_system or target.endswith('-softmmu') 107 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 114 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 132 # instead. QEMU --enable-modules depends on this because the SystemTap [all …]
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.c | 15 /*----------------------------------------------------------------------* 39 *----------------------------------------------------------------------*/ 43 * ID: 65 - Fixes for configure.in for cross compilation 45 * 'src/plugins/imb/imbapi.c' - don't cast NULL to int, ever!!! 48 * ID: 65 - Fixes for configure.in for cross compilation 58 * fix lots of little errors that show up with -Werror -Wall 66 * Mods for open-source & various compile cleanup mods 82 #ifdef WIN32 122 /* uncomment out the #define below or use -DLINUX_DEBUG_MAX in the makefile 123 // if you want a dump of the memory to debug mmap system call in [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 8 Upstream-Status: Pending 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 13 bfd/configure | 1333 +++++++++--- 14 bfd/configure.ac | 2 +- 16 binutils/configure | 1331 +++++++++--- 18 gas/configure | 1331 +++++++++--- 20 gprof/configure | 1331 +++++++++--- 22 gprofng/configure | 1693 ++++++++++++---- 24 gprofng/gp-display-html/Makefile.in | 2 + [all …]
|
/openbmc/linux/fs/ntfs/ |
H A D | layout.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * layout.h - All NTFS associated on-disk structures. Part of the Linux-NTFS 6 * Copyright (c) 2001-2005 Anton Altaparmakov 71 approx. 4.7x10^21 bytes. (-; */ 117 * operator! (-8 163 * been written to disk. The values 0 and -1 (ie. 0xffff) are not used. All 170 * (obviously) finish before the last le16 of the first 512-byte sector. 175 NTFS_RECORD_TYPE magic; /* A four-byte magic identifying the record 186 * System files mft record numbers. All these files are always marked as used 189 * of the system files is always equal to their mft record number and it is [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | style.rst | 1 .. _coding-style: 39 * Tabs are rendered badly in patches, causing off-by-one errors in almost 46 ---------------- 62 .. code-block:: c 77 .. code-block:: c 100 as a guard against obviously-overlength lines, not a target.) 109 * The four-space indentation makes the most common excuse ("But look 124 --------------------------- 135 --------------------------- 146 However, if there is an obvious subsystem-specific prefix it should be [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | coda.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Coda Kernel-Venus Interface 10 Coda -- this document describes the client kernel-Venus interface. 35 level filesystem code needed for the operation of the Coda file sys- 98 A key component in the Coda Distributed File System is the cache 101 When processes on a Coda enabled system access files in the Coda 103 operating system. The operating system will communicate with Venus to 107 requests it receives from the operating system. When Venus has 108 serviced a request it replies to the operating system with appropriate 120 Historically Coda was implemented in a BSD file system in Mach 2.6. [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | perl_5.40.0.bb | 3 DESCRIPTION = "Perl is a highly capable, feature-rich programming language" 5 LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 11 SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \ 12 file://perl-rdepends.txt \ 13 file://0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch \ 15 file://native-perlinc.patch \ 16 file://perl-dynloader.patch \ 17 file://0002-Constant-Fix-up-shebang.patch \ 19 file://0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch \ 21 SRC_URI:append:class-native = " \ [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-03-24 03:00:46.525-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-24 03:00:46.643-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-03-23 03:00:33.620-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-23 03:00:33.720-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |