Lines Matching full:patch
7 # The schema for individual patch objects
8 schema;patch-schema:
14 # The path to the patch file, relative to the root of the module
15 # E.g. zephyr/kernel-pipe-fix-not-k-no-wait-and-ge-min-xfer-bytes.patch
20 # The SHA-256 checksum of the patch file
27 # The path of the module the patch is for, relative to the west workspace
33 # The name of the primary author of the patch, e.g. Kermit D. Frog
38 # The email address of the primary author of the patch, e.g. itsnoteasy@being.gr
44 # The date the patch was created, in ISO 8601 date format YYYY-MM-DD
50 # Whether the patch should be submitted upstream
55 # The URL of the upstream pull request to merge the patch
61 # The URL of the upstream issue associated with the patch, such as an enhancement issue
82 # The command used to apply the change represented by the patch
87 # Comments useful to other developers about the patch,
92 # Custom field that may be used for any purpose. For example, if the chosen apply-patch
93 # command is able to filter based on semantic versioning and a particular patch file
103 # The list of patch objects
105 include: patch-schema
107 # The command used to undo local changes to each module when "west patch clean" is run
112 # The command used to clean each module when "west patch clean" is run