From: Jaechul Lee Date: Mon, 30 Jan 2017 23:58:22 +0000 (+0900) Subject: packaging: Added '.gbs.conf' for partial build X-Git-Tag: submit/tizen/20170214.054550~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed3ae8e0f419db2add906e75fef1eb2d249278c5;p=profile%2Fwearable%2Fplatform%2Fkernel%2Flinux-3.18-exynos7270.git packaging: Added '.gbs.conf' for partial build Added gbs configuration file for enhanced building. it makes gbs build faster than before. Signed-off-by: Jaechul Lee --- diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 00000000000..910dc0ba7d5 --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,5 @@ +[general] +upstream_branch = upstream +upstream_tag = v${upstreamversion} +squash_patches_until = HEAD~10 + diff --git a/packaging/linux-3.18-exynos7270.spec b/packaging/linux-3.18-exynos7270.spec index 9a4edc86b97..62d6fcf4bb2 100644 --- a/packaging/linux-3.18-exynos7270.spec +++ b/packaging/linux-3.18-exynos7270.spec @@ -4,7 +4,7 @@ Name: linux-%{KERNEL_VERSION}-%{CHIPSET} Summary: The Linux Kernel -Version: Tizen_exynos7270 +Version: 3.18.14 Release: 1 License: GPL-2.0 Group: System/Kernel