From 7e5264f2067b8a5ae6b14527d1465a76b846c2a3 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 28 Dec 2023 09:19:14 +0900 Subject: [PATCH] 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 --- .gbs.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gbs.conf 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 -- 2.34.1