/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/ |
H A D | config.yaml | 114 Prereqs: 145 Prereqs: 176 Prereqs: 207 Prereqs: 238 Prereqs: 269 Prereqs: 300 Prereqs: 331 Prereqs: 362 Prereqs: 393 Prereqs: [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/ |
H A D | p10bmc-ipmi-sensors.yaml | 19 Prereqs: 49 Prereqs: 79 Prereqs: 109 Prereqs: 139 Prereqs: 169 Prereqs: 199 Prereqs: 229 Prereqs: 259 Prereqs: 289 Prereqs: [all …]
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/ |
H A D | romulus-ipmi-sensors.yaml | 95 Prereqs: 125 Prereqs: 155 Prereqs: 185 Prereqs: 215 Prereqs: 245 Prereqs: 275 Prereqs: 305 Prereqs: 335 Prereqs: 365 Prereqs: [all …]
|
/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/ |
H A D | palmetto-ipmi-sensors.yaml | 89 Prereqs: 119 Prereqs: 149 Prereqs: 179 Prereqs: 210 Prereqs: 241 Prereqs: 272 Prereqs: 303 Prereqs: 334 Prereqs: 365 Prereqs: [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.lib | 320 cmd_ld = $(LD) $(ld_flags) $(real-prereqs) -o $@ 326 cmd_ar = rm -f $@; $(AR) cDPrsT $@ $(real-prereqs) 338 cmd_gzip = cat $(real-prereqs) | $(KGZIP) -n -f -9 > $@ 399 # Do not replace $(filter %.dtb %.dtbo, $^) with $(real-prereqs). When a single 437 for F in $(real-prereqs); do \ 454 cmd_bzip2 = cat $(real-prereqs) | $(KBZIP2) -9 > $@ 457 cmd_bzip2_with_size = { cat $(real-prereqs) | $(KBZIP2) -9; $(size_append); } > $@ 463 cmd_lzma = cat $(real-prereqs) | $(LZMA) -9 > $@ 466 cmd_lzma_with_size = { cat $(real-prereqs) | $(LZMA) -9; $(size_append); } > $@ 469 cmd_lzo = cat $(real-prereqs) | $(KLZOP) -9 > $@ [all …]
|
H A D | Kbuild.include | 53 real-prereqs = $(filter-out $(PHONY), $^) 174 # $(savedcmd_$@) gets empty. Then, target will be built even if $(newer-prereqs) 193 # If there is no prerequisite other than phony targets, $(newer-prereqs) becomes 195 newer-prereqs = $(filter-out $(PHONY),$?) 201 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE) 246 $(if $(newer-prereqs),- due to: $(newer-prereqs), \
|
H A D | Makefile.modfinal | 49 # Same as newer-prereqs, but allows to exclude specified extra dependencies 61 +$(if $(newer-prereqs),$(call cmd,btf_ko))
|
H A D | Makefile.vmlinux_o | 18 $(PERL) $(real-prereqs) > $@
|
H A D | Makefile.build | 399 $(if $(real-prereqs), printf "$(obj)/%s " $(patsubst $(obj)/%,%,$(real-prereqs)) | xargs) \ 413 cmd_modules_order = { $(foreach m, $(real-prereqs), \
|
H A D | Makefile.modpost | 84 for f in $(real-prereqs); do \
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | sensor-example.yaml | 54 #Prereqs are pre-requisites for this property value to be true. 55 Prereqs: 145 Prereqs: 191 Prereqs:
|
H A D | writesensor.mako.cpp | 115 preReq = property_value["Prereqs"]
|
/openbmc/linux/arch/arm64/tools/ |
H A D | Makefile | 15 cmd_gen_cpucaps = mkdir -p $(dir $@); $(AWK) -f $(real-prereqs) > $@ 18 cmd_gen_sysreg = mkdir -p $(dir $@); $(AWK) -f $(real-prereqs) > $@
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/ |
H A D | config.yaml | 102 Prereqs: 128 Prereqs: 154 Prereqs: 198 Prereqs:
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/ |
H A D | acx22-ipmi-sensors-mrw.yaml | 29 Prereqs: 55 Prereqs: 97 Prereqs: 175 Prereqs:
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmtpm2tss/ |
H A D | ibmtpm2tss_2.2.0.bb | 21 file://0001-utils-12-Makefile.am-expand-wildcards-in-prereqs.patch \
|
/openbmc/linux/arch/arm/tools/ |
H A D | Makefile | 35 cmd_gen_mach = $(AWK) -f $(real-prereqs) > $@
|
/openbmc/qemu/ |
H A D | Makefile | 45 include Makefile.prereqs 46 Makefile.prereqs: config-host.mak 217 rm -f config-host.mak Makefile.prereqs
|
/openbmc/linux/arch/ia64/ |
H A D | Makefile | 41 cmd_gzip = cat $(real-prereqs) | $(KGZIP) -n -f -9 > $@
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | Makefile | 44 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/ |
H A D | nicole-ipmi-sensors.yaml | 77 Prereqs: 111 Prereqs: 284 Prereqs:
|
/openbmc/linux/certs/ |
H A D | Makefile | 27 extract-cert-in = $(filter-out $(obj)/extract-cert, $(real-prereqs))
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | Makefile | 25 cmd_hypercalls = $(CONFIG_SHELL) '$<' $@ $(filter-out $<, $(real-prereqs))
|
/openbmc/linux/tools/build/feature/ |
H A D | test-all.c | 5 * A well-configured system will have all the prereqs installed, so we can speed
|
/openbmc/linux/arch/mips/boot/ |
H A D | Makefile | 118 cmd_its_cat = cat $(real-prereqs) >$@
|