summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2022-01-21 15:44:34 +0100
committerKarol Lewandowski <k.lewandowsk@samsung.com>2022-01-21 15:44:34 +0100
commitcba14617202c589bfbc131ed9840b28ebb6f334a (patch)
tree6fdfb0d167be6f5ad4c26392ebd3936745b39f94
parentfd53f0066edd46d4092a71f291c45ab2150ec80d (diff)
parent95b53986d96270cb2154ff84742aa169b2cfe0b7 (diff)
downloadlinux-tizen-modules-tizen_6.5.tar.gz
linux-tizen-modules-tizen_6.5.tar.bz2
linux-tizen-modules-tizen_6.5.zip
Change-Id: Ifeac9f715072b1b942a94772dd6565edc08ecece
-rw-r--r--packaging/linux-tizen-modules.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/packaging/linux-tizen-modules.spec b/packaging/linux-tizen-modules.spec
index 73c0791..c2fb194 100644
--- a/packaging/linux-tizen-modules.spec
+++ b/packaging/linux-tizen-modules.spec
@@ -8,7 +8,7 @@
%endif
Name: linux-tizen-modules
-Version: 7.0.3
+Version: 7.0.4
Release: 0
License: GPL-2.0+
Source0: %{name}-%{version}.tar.xz
@@ -81,6 +81,12 @@ cp -a /usr/src/linux-tizen-modules-source ./kernel
%{?ubsan:/usr/bin/gcc-unforce-options}
export BUILD_logger=m
+# Default buffer sizes to compile in. [kB]
+export LOGGER_MAIN_BUFFER_SIZE=256
+export LOGGER_EVENTS_BUFFER_SIZE=256
+export LOGGER_RADIO_BUFFER_SIZE=256
+export LOGGER_SYSTEM_BUFFER_SIZE=256
+
export BUILD_proc_tsm=m
export BUILD_kdbus=m