| /openbmc/qemu/tests/uefi-test-tools/ |
| H A D | Makefile | 57 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 D | 0001-mk-compile.mk-remove-absolute-build-time-paths.patch | 46 - -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 D | 0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch | 21 $(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 D | 0003-64-bit-multilib-hack.patch | 80 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 D | 0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch | 18 $(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 D | Makefile.target | 173 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 D | Makefile.lib | 100 name-fix = $(subst $(comma),_,$(subst -,_,$1)) 167 $(wildcard $(dir $<)$(subst $\",,$(CONFIG_SYS_SOC))-u-boot.dtsi) \
|
| H A D | Makefile.build | 332 $(subst .h,.c,$@) $(subst .c,.h,$@) 395 $($(subst $(obj)/,,$(@:.o=-objs))) \ 396 $($(subst $(obj)/,,$(@:.o=-y)))), $^)
|
| H A D | Kbuild.include | 19 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 D | Makefile.spl | 426 SHRUNK_ARCH_DTB = $(patsubst %,$(obj)/dts/%.dtb,$(subst ",,$(CONFIG_SPL_OF_LIST)))
|
| /openbmc/u-boot/board/xilinx/microblaze-generic/ |
| H A D | config.mk | 10 CPUFLAGS-$(subst 1,,$(CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL)) += -mxl-multiply-high
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-multilib-config.inc | 78 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 D | 0003-handle-static-shared-only-build.patch | 34 @@ -23,7 +29,7 @@ prerequisites = $(subst .o,.d,$(objects)) $(addsuffix .d,$(binaries))
|
| /openbmc/qemu/roms/ |
| H A D | Makefile | 3 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 D | 0001-nss-fix-support-cross-compiling.patch | 21 @@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s))
|
| /openbmc/qemu/tests/docker/ |
| H A D | Makefile.include | 220 $(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 D | config.mk | 71 $(patsubst %,$(obj)/dts/%.dtb,$(subst ",,$(CONFIG_SPL_OF_LIST))) > $@
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | config_secure.mk | 107 $(patsubst %,-b arch/$(ARCH)/dts/%.dtb_HS,$(subst ",,$(CONFIG_OF_LIST)))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/ |
| H A D | cross_ar.patch | 35 TAG = r$(subst .,-,$(VERSION))
|
| /openbmc/qemu/ |
| H A D | Makefile | 3 ifneq ($(words $(subst :, ,$(CURDIR))), 1)
|
| /openbmc/qemu/tests/ |
| H A D | Makefile.include | 108 @$(MAKE) SPEED=thorough $(subst -functional,-func,$@)
|
| /openbmc/openbmc/poky/meta/recipes-kernel/perf/ |
| H A D | perf.bb | 280 …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 D | SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch | 15 option.validator(option.key, env.subst('${%s}'%option.key), env)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
| H A D | 0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch | 75 …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 D | 0001-Update-Versioneer-to-0.22.patch | 272 + 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
|