From ae43b1399313083cd7af27f64b8c0fd4e7970c25 Mon Sep 17 00:00:00 2001 From: yanansong Date: Mon, 18 Dec 2023 02:05:36 +0000 Subject: [PATCH 1/2] to build ko and install Signed-off-by: yanansong --- communication_ipc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/communication_ipc.spec b/communication_ipc.spec index e5af0b7..4579efb 100644 --- a/communication_ipc.spec +++ b/communication_ipc.spec @@ -7,8 +7,8 @@ %global binder_dest_path /usr/lib/modules/%(uname -r)/binder %global ashmem_dest_path /usr/lib/modules/%(uname -r)/ashmem -%define with_ashmem 0 -%define with_install_ko 0 +%define with_ashmem 1 +%define with_install_ko 1 Name: communication_ipc Version: 1.0.0 -- Gitee From 9790647a6d73cd4f642d3778e60e5d18747d164f Mon Sep 17 00:00:00 2001 From: yanansong Date: Mon, 18 Dec 2023 02:54:13 +0000 Subject: [PATCH 2/2] add changlog Signed-off-by: yanansong --- communication_ipc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/communication_ipc.spec b/communication_ipc.spec index 4579efb..29d44bb 100644 --- a/communication_ipc.spec +++ b/communication_ipc.spec @@ -12,7 +12,7 @@ Name: communication_ipc Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Inter-process communication (IPC) and Remote Procedure Call (RPC) License: Apache-2.0 and GPL-2.0 URL: https://gitee.com/openharmony/communication_ipc @@ -224,6 +224,9 @@ insmod /%{ashmem_dest_path}/*.ko %endif %changelog +* Mon Dec 18 2023 yanansong - 1.0.0-2 +- enable linux ko building and insmod it + * Sun Oct 08 2023 Peng He - 1.0.0-1 * Thu Nov 22 2023 JiaQi Zhao - 1.0.0-1 - Init package -- Gitee