Add intel-pf-bb-config package (#3322)

This commit is contained in:
Sriram Nambakam 2022-07-06 16:06:12 -07:00 коммит произвёл GitHub
Родитель af7720e51f
Коммит 2d1fb4b544
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 59 добавлений и 1 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -1983,6 +1983,7 @@
"gtk-update-icon-cache",
"helm",
"installkernel",
"intel-pf-bb-config",
"ivykis",
"jsonbuilder",
"jx",

Просмотреть файл

@ -0,0 +1,5 @@
{
"Signatures": {
"intel-pf-bb-config-22.03.tar.gz": "1bd225d56b06119a9893c45d82168e7337061362f9dcc34a7ac52d68dd3b23c1"
}
}

Просмотреть файл

@ -0,0 +1,42 @@
Summary: A tool for configuring certain Intel baseband devices
Name: intel-pf-bb-config
Version: 22.03
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
Group: System/Tools
URL: https://github.com/intel/pf-bb-config
Source0: https://github.com/intel/pf-bb-config/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: make
%description
This application provides a means to configure certain Intel baseband devices by
accessing their configuration space and setting parameters via MMIO.
%prep
%autosetup -n pf-bb-config-%{version}
%build
./build.sh
%install
mkdir -p %{buildroot}%{_bindir}
install -p -m 755 pf_bb_config %{buildroot}%{_bindir}/pf_bb_config
%ldconfig_scriptlets
%files
%license LICENSE
%{_bindir}/pf_bb_config
%changelog
* Wed Jul 06 2022 Sriram Nambakam <snambakam@microsoft.com> - 22.03-1
- Upgrade to 22.03
* Thu Feb 17 2022 Vince Perri <viperri@microsoft.com> - 21.11-1
- Original version for CBL-Mariner.
- License verified

Просмотреть файл

@ -6516,6 +6516,16 @@
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "intel-pf-bb-config",
"version": "22.03",
"downloadUrl": "https://github.com/intel/pf-bb-config/archive/v22.03.tar.gz"
}
}
},
{
"component": {
"type": "other",