Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/tests/uefi-test-tools/
H A DMakefile57 map_arm_to_uefi = $(subst arm,ARM,$(1))
58 map_aarch64_to_uefi = $(subst aarch64,AA64,$(call map_arm_to_uefi,$(1)))
59 map_loongarch64_to_uefi = $(subst loongarch64,LOONGARCH64,$(call map_aarch64_to_uefi,$(1)))
60 map_riscv64_to_uefi = $(subst riscv64,RISCV64,$(call map_loongarch64_to_uefi,$(1)))
61 map_i386_to_uefi = $(subst i386,IA32,$(call map_riscv64_to_uefi,$(1)))
62 map_x86_64_to_uefi = $(subst x86_64,X64,$(call map_i386_to_uefi,$(1)))
63 map_to_uefi = $(subst .,,$(call map_x86_64_to_uefi,$(1)))
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/
H A D0001-mk-compile.mk-remove-absolute-build-time-paths.patch46 - -D__FILE_ID__=$$(subst -,_,$$(subst /,_,$$(subst .,_,$1)))
47 + -D__FILE_ID__=$$(subst -,_,$$(subst /,_,$$(subst .,_,$$(patsubst $$(out-dir)/%,%,$1))))
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch21 $(fp128_softfp_src) : $(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@)) $(fp128_dep)
22 @src="$(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@))"; \
H A D0003-64-bit-multilib-hack.patch80 MULTILIB_OPTIONS = $(subst $(comma),/,$(TM_MULTILIB_CONFIG))
81 -MULTILIB_DIRNAMES = $(patsubst m%, %, $(subst /, ,$(MULTILIB_OPTIONS)))
96 -MIPS_EL = $(if $(filter %el, $(firstword $(subst -, ,$(target)))),el)
134 -MULTIARCH_DIRNAME := $(call if_multiarch,$(firstword $(subst -, ,$(target)))-linux-gnu)
135 +#MULTIARCH_DIRNAME := $(call if_multiarch,$(firstword $(subst -, ,$(target)))-linux-gnu)
/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 $<))
39 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath …
56 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__CMT_FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(absp…
73 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath …
88 -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath \$…
/openbmc/qemu/tests/tcg/
H A DMakefile.target173 strip-plugin = $(wordlist 1, 1, $(subst -with-, ,$1))
174 extract-plugin = $(wordlist 2, 2, $(subst -with-, ,$1))
175 extract-test = $(subst run-plugin-,,$(wordlist 1, 1, $(subst -with-, ,$1)))
/openbmc/u-boot/scripts/
H A DMakefile.lib100 name-fix = $(subst $(comma),_,$(subst -,_,$1))
167 $(wildcard $(dir $<)$(subst $\",,$(CONFIG_SYS_SOC))-u-boot.dtsi) \
H A DMakefile.build332 $(subst .h,.c,$@) $(subst .c,.h,$@)
395 $($(subst $(obj)/,,$(@:.o=-objs))) \
396 $($(subst $(obj)/,,$(@:.o=-y)))), $^)
H A DKbuild.include19 depfile = $(subst $(comma),_,$(dot-target).d)
31 escsq = $(subst $(squote),'\$(squote)',$1)
126 cc-option-align = $(subst -functions=0,,\
250 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
H A DMakefile.spl426 SHRUNK_ARCH_DTB = $(patsubst %,$(obj)/dts/%.dtb,$(subst ",,$(CONFIG_SPL_OF_LIST)))
/openbmc/u-boot/board/xilinx/microblaze-generic/
H A Dconfig.mk10 CPUFLAGS-$(subst 1,,$(CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL)) += -mxl-multiply-high
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-multilib-config.inc78 for subst in substs:
79 line = re.sub(subst[0], subst[1], line)
138 for subst in substs:
139 line = re.sub(subst[0], subst[1], line)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0003-handle-static-shared-only-build.patch34 @@ -23,7 +29,7 @@ prerequisites = $(subst .o,.d,$(objects)) $(addsuffix .d,$(binaries))
/openbmc/qemu/roms/
H A DMakefile3 vgabios_targets := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants)))
27 path := $(subst :, ,$(PATH))
35 find-cross-prefix = $(subst gcc,,$(notdir $(call find-cross-gcc,$(1))))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0001-nss-fix-support-cross-compiling.patch21 @@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s))
/openbmc/qemu/tests/docker/
H A DMakefile.include220 $(if $(NETWORK),$(if $(subst $(NETWORK),,1),--net=$(NETWORK)),--net=none) \
221 -e TARGET_LIST=$(subst $(SPACE),$(COMMA),$(TARGET_LIST)) \
/openbmc/u-boot/arch/arm/mach-k3/
H A Dconfig.mk71 $(patsubst %,$(obj)/dts/%.dtb,$(subst ",,$(CONFIG_SPL_OF_LIST))) > $@
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk107 $(patsubst %,-b arch/$(ARCH)/dts/%.dtb_HS,$(subst ",,$(CONFIG_OF_LIST)))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/
H A Dcross_ar.patch35 TAG = r$(subst .,-,$(VERSION))
/openbmc/qemu/
H A DMakefile3 ifneq ($(words $(subst :, ,$(CURDIR))), 1)
/openbmc/qemu/tests/
H A DMakefile.include108 @$(MAKE) SPEED=thorough $(subst -functional,-func,$@)
/openbmc/openbmc/poky/meta/recipes-kernel/perf/
H A Dperf.bb280 …cutable-or-default\,PYTHON\,$(subst -config\,\,$(PYTHON_AUTO))),$(notdir $(call get-executable-or-…
284 # srcdir_SQ = $(patsubst %tools/perf,tools/perf,$(subst ','\'',$(srcdir))),
288 …sed -i -e "s%srcdir_SQ = \$(subst ','\\\'',\$(srcdir))%srcdir_SQ = \$(patsubst \%tools/perf,tools/…
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/
H A DSConstruct.stop.creating.directories.without.sandbox-install.prefix.patch15 option.validator(option.key, env.subst('${%s}'%option.key), env)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch75 …reg_act = re.compile(r'(?P<backslash>\\)|(?P<dollar>\$\$)|(?P<subst>\$\{(?P<var>\w+)(?P<code>.*?)\…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch272 + This only gets called if the git-archive 'subst' keywords were *not*
1482 This only gets called if the git-archive 'subst' keywords were *not*
1884 This only gets called if the git-archive 'subst' keywords were *not*
2004 + for export-subst keyword substitution.
2028 - if "export-subst" in line.strip().split()[1:]:
2035 + if "export-subst" in line.strip().split()[1:]:
2042 - f.write("%s export-subst\n" % versionfile_source)
2045 + fobj.write(f"{versionfile_source} export-subst\n")
2478 + # .gitattributes to mark _version.py for export-subst keyword

12