Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 25 of 179) sorted by relevance

12345678

/openbmc/u-boot/Documentation/
H A DMakefile54 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
55 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media $2 && \
57 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
60 -c $(abspath $(srctree)/$(src)) \
61 -d $(abspath $(BUILDDIR)/.doctrees/$3) \
64 $(abspath $(srctree)/$(src)/$5) \
65 $(abspath $(BUILDDIR)/$3/$4)
105 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media clean
/openbmc/linux/Documentation/
H A DMakefile82 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
83 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2…
85 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
90 -c $(abspath $(srctree)/$(src)) \
91 -d $(abspath $(BUILDDIR)/.doctrees/$3) \
94 $(abspath $(srctree)/$(src)/$5) \
95 $(abspath $(BUILDDIR)/$3/$4) && \
97 …cp $(if $(patsubst /%,,$(DOCS_CSS)),$(abspath $(srctree)/$(DOCS_CSS)),$(DOCS_CSS)) $(BUILDDIR)/$3/…
166 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
/openbmc/qemu/hw/xen/
H A Dxen_pvdev.c73 char abspath[XEN_BUFSIZE]; in xenstore_write_str() local
75 snprintf(abspath, sizeof(abspath), "%s/%s", base, node); in xenstore_write_str()
76 if (!qemu_xen_xs_write(xenstore, 0, abspath, val, strlen(val))) { in xenstore_write_str()
84 char abspath[XEN_BUFSIZE]; in xenstore_read_str() local
88 snprintf(abspath, sizeof(abspath), "%s/%s", base, node); in xenstore_read_str()
89 str = qemu_xen_xs_read(xenstore, 0, abspath, &len); in xenstore_read_str()
/openbmc/linux/drivers/hid/bpf/entrypoints/
H A DMakefile3 abs_out := $(abspath $(OUTPUT))
9 TOOLS_PATH := $(abspath ../../../../tools)
29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
80 OUTPUT=$(abspath $(dir $@))/ prefix= \
81 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
/openbmc/linux/tools/bpf/resolve_btfids/
H A DMakefile5 srctree := $(abspath $(CURDIR)/../../../)
36 LIBBPF_OUT := $(abspath $(dir $(BPFOBJ)))/
38 SUBCMD_OUT := $(abspath $(dir $(SUBCMDOBJ)))/
60 $(abspath $@) install_headers
65 $(abspath $@) install_headers
/openbmc/linux/kernel/bpf/preload/iterators/
H A DMakefile3 abs_out := $(abspath $(OUTPUT))
9 TOOLS_PATH := $(abspath ../../../../tools)
63 OUTPUT=$(abspath $(dir $@))/ prefix= \
64 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptpath.py14 basepath = os.path.abspath(os.path.dirname(__file__) + '/../..')
19 basepath = os.path.abspath(os.path.dirname(__file__) + '/../..')
27 bitbakepath = os.path.abspath(os.path.join(pth, '..'))
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dbuildconf.py43 for (abspath, relpath) in relpaths_to_oecore:
44 bblayers_data = bblayers_data.replace(abspath, "##OEROOT##/" + relpath)
66 if os.path.abspath(l[0]) == os.path.abspath(args.layerpath):
/openbmc/linux/samples/hid/
H A DMakefile3 HID_SAMPLES_PATH ?= $(abspath $(srctree)/$(src))
14 LIBBPF_OUTPUT = $(abspath $(HID_SAMPLES_PATH))/libbpf
122 BPFTOOL_OUTPUT := $(abspath $(HID_SAMPLES_PATH))/bpftool
165 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \
166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
167 $(abspath ./vmlinux)
168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/openbmc/linux/tools/bpf/runqslower/
H A DMakefile4 OUTPUT ?= $(abspath .output)/
9 LIBBPF_SRC := $(abspath ../../lib/bpf)
14 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../include/uapi)
90 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch18 $(subst /yocto/upstream/build/tmp/work/cortexa57-poky-linux/fluentbit/3.1.9/git/,,$(abspath $<))
41 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath
60 …_FLAGS "${CMAKE_C_FLAGS} -D__CMT_FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath $$<))\"'")
79 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath
96 -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath \$…
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..)
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/
H A Dcontext.py11 esdk_files_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "files")
29 [os.path.join(os.path.abspath(os.path.dirname(__file__)), 'cases')]
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-test41 log.debug("Acquiring lock %s", os.path.abspath(lock_f.name))
128 type=os.path.abspath,
131 metavar='FILENAME', type=os.path.abspath,
134 type=os.path.abspath,
H A Doe-setup-build14 return os.path.abspath(os.path.join(os.path.dirname(__file__), '.oe-layers.json'))
91 coredir = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '..'))
92 … cmd_base = ". {} {}".format(os.path.join(coredir, 'oe-init-build-env'), os.path.abspath(builddir))
/openbmc/openbmc/poky/bitbake/bin/
H A Dtoaster-eventreplay28 from os.path import join, dirname, abspath
29 sys.path.insert(0, join(dirname(dirname(abspath(__file__))), 'lib'))
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dcommon.py21 directory = os.path.dirname(os.path.abspath(__file__))
29 directory = os.path.dirname(os.path.abspath(__file__))
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dpatchtest_parser.py19 default_testdir = os.path.abspath(os.path.dirname(__file__) + "/tests")
20 default_repodir = os.path.abspath(os.path.dirname(__file__) + "/../../..")
H A Drepo.py55 …self.repo.git.execute(['git', 'apply', '--check', os.path.abspath(self.patch.path)], with_exceptio…
79 self.repo.git.execute(['git', 'am', '--keep-cr', os.path.abspath(self.patch.path)])
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py162 orig_cwd = os.path.abspath(os.curdir)
230 os.path.abspath(PatchtestParser.repodir), patch.path
236 os.path.abspath(PatchtestParser.repodir), patch.path
242 os.path.abspath(PatchtestParser.repodir), patch.path
/openbmc/openbmc/poky/scripts/contrib/
H A Dlist-packageconfig-flags.py17 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0])))
18 lib_path = os.path.abspath(scripts_path + '/../lib')
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py352 fn = os.path.abspath(fn)
358 f = os.path.abspath(f)
366 if os.path.abspath(event['file']) == fn:
376 … if newvalue == value and os.path.abspath(event['file']) == fn and event['op'].startswith(':'):
412 localpaths.append(os.path.abspath(pth))
428 bb_dir = os.path.abspath(os.path.dirname(d.getVar('FILE'))) + os.sep
432 …includes = [os.path.abspath(path) for path in d.getVar('BBINCLUDED').split() if os.path.exists(pat…
553 destdir = os.path.abspath(destdir)
618 destlayerdir = os.path.abspath(destlayerdir)
734 layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS').split()]
[all …]
/openbmc/linux/samples/bpf/
H A DMakefile3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src))
52 LIBBPF_OUTPUT = $(abspath $(BPF_SAMPLES_PATH))/libbpf
259 BPFTOOL_OUTPUT := $(abspath $(BPF_SAMPLES_PATH))/bpftool
324 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \
325 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
326 $(abspath ./vmlinux)
327 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dnewappend.py53 layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS').split()]
54 if not os.path.abspath(args.destlayer) in layerdirs:
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool139 workspacedir = os.path.abspath(args.layerpath)
141 workspacedir = os.path.abspath(os.path.join(basepath, 'workspace'))
200 if os.path.abspath(workspacedir) != os.path.abspath(config.workspace_path):
218 basepath = os.path.dirname(os.path.abspath(__file__))

12345678