72f444f601
Currently compiling a new package and adding it to the iso still requires a multi-git update because image.inc is a single centralized file in the root git. It would be better to allow a single git update to add a package. Too allow this, image.inc must be split across the git repos and the build tools must be changed to read/merge those files to arrive at the final package list. Current scheme is to name the image.inc files using this schema. ${distro}_${build_target}_image_${build_type}.inc distro = centos, ... build_target = iso, guest ... build_type = std, rt ... Traditionally build_type=std is omitted from config files, so we instread use ${distro}_${build_target}_image.inc. Change-Id: Ic0d076b4537f6edbd0c058c0dab667fea68de647 Story: 2003447 Task: 24649 Depends-On: Ib39b8063e7759842ba15330c68503bfe2dea6e20 Signed-off-by: Scott Little <scott.little@windriver.com>
46 lines
469 B
PHP
46 lines
469 B
PHP
# List of packages to be included/installed in RT guest image
|
|
# If these have dependencies, they will be pulled in automatically
|
|
#
|
|
|
|
# build-info
|
|
build-info
|
|
|
|
#
|
|
# Network Drivers
|
|
#
|
|
|
|
# i40evf-kmod
|
|
kmod-i40evf-rt
|
|
|
|
# i40e-kmod
|
|
kmod-i40e-rt
|
|
|
|
# ixgbevf-kmod
|
|
kmod-ixgbevf-rt
|
|
|
|
# ixgbe-kmod
|
|
kmod-ixgbe-rt
|
|
|
|
# qat17
|
|
qat17-rt
|
|
|
|
#
|
|
# TPM2 libs to enable vTPM on Guest
|
|
#
|
|
|
|
# tpm-kmod
|
|
kmod-tpm-rt
|
|
|
|
# tss2
|
|
tss2
|
|
|
|
# tpm2-tools
|
|
tpm2-tools
|
|
|
|
#
|
|
# ima support
|
|
#
|
|
|
|
# rpm
|
|
rpm-plugin-systemd-inhibit
|