summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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