/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | 0001-tftp-Mark-toplevel-definition-as-external.patch | 4 Subject: [PATCH] tftp: Mark toplevel definition as external 7 multiple definition of `toplevel'; tftp.o:/usr/src/debug/tftp-hpa/5.2-r0/tftp-hpa-5.2/tftp/tftp.c:5… 23 -sigjmp_buf toplevel; 24 +extern sigjmp_buf toplevel;
|
H A D | tftp-0.49-cmd_arg.patch | 70 sigjmp_buf toplevel;
|
/openbmc/u-boot/scripts/ |
H A D | fill_scrapyard.py | 93 toplevel = subprocess.check_output(['git', 'rev-parse', 99 toplevel = toplevel.rstrip() 103 os.chdir(toplevel)
|
H A D | mailmapper | 58 toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel']) 63 toplevel = toplevel.rstrip() variable 67 os.chdir(toplevel)
|
H A D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildcfg.py | 33 toplevel, _ = bb.process.run('git rev-parse --show-toplevel', cwd=path) 36 return toplevel.strip()
|
/openbmc/phosphor-dbus-interfaces/gen/ |
H A D | regenerate-meson | 3 REPO_ROOT=$(git rev-parse --show-toplevel)
|
/openbmc/phosphor-logging/gen/ |
H A D | regenerate-meson | 3 REPO_ROOT=$(git rev-parse --show-toplevel)
|
/openbmc/linux/fs/smb/client/ |
H A D | winucase.c | 582 static const wchar_t *const toplevel[256] = { variable 636 tbl = toplevel[idx]; in cifs_toupper()
|
/openbmc/linux/scripts/ |
H A D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
|
/openbmc/u-boot/examples/standalone/ |
H A D | Makefile | 45 ccflags-y += $(call cc-option,-fno-toplevel-reorder)
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | sbom.rst | 38 - This toplevel file is accompanied by an ``IMAGE-MACHINE.spdx.index.json`` 57 Though the toplevel :term:`SPDX` output is available in
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | test_build_time.sh | 182 gitroot=`git rev-parse --show-toplevel`
|
H A D | build-perf-test-wrapper.sh | 102 if ! git_topdir=$(git rev-parse --show-toplevel); then
|
/openbmc/linux/scripts/dtc/ |
H A D | dtx_diff | 149 git_root=`git rev-parse --show-toplevel 2>/dev/null` 214 git_root=`git rev-parse --show-toplevel 2>/dev/null`
|
/openbmc/u-boot/arch/x86/ |
H A D | config.mk | 9 PF_CPPFLAGS_X86 := $(call cc-option, -fno-toplevel-reorder, \
|
/openbmc/u-boot/doc/ |
H A D | README.nand-boot-ppc440 | 48 The main NAND U-Boot image is generated in the toplevel directory:
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | go-vendor.bbclass | 167 # Remove toplevel dir 178 # Add toplevel dirs into vendored dir, as we want to keep them
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | socorro-syms.bbclass | 108 "git rev-parse --show-toplevel", os.path.dirname(source_file_path)) 178 "git rev-parse --show-toplevel", source_file_dir)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/ |
H A D | tftp-hpa_5.2.bb | 31 file://0001-tftp-Mark-toplevel-definition-as-external.patch \
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | git.py | 419 toplevel = output.rstrip() 421 if not bb.utils.path_is_descendant(toplevel, ud.clonedir): 422 ….warning("Top level directory '%s' is not a descendant of '%s'. Re-cloning", toplevel, ud.clonedir)
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | running_tips.rst | 18 ( cd "$(git rev-parse --show-toplevel)" && ./tools/testing/kunit/kunit.py run "$@" )
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | s390dbf.rst | 61 the debugfs-filesystem. Under the toplevel directory "``s390dbf``" there is
|
/openbmc/linux/Documentation/filesystems/ |
H A D | configfs.rst | 355 A subsystem consists of a toplevel config_group and a mutex.
|
/openbmc/qemu/docs/devel/ |
H A D | build-system.rst | 294 the toplevel dictionaries. For example::
|