1 Star 0 Fork 17

lauk/OpenAMP

forked from src-openEuler/OpenAMP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
OpenAMP.spec 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
lauk 提交于 2022-06-17 14:00 . License compliance rectification
Name: openamp
Version: 2021.10.0
Release: 2
Summary: Open asymmetric multiprocessing framework
License: BSD-3-Clause
URL: http://github.com/OpenAMP
Source0: https://github.com/OpenAMP/open-amp/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libmetal-devel
BuildRequires: libsysfs-devel
%description
The OpenAMP framework provides software components that enable development of
software applications for Asymmetric Multiprocessing (AMP) systems.
%package devel
Summary: Development files for OpenAMP
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development file for OpenAMP
baremetal, and RTOS environments.
%prep
%autosetup -p1
%build
mkdir build
cd build
%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
-DCMAKE_INCLUDE_PATH=%{_includedir}/libmetal/ \
-DCMAKE_LIBRARY_PATH=%{_libdir} \
-DWITH_STATIC_LIB=OFF \
-DWITH_APPS=OFF ..
%install
cd build
%make_install
%ldconfig_scriptlets
%files
%license LICENSE.md
%doc README.md
%{_libdir}/libopen_amp.so.1
%{_libdir}/libopen_amp.so.1.1.0
%files devel
%{_includedir}/openamp/
%{_libdir}/libopen_amp.so
%changelog
* Fri Jun 17 2022 liukuo <liukuo@kylinos.cn> - 2021.10.0-2
- License compliance rectification
* Fri Feb 11 2022 Wayne Ren <renwei41@huawei.com> - 2021.10.0-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lauk001/OpenAMP.git
git@gitee.com:lauk001/OpenAMP.git
lauk001
OpenAMP
OpenAMP
master

搜索帮助