/openbmc/u-boot/tools/buildman/ |
H A D | toolchain.py | 1 # SPDX-License-Identifier: GPL-2.0+ 35 self.re_arch = re.compile('[-_]%s-' % arch) 47 class Toolchain: class 48 """A single toolchain 53 cross: Cross compile string, e.g. 'arm-linux-' 54 arch: Architecture of toolchain as determined from the first 55 component of the filename. E.g. arm-linux-gcc becomes arm 56 priority: Toolchain priority (0=highest, 20=lowest) 57 override_toolchain: Toolchain to use for sandbox, overriding the normal 62 """Create a new toolchain object. [all …]
|
H A D | bsettings.py | 1 # SPDX-License-Identifier: GPL-2.0+ 26 print 'To install tool chains, please use the --fetch-arch option' 74 print >>f, '''[toolchain] 76 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux 78 [toolchain-prefix] 80 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux- 82 [toolchain-alias] 83 # arch = alias 84 # Indicates which toolchain should be used to build for that arch 90 [make-flags] [all …]
|
H A D | README | 1 # SPDX-License-Identifier: GPL-2.0+ 6 Quick-start 12 cd /path/to/u-boot 14 buildman --fetch-arch arm 15 buildman -k rpi_2 17 # u-boot.bin is the output image 23 This tool handles building U-Boot to check that you have not broken it 26 to make full use of multi-processor machines. 38 where it left off. This should happen cleanly and without side-effects. 42 You may need to press Ctrl-C several times to quit it. Also it will print [all …]
|
H A D | test.py | 1 # SPDX-License-Identifier: GPL-2.0+ 24 import toolchain 31 [toolchain] 34 [toolchain-alias] 40 main.c:260:6: warning: unused variable 'joe' [-Wunused-variable] 50 (avoid_unnecessary_addr_size): /clocks: unnecessary #address-cells/#size-cells \ 53 '''powerpc-linux-ld: warning: dot moved backwards before `.bss' 54 powerpc-linux-ld: warning: dot moved backwards before `.bss' 55 powerpc-linux-ld: u-boot: section .text lma 0xfffc0000 overlaps previous sections 56 powerpc-linux-ld: u-boot: section .rodata lma 0xfffef3ec overlaps previous sections [all …]
|
H A D | func_test.py | 1 # SPDX-License-Identifier: GPL-2.0+ 18 import toolchain 23 [toolchain] 25 [toolchain-alias] 27 [make-flags] 30 vboot=VBOOT_DEBUG=1 MAKEFLAGS_VBOOT=DEBUG=1 CFLAGS_EXTRA_VBOOT=-DUNROLL_LOOPS VBOOT_SOURCE=${src}/p… 44 39403bb patman: Use --no-pager' to stop git from forking a pager 45 db6e6f2 patman: Remove the -a option 62 Besides, "-b <branch>" is not mandatory since commit fea5858e. 65 Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> [all …]
|
/openbmc/u-boot/ |
H A D | .travis.yml | 1 # SPDX-License-Identifier: GPL-2.0+ 4 # build U-Boot on Travis CI - https://travis-ci.org/ 14 - ubuntu-toolchain-r-test 15 - llvm-toolchain-trusty-7 17 - cppcheck 18 - sloccount 19 - sparse 20 - bc 21 - build-essential 22 - libsdl1.2-dev [all …]
|
H A D | README | 1 # SPDX-License-Identifier: GPL-2.0+ 3 # (C) Copyright 2000 - 2013 9 This directory contains the source code for U-Boot, a boot loader for 15 The development of U-Boot is closely related to Linux: some parts of 37 scattered throughout the U-Boot source identifying the people or 41 actual U-Boot source tree; however, it can be created dynamically 51 U-Boot, you should send a message to the U-Boot mailing list at 52 <u-boot@lists.denx.de>. There is also an archive of previous traffic 53 on the mailing list - please search the archive before asking FAQ's. 54 Please see http://lists.denx.de/pipermail/u-boot and [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | sdk.json | 4 "@alias": "sdk.sdk_runqemu.test_install_cross_toolchain_can_run_multiple_qemu_for_x86", 13 ….bz2: core-image-sato-sdk-qemux86.tar.bz2 \n \t\tii. kernel: bzImage-qemux86.bin \n \t\t… 17 …toolchain tarball matching your host from public autobuilder \n \ta. Goto https://autobuilder.y… 18 "expected_results": "Toolchain gets installed successfully." 21 … runqemu-extract-sdk core-image-sato-sdk-qemux86.tar.bz2 qemux86_rootfs_image1 \n … 25 …u <kernel-name> core-image-sato-sdk-qemux86.qemuboot.conf qemux86_rootfs_image1 \n …
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
H A D | 0003-rust.configure-do-not-try-to-find-a-suitable-upstrea.patch | 8 Upstream-Status: Inappropriate [oe-core specific] 9 Signed-off-by: Alexander Kanavin <alex@linutronix.de> 10 --- 11 build/moz.configure/rust.configure | 34 ++---------------------------- 12 1 file changed, 2 insertions(+), 32 deletions(-) 14 diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure 16 --- a/build/moz.configure/rust.configure 18 @@ -486,33 +486,7 @@ def assert_rust_compile(host_or_target, rustc_target, rustc): 22 - rustc_target = detect_rustc_target( 23 - host, compiler_info, arm_target, rust_supported_targets [all …]
|
/openbmc/linux/include/crypto/ |
H A D | algapi.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Cryptographic API for algorithms (i.e., low-level API). 33 #define CRYPTO_DMA_PADDING ((CRYPTO_DMA_ALIGN - 1) & ~(CRYPTO_MINALIGN - 1)) 39 * This uses __MODULE_INFO directly instead of MODULE_ALIAS because pre-4.3 40 * gcc (e.g. avr32 toolchain) uses __LINE__ for uniqueness, and this macro 42 * alias. 45 __MODULE_INFO(alias, alias_userspace, name); \ 46 __MODULE_INFO(alias, alias_crypto, "crypto-" name) 179 return queue->qlen; in crypto_queue_len() 186 return tfm->__crt_ctx; in crypto_tfm_ctx() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-14.2.inc | 1 require gcc-common.inc 13 DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" 14 NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" 16 LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only" 27 #BASEURI ?= "https://git.linaro.org/toolchain/gcc.git/snapshot/gcc-${RELEASE}.tar.gz" 28 #SOURCEDIR = "gcc-${RELEASE}" 29 #BASEURI ?= "https://repo.or.cz/official-gcc.git/snapshot/${RELEASE}.tar.gz;downloadfilename=gcc-${… 30 #SOURCEDIR ?= "official-gcc-${@'${RELEASE}'[0:7]}" 34 #RELEASE ?= "14-20240504" 35 #BASEURI ?= "https://gcc.gnu.org/pub/gcc/snapshots/${RELEASE}/gcc-${RELEASE}.tar.xz" [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.modpost | 1 # SPDX-License-Identifier: GPL-2.0 22 # - Kernel release 23 # - SMP is CONFIG_SMP 24 # - PREEMPT is CONFIG_PREEMPT[_RT] 25 # - GCC Version 27 # - Module version (MODULE_VERSION) 28 # - Module alias'es (MODULE_ALIAS) 29 # - Module license (MODULE_LICENSE) 30 # - See include/linux/module.h for more details 43 modpost-args = \ [all …]
|
/openbmc/linux/arch/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 20 menu "General architecture-dependent options" 25 Select if the architecture can check permissions at sub-page 71 for kernel debugging, non-intrusive instrumentation and testing. 80 makes certain almost-always-true or almost-always-false branch 83 Certain performance-sensitive kernel code, such as trace points, 97 ( On 32-bit x86, the necessary options added to the compiler 104 Boot time self-test of the branch patching code. 110 Boot time self-test of the call patching code. 130 Uprobes is the user-space counterpart to kprobes: they [all …]
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | distro_alias.inc | 4 # name is the major distribution equivalent to the name used in oe-core 8 # DISTRO_PN_ALIAS:pn-<recipe name> = "Distro1=<pkgname> Distro2=<pkgname>" 12 DISTRO_PN_ALIAS:pn-alsa-state = "OE-Core" 13 DISTRO_PN_ALIAS:pn-alsa-utils-alsaconf = "OE-Core" 14 DISTRO_PN_ALIAS:pn-alsa-utils-scripts = "OE-Core" 15 DISTRO_PN_ALIAS:pn-atk = "Fedora=atk OpenSuSE=atk" 16 DISTRO_PN_ALIAS:pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover" 17 DISTRO_PN_ALIAS:pn-babeltrace = "OSPDT" 18 DISTRO_PN_ALIAS:pn-babeltrace2 = "OSPDT" 19 DISTRO_PN_ALIAS:pn-bjam = "OpenSuSE=boost-jam Debian=bjam" [all …]
|
H A D | maintainers.inc | 1 # Yocto Project / OpenEmbedded-Core (OE-Core) Maintainers File 6 # OE-Core mail list (openembedded-core@lists.openembedded.org) 7 # For recipes in meta-yocto please use the Poky list (poky@lists.yoctoproject.org) 14 # - look in the Yocto Project Bugzilla 18 # - look through recent entries of the appropriate mailing list archives 19 # (http://lists.linuxtogo.org/pipermail/openembedded-core or 26 # RECIPE_MAINTAINER:pn-<recipe name> = "Full Name <address@domain>" 30 RECIPE_MAINTAINER:pn-acl = "Chen Qi <Qi.Chen@windriver.com>" 31 RECIPE_MAINTAINER:pn-acpica = "Ross Burton <ross.burton@arm.com>" 32 RECIPE_MAINTAINER:pn-acpid = "Ross Burton <ross.burton@arm.com>" [all …]
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | documentation.conf | 3 # Mail your changes to openembedded-devel@openembedded.org 8 do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' … 17 do_configure[doc] = "Configures the source by enabling and disabling any build-time and configurati… 26 do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel" 27 do_kernel_configcheck[doc] = "Validates the kernel configuration for a linux-yocto style kernel" 28 do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel" 45 do_rm_work_all[doc] = "Top-level task for removing work files after the build system has finished w… 54 do_uboot_mkimage[doc] = "Creates a uImage file from the kernel for the U-Boot bootloader" 56 …meta branches are on the locations specified by their SRCREV values for a linux-yocto style kernel" 94 BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | devtool-reference.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 The ``devtool`` command-line tool provides a number of features that 14 SDK, see the ":doc:`/sdk-manual/extensible`" chapter in the Yocto 18 .. _devtool-getting-help: 24 has a number of sub-commands for each function. You can run 25 ``devtool --help`` to see all the commands:: 27 $ devtool --help 29 …usage: devtool [--basepath BASEPATH] [--bbpath BBPATH] [-d] [-q] [--color COLOR] [-h] <subcommand>… 34 --basepath BASEPATH Base directory of SDK / build directory 35 --bbpath BBPATH Explicitly specify the BBPATH, rather than getting it from the metadata [all …]
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 10 -------------------------------------- 12 ``-hdachs`` (removed in 2.12) 15 The geometry defined by ``-hdachs c,h,s,t`` should now be specified via 16 ``-device ide-hd,drive=dr,cyls=c,heads=h,secs=s,bios-chs-trans=t`` 17 (together with ``-drive if=none,id=dr,...``). 19 ``-net channel`` (removed in 2.12) 22 This option has been replaced by ``-net user,guestfwd=...``. 24 ``-net dump`` (removed in 2.12) 27 ``-net dump[,vlan=n][,file=filename][,len=maxlen]`` has been replaced by 28 ``-object filter-dump,id=id,netdev=dev[,file=filename][,maxlen=maxlen]``. [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 ---------------------------------- 9 - Linux kernel 6.1, glibc 2.37 and ~350 other recipe upgrades 11 - Python 3.8+ and GCC 8.0+ are now the minimum required versions on the build host. 15 - BitBake in this release now supports a new ``addpylib`` directive to enable 17 see :ref:`bitbake-user-manual/bitbake-user-manual-metadata:extending python library code`. 24 - BitBake has seen multiple internal changes that may improve 27 - BitBake's Cooker server is now multithreaded. 29 - Ctrl+C can now be used to interrupt some long-running operations 32 - BitBake's cache has been extended to include more hash [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30.py | 7 # SPDX-License-Identifier: MIT 116 UTC_FORMAT_STR = "%Y-%m-%dT%H:%M:%SZ" 117 REGEX = r"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(Z|[+-]\d{2}:\d{2})?$" 136 seconds = offset % timedelta(minutes=-1 if offset.total_seconds() < 0 else 1) 138 offset = offset - seconds 168 REGEX = r"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(Z|[+-]\d{2}:\d{2})$" 326 # De-duplicate IDs 1150 self.missing_ids -= NAMED_INDIVIDUALS 1228 # Remove blank node ID for re-assignment 1374 The returned string should be either a fully-qualified IRI, or a blank [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-03-17 03:00:37.547-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-17 03:00:37.671-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-16 03:00:36.730-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-16 03:00:36.828-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
/openbmc/linux/ |
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...] |
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...] |