Searched refs:__note (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/classes/ |
H A D | recipe_sanity.bbclass | 7 def __note(msg, d): 19 __note("%s should be %s:${PN}" % (var, var), d) 26 __note("%s should be set" % var, d) 33 __note("%s should be set" % var, d) 35 __note("%s should be defined to something other than default (%s)" % (var, cfgval), d) 42 …__note("rename of variable '%s' to '%s' overwrote existing value '%s' with '%s'." % (key, newkey, … 62 __note("autotools_base usage needs verification, spotted %s_do_configure" % base, d) 74 # __note("Path %s in FILESPATH not in the expected paths %s" % 96 __note("candidate for removal of %s" % k, d) 113 __note(msg, d)
|
/openbmc/qemu/tests/migration/ |
H A D | Makefile | 25 override define __note 32 export __note
|
/openbmc/qemu/tests/migration/aarch64/ |
H A D | Makefile | 8 echo "$$__note" > $@
|
/openbmc/qemu/tests/migration/ppc64/ |
H A D | Makefile | 5 echo "$$__note" > $@
|
/openbmc/qemu/tests/migration/i386/ |
H A D | Makefile | 8 echo "$$__note" > header.tmp
|
/openbmc/qemu/tests/migration/s390x/ |
H A D | Makefile | 13 echo "$$__note" > header.tmp
|