From 1000cf2db943d44b1ae37ad65e1e72ac0a1a54c4 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 [sw0312.kim: sync package version with rebase kernel version] Signed-off-by: Seung-Woo Kim Change-Id: I19888ea5b2e753c387cac39c334fb6d7bc1bc98f --- .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..dab32b1 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.136 Release: 1 License: GPL-2.0 Group: System/Kernel -- 2.7.4