From: Jaehoon Chung Date: Thu, 28 Dec 2023 00:19:14 +0000 (+0900) Subject: Add gbs.conf file to build opensbi with version tag X-Git-Tag: accepted/tizen/unified/x/20240715.090416^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fkernel%2Fopensbi.git Add gbs.conf file to build opensbi with version tag Add .gbs.conf file to build opensbi with upstream version tag. Change-Id: I13a31be218a12d513966b29bcafbb3344b739ef0 Signed-off-by: Jaehoon Chung (cherry picked from commit 8b8f706e43cc90a59c425a40e6a12d697f9af4f5) Signed-off-by: Jaehoon Chung --- diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 0000000..088fe84 --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,4 @@ +[general] +upstream_branch = upstream +upstream_tag = v${upstreamversion} +squash_patches_util = HEAD~10