From f9d68b98e7bc7181eb0680b54e679c8708e950dd Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Fri, 29 Jan 2021 15:19:08 +0900 Subject: project.schema: replace bsp-commits to bsp39x Current periject is using bsp-commits tag, but it is not enough to know each BSP status. This patch replace it to bsp39x, and we will use bspXXX tag for BSP. Signed-off-by: Kuninori Morimoto --- scripts/periupport_conv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/periupport_conv') diff --git a/scripts/periupport_conv b/scripts/periupport_conv index b8a2181..fc27ea3 100755 --- a/scripts/periupport_conv +++ b/scripts/periupport_conv @@ -53,7 +53,7 @@ gawk -v dst="$DST" -v ticket="$TICKET" -v cmd="$uuid_cmd" ' print "" >> F print "relationships:\n" >> F - print "bsp-commits:" >> F + print "bsp39x:" >> F for (idx in sorted_idx) { commit = tasks[task][sorted_idx[idx]] print " - " commit " # " bsp_desc[commit] >> F -- cgit v1.2.3