Attention
This version of the SDK has been superseded by the latest release of the SDK.
Distribution Package Feed¶
Package Descriptions¶
Name |
Description |
---|---|
amd-ama-core |
This package includes all the core elements that are required for running applications. |
amd-ama-driver |
This package includes all kernel driver and firmware elements. |
amd-ama-ffmpeg |
This package includes all the relevant software for running hardware-accelerated FFmpeg pipelines. |
amd-ama-gstreamer |
This package includes all the relevant software for running hardware-accelerated Gstreamer pipelines. |
amd-ama-xma |
This package includes various XMA based application programs and development header files. |
Configuring the Package Feed¶
Distribution based package feeds allow for convenient and robust methods to update and upgrade relevant packages of the AMD AMA Video SDK. In order to be able to install the AMD AMA Video SDK packages from the package feed, point your package management client to the remote AMD AMA Video SDK package repository according to the instructions described below.
Ubuntu¶
Add Xilinx key:
wget -qO - https://www.xilinx.com/support/download/2018-2-1/xilinx-master-signing-key.asc | sudo tee /usr/share/keyrings/xilinx-master-signing-key.asc
Add Xilinx PPA feed:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/xilinx-master-signing-key.asc] https://packages.xilinx.com/artifactory/debian-packages $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/xilinx.list
Debian 12¶
Add Xilinx key:
wget -qO - https://www.xilinx.com/support/download/2018-2-1/xilinx-master-signing-key.asc | sudo tee /usr/share/keyrings/xilinx-master-signing-key.asc
Add Xilinx PPA feed:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/xilinx-master-signing-key.asc] https://packages.xilinx.com/artifactory/debian-packages jammy main" | sudo tee /etc/apt/sources.list.d/xilinx.list
Fedora¶
Add Xilinx key:
sudo rpm --import https://www.xilinx.com/support/download/2018-2-1/xilinx-master-signing-key.asc
List keys and check for Xilinx key
rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} --> %{summary}\n'
Add the following lines to the
/etc/yum.repos.d/xilinx.repo
file:[Artifactory] name=Artifactory baseurl=https://packages.xilinx.com/artifactory/rpm-packages/$basearch/ enabled=1 gpgcheck=0 sslverify=0