mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 17:46:15 +00:00
acrn-config: modify the git commit message for gen_patch
Minor changes on git commit message of config patch: For board config patch, specify with "config patch for board xxx"; For scenario config patch, specify with "config patch for scenario yyy". Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -123,7 +123,7 @@ def main(args):
|
||||
gen_str = 'generated'
|
||||
# move changes to patch, and apply to the source code
|
||||
if enable_commit:
|
||||
err_dic = board_cfg_lib.gen_patch(config_srcs, board)
|
||||
err_dic = board_cfg_lib.gen_patch(config_srcs, "board " + board)
|
||||
config_str = 'Config patch'
|
||||
gen_str = 'committed'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user