Home
last modified time | relevance | path

Searched refs:srctree (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/u-boot/board/synopsys/axs10x/
H A Dconfig.mk7 $(Q)python3 $(srctree)/board/$(BOARDDIR)/headerize-axs.py \
11 --image $(srctree)/u-boot.bin \
12 --elf $(srctree)/u-boot
14 $(Q)python3 $(srctree)/board/$(BOARDDIR)/headerize-axs.py \
18 --image $(srctree)/u-boot.bin \
19 --elf $(srctree)/u-boot
22 -d $(srctree)/u-boot-update.txt \
23 $(srctree)/u-boot-update.img &> /dev/null
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_npm.py88 def _run_npm_install(self, d, srctree, registry, dev): argument
96 bb.utils.remove(os.path.join(srctree, "node_modules"), recurse=True)
99 env.run("npm install", workdir=srctree)
101 def _generate_shrinkwrap(self, d, srctree, dev): argument
106 env.run("npm shrinkwrap", workdir=srctree)
108 return os.path.join(srctree, "npm-shrinkwrap.json")
110 def _handle_licenses(self, srctree, shrinkwrap_file, dev): argument
121 with open(os.path.join(srctree, package_json), "r") as f:
130 basedir = os.path.join(srctree, destdir)
159 _get_package_licenses(srctree, "${PN}")
[all …]
H A Dcreate_buildsys.py29 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
33 if RecipeHandler.checkfiles(srctree, ['CMakeLists.txt']):
35 values = CmakeRecipeHandler.extract_cmake_deps(lines_before, srctree, extravalues)
47 def extract_cmake_deps(outlines, srctree, extravalues, cmakelistsfile=None): argument
61 srcfiles = RecipeHandler.checkfiles(srctree, ['CMakeLists.txt'])
170 … if handler.process_line(srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values):
216 … if handler.process_findpackage(srctree, fn, pkg, deps, outlines, inherits, values):
272 handler.post_process(srctree, libdeps, pcdeps, deps, outlines, inherits, values)
282 def process_line(self, srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values): argument
289 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
[all …]
H A Dcreate_kernel.py22 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
28 if not os.path.exists(os.path.join(srctree, tell)):
40 stdout, _ = bb.process.run('git rev-parse HEAD', cwd=srctree, shell=True)
46 makefile = os.path.join(srctree, 'Makefile')
H A Dcreate_go.py505 def __go_handle_dependencies(self, go_mod, srctree, localfilesdir, extravalues, d): argument
537 if os.path.exists(os.path.join(srctree, path)):
588 def __go_mod_patch(self, srctree, localfilesdir, extravalues, d): argument
594 (go_native_version_major, go_native_version_minor), srctree, d)
595 stdout, _ = self.__go_run_cmd("go mod edit -json", srctree, d)
598 self.__go_run_cmd("git diff go.mod > %s" % (patchfilename), srctree, d)
600 self.__go_run_cmd("git checkout HEAD go.mod go.sum", srctree, d)
604 shutil.move(os.path.join(srctree, patchfilename), tmpfile)
610 def __go_mod_vendor(self, go_mod, srctree, localfilesdir, extravalues, d): argument
616 "go mod vendor -v -o %s" % (tmp_vendor_dir), srctree, d)
[all …]
/openbmc/u-boot/board/synopsys/hsdk/
H A Dconfig.mk6 $(Q)python3 $(srctree)/board/$(BOARDDIR)/headerize-hsdk.py \
7 --arc-id 0x52 --image $(srctree)/u-boot.bin \
8 --elf $(srctree)/u-boot
10 -d $(srctree)/u-boot-update.txt \
11 $(srctree)/u-boot-update.scr &> /dev/null
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py39 if not args.recipename and not args.srctree and not args.fetch and not args.fetchuri:
51 elif scriptutils.is_src_url(args.srctree):
55 args.fetchuri = args.srctree
56 args.srctree = ''
57 elif args.recipename and not args.srctree:
59 args.srctree = args.recipename
70 if args.srctree and os.path.isfile(args.srctree):
71 args.fetchuri = 'file://' + os.path.abspath(args.srctree)
72 args.srctree = ''
89 if args.srctree:
[all …]
H A Dupgrade.py34 srctree = tmpdir
37 srctree = os.path.join(tmpdir, dirs[0])
40 return srctree
93 def _write_append(rc, srctreebase, srctree, same_dir, no_same_dir, revs, copied, workspace, d): argument
104 srctree = os.path.abspath(srctree)
117 f.write('EXTERNALSRC:pn-%s = "%s"\n' % (pn, srctree))
120 f.write('EXTERNALSRC_BUILD:pn-%s = "%s"\n' % (pn, srctree))
130 def _cleanup_on_error(rd, srctree): argument
133 srctree = os.path.abspath(srctree)
134 if os.path.exists(srctree):
[all …]
/openbmc/u-boot/tools/
H A Dimx8m_image.sh13 tmp=$srctree/$f
32 if [ -f $srctree/lpddr4_pmu_train_1d_imem.bin ]; then
33 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_1d_imem.bin l…
34 …objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_1d_dmem.bin l…
35 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_2d_imem.bin l…
37 …cat lpddr4_pmu_train_2d_imem_pad.bin $srctree/lpddr4_pmu_train_2d_dmem.bin > lpddr4_pmu_train_2d_f…
H A DMakefile237 LOGO_BMP= $(srctree)/$(src)/logos/denx.bmp
240 ifneq ($(wildcard $(srctree)/$(src)/logos/$(BOARD).bmp),)
241 LOGO_BMP= $(srctree)/$(src)/logos/$(BOARD).bmp
243 ifneq ($(wildcard $(srctree)/$(src)/logos/$(VENDOR).bmp),)
244 LOGO_BMP= $(srctree)/$(src)/logos/$(VENDOR).bmp
255 HOST_EXTRACFLAGS += -include $(srctree)/include/compiler.h \
257 -I$(srctree)/scripts/dtc/libfdt \
258 -I$(srctree)/tools \
/openbmc/u-boot/scripts/kconfig/
H A DMakefile51 $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
71 --files-from=$(srctree)/scripts/kconfig/POTFILES.in \
72 --directory=$(srctree) --directory=$(objtree) \
75 $(Q)(for i in `ls $(srctree)/arch/*/Kconfig \
76 $(srctree)/arch/*/um/Kconfig`; \
118 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
123 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
134 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
138 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
139 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
[all …]
/openbmc/u-boot/Documentation/
H A DMakefile11 _SPHINXDIRS = $(patsubst $(srctree)/Documentation/%/conf.py,%,$(wildcard $(srctree)/Documentation…
37 KERNELDOC = $(srctree)/scripts/kernel-doc
38 KERNELDOC_CONF = -D kerneldoc_srctree=$(srctree) -D kerneldoc_bin=$(KERNELDOC)
57 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
60 -c $(abspath $(srctree)/$(src)) \
64 $(abspath $(srctree)/$(src)/$5) \
101 $(Q)cd $(srctree);scripts/documentation-file-ref-check
/openbmc/u-boot/board/xilinx/zynq/
H A DMakefile10 PS_INIT_FILE := $(shell cd $(srctree); readlink -f $(CONFIG_XILINX_PS_INIT_FILE))
13 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
18 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/ps7_init_gpl.c),\
23 ifneq ($(wildcard $(srctree)/$(src)/ps7_init_gpl.c),)
41 CFLAGS_ps7_init_gpl.o := -I$(srctree)/$(src)
/openbmc/u-boot/board/xilinx/zynqmp/
H A DMakefile10 PS_INIT_FILE := $(shell cd $(srctree); readlink -f $(CONFIG_XILINX_PS_INIT_FILE))
13 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
18 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/psu_init_gpl.c),\
23 ifneq ($(wildcard $(srctree)/$(src)/psu_init_gpl.c),)
46 CFLAGS_psu_init_gpl.o := -I$(srctree)/$(src)
/openbmc/u-boot/scripts/
H A Dsetlocalversion18 srctree=.
24 srctree=$1
36 cd "$srctree"
156 if test ! "$srctree" -ef .; then
157 res="$res$(collect_files "$srctree"/localversion*)"
H A DMakefile.spl20 include $(srctree)/scripts/Kbuild.include
55 include $(srctree)/config.mk
56 include $(srctree)/arch/$(ARCH)/Makefile
58 include $(srctree)/scripts/Makefile.lib
69 HAVE_VENDOR_COMMON_LIB = $(if $(wildcard $(srctree)/board/$(VENDOR)/common/Makefile),y,n)
118 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_$(SPL_TPL_)LDSCRIPT:"%"=%))
123 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_SPL_LDSCRIPT:"%"=%))
128 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot-spl.lds
131 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot-spl.lds
134 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds
[all …]
H A DMakefile.autoconf35 $(if $(KBUILD_SRC), -I$(srctree)/include) \
36 -I$(srctree)/arch/$(ARCH)/include \
37 -include $(srctree)/include/linux/kconfig.h
44 -MQ include/config/auto.conf $(srctree)/include/common.h > $@ || { \
59 sed -n -f $(srctree)/tools/scripts/define2mk.sed $< | \
69 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM $(srctree)/include/common.h > $@.tmp && { \
H A Dcheck-config.sh31 srctree="$3"
47 cat `find ${srctree} -name "Kconfig*"` |sed -n \
/openbmc/u-boot/
H A Dconfig.mk45 sinclude $(srctree)/arch/$(ARCH)/config.mk # include architecture dependend rules
46 sinclude $(srctree)/$(CPUDIR)/config.mk # include CPU specific rules
49 sinclude $(srctree)/$(CPUDIR)/$(SOC)/config.mk # include SoC specific rules
59 sinclude $(srctree)/board/$(BOARDDIR)/config.mk # include board specific rules
H A DMakefile203 srctree := . macro
207 srctree := .. macro
209 srctree := $(KBUILD_SRC) macro
213 src := $(srctree)
216 VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD))
218 export srctree objtree VPATH
434 $(Q)ln -fsn $(srctree) source
435 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile \
436 $(srctree) $(objtree) $(VERSION) $(PATCHLEVEL)
487 $(MAKE) -f $(srctree)/Makefile $$i; \
[all …]
/openbmc/openbmc/poky/scripts/contrib/
H A Ddevtool-stress.py115 srctree = os.path.join(tmpdir, pn)
117 bb.process.run('devtool extract %s %s' % (pn, srctree))
126 if os.path.exists(srctree):
127 shutil.rmtree(srctree)
162 srctree = os.path.join(tmpdir, pn)
164 bb.process.run('devtool modify -x %s %s' % (pn, srctree))
189 if os.path.exists(srctree):
190 shutil.rmtree(srctree)
/openbmc/u-boot/arch/arm/mach-socfpga/
H A DMakefile61 CFLAGS_wrap_iocsr_config.o += -I$(srctree)/board/$(BOARDDIR)
62 CFLAGS_wrap_pinmux_config.o += -I$(srctree)/board/$(BOARDDIR)
63 CFLAGS_wrap_pll_config.o += -I$(srctree)/board/$(BOARDDIR)
64 CFLAGS_wrap_sdram_config.o += -I$(srctree)/board/$(BOARDDIR)
/openbmc/u-boot/board/freescale/imx8mq_evk/
H A DREADME12 Note: srctree is U-Boot source directory
16 $ cp build/imx8mq/release/bl31.bin $(srctree)
23 $ cp firmware-imx-7.9/firmware/hdmi/cadence/signed_hdmi_imx8m.bin $(srctree)
24 $ cp firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(srctree)
/openbmc/u-boot/Documentation/media/
H A DMakefile3 SRC_DIR=$(srctree)/Documentation/media
4 PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl
5 API = $(srctree)/include
/openbmc/u-boot/drivers/bios_emulator/
H A DMakefile13 ccflags-y := -I$(srctree)/$(src) -I$(srctree)/$(src)/include \

123