From 19aef52d56526977315aacb01e13a686df7e92dc Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 13 Jan 2025 10:11:51 +0900 Subject: [PATCH] Add the .gbs.conf file Upstream branch doesn't update to v6.12 yet. So it needs to build with upstrem-tag option on local. Through adding .gbs.conf, it can build without upstream-tag option. Change-Id: I74421ea49f4327eeb156b15045a3bc8341872674 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 000000000000..f744dbaac48e --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,4 @@ +[general] +upstream_branch = upstream +upstream_tag = v${upstreamversion} +squash_patches_until = HEAD~10 -- 2.34.1