From 6ed66e63f1064d464d79a8e292a1cf8a612f9fe1 Mon Sep 17 00:00:00 2001 From: chengjunjia Date: Sat, 14 Sep 2024 08:23:06 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0spec=E3=80=81readme=20?= =?UTF-8?q?=E5=85=B6=E4=B8=ADspec=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E6=8C=87=E5=90=91src-openeuler=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E7=A7=81=E4=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengjunjia --- README.md | 17 ++++++++--------- etipc.spec | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2ce63d2..5975f80 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,19 @@ TIPC is a cluster domain socket as a linux module. Enhanced tipc(etipc) enhances the multicast, dfx. #### 软件架构 -软件架构说明 +etipc-1.7.7.zip是仓库https://gitee.com/openeuler/etipc 的源码打包结果; +源码经过编译后得到tipc.ko的内核模块;当前支持Linux 5.10和6.6内核 -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx +etipc.spec文件是用于描述rpm包的文件,当前rpm包中打包了 +1. tipc.ko: 内核模块 +2. tipc_config: 用于配置tipc, 增强版本的DFX功能 +3. recv\msend\usend: 增强的tipc测试用的二进制,测试单播、广播的tipc通信 #### 使用说明 -1. xxxx -2. xxxx -3. xxxx +1. 请参考[openEuler官方的构建rpm包](https://gitee.com/openeuler/docs/blob/master/docs/zh/docs/ApplicationDev/%E6%9E%84%E5%BB%BARPM%E5%8C%85.md)完成构建 +2. 下载该rpm包后, 可使用rpm2cpio xxx.rpm | cpio -div解压到本地; 或者rpm -ivh xxx.rpm安装, 上述文件都会按照到lib目录 #### 参与贡献 diff --git a/etipc.spec b/etipc.spec index c2c426f..2660f00 100644 --- a/etipc.spec +++ b/etipc.spec @@ -6,8 +6,8 @@ Summary: ETIPC is an enhanced tipcfor the embedding products by Huawei Version: 1.7.7 Release: 1 License: GPLv2 -URL: https://gitee.com/chengjunjia/etipc_build -Source0: https://gitee.com/chengjunjia/etipc_build/raw/openEuler-24.03-LTS/etipc-1.7.7.zip +URL: https://gitee.com/src-openEuler/etipc +Source0: https://gitee.com/src-openEuler/etipc/raw/openEuler-24.03-LTS/etipc-1.7.7.zip BuildRequires: gcc kernel-devel kernel-headers kernel glibc glibc-devel glib2-devel cmake rpm # Requires : kmod