From ed3ae8e0f419db2add906e75fef1eb2d249278c5 Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Tue, 31 Jan 2017 08:58:22 +0900 Subject: [PATCH] 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 --- .gbs.conf | 5 +++++ packaging/linux-3.18-exynos7270.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gbs.conf diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 0000000..910dc0b --- /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 9a4edc8..62d6fcf 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 -- 2.7.4