From 1b207d0adc5f78f000a7d8ca4431515790639da9 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 6 Jul 2017 22:18:43 -0700 Subject: Allow packages to define "relevant" part of the version E.g., only include minor/major of the Linux kernel into the kconfig symbol. In the future, to be defined by all packages, but for now matches the current versioning in the packages. Signed-off-by: Alexey Neyman --- packages/linux/package.desc | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/linux') diff --git a/packages/linux/package.desc b/packages/linux/package.desc index 6e3a0f44..3dae8f3b 100644 --- a/packages/linux/package.desc +++ b/packages/linux/package.desc @@ -1,2 +1,3 @@ repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git' mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})' +relevantpattern='2.*.*|. *.*|.' -- cgit v1.2.3