Home
last modified time | relevance | path

Searched refs:toplevel (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A D0001-tftp-Mark-toplevel-definition-as-external.patch4 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 Dtftp-0.49-cmd_arg.patch70 sigjmp_buf toplevel;
/openbmc/u-boot/scripts/
H A Dfill_scrapyard.py93 toplevel = subprocess.check_output(['git', 'rev-parse',
99 toplevel = toplevel.rstrip()
103 os.chdir(toplevel)
H A Dmailmapper58 toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel'])
63 toplevel = toplevel.rstrip() variable
67 os.chdir(toplevel)
H A Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildcfg.py33 toplevel, _ = bb.process.run('git rev-parse --show-toplevel', cwd=path)
36 return toplevel.strip()
/openbmc/phosphor-dbus-interfaces/gen/
H A Dregenerate-meson3 REPO_ROOT=$(git rev-parse --show-toplevel)
/openbmc/phosphor-logging/gen/
H A Dregenerate-meson3 REPO_ROOT=$(git rev-parse --show-toplevel)
/openbmc/linux/fs/smb/client/
H A Dwinucase.c582 static const wchar_t *const toplevel[256] = { variable
636 tbl = toplevel[idx]; in cifs_toupper()
/openbmc/linux/scripts/
H A Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
/openbmc/u-boot/examples/standalone/
H A DMakefile45 ccflags-y += $(call cc-option,-fno-toplevel-reorder)
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dsbom.rst38 - 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 Dtest_build_time.sh182 gitroot=`git rev-parse --show-toplevel`
H A Dbuild-perf-test-wrapper.sh102 if ! git_topdir=$(git rev-parse --show-toplevel); then
/openbmc/linux/scripts/dtc/
H A Ddtx_diff149 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 Dconfig.mk9 PF_CPPFLAGS_X86 := $(call cc-option, -fno-toplevel-reorder, \
/openbmc/u-boot/doc/
H A DREADME.nand-boot-ppc44048 The main NAND U-Boot image is generated in the toplevel directory:
/openbmc/openbmc/poky/meta/classes/
H A Dgo-vendor.bbclass167 # 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 Dsocorro-syms.bbclass108 "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 Dtftp-hpa_5.2.bb31 file://0001-tftp-Mark-toplevel-definition-as-external.patch \
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py419 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 Drunning_tips.rst18 ( cd "$(git rev-parse --show-toplevel)" && ./tools/testing/kunit/kunit.py run "$@" )
/openbmc/linux/Documentation/arch/s390/
H A Ds390dbf.rst61 the debugfs-filesystem. Under the toplevel directory "``s390dbf``" there is
/openbmc/linux/Documentation/filesystems/
H A Dconfigfs.rst355 A subsystem consists of a toplevel config_group and a mutex.
/openbmc/qemu/docs/devel/
H A Dbuild-system.rst314 the toplevel dictionaries. For example::

12