CentOS: Enable rpm 4.14.0 for rt build

Include starlingx/compile/tools/rpm in order to build and use RPM
version 4.14.0.

We use a RPM file-based transaction trigger in kernel spec that
regenerates the initramfs for every RPM transaction that
adds/removes/modifies kernel modules under the /lib/modules/<kver>/
directory. This requires the rpm version to be higher than 4.13.

CentOS 7 ships with RPM 4.11.3, which does not support filetriggers
functions.  So we also enable rpm 4.14.0 for rt build.

Note rpm-4.14.0 already is used in std build.

Closes-Bug: 1983524

Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
Change-Id: I1b9512c2f7f29ab4a7b33f867614f28259054b8a
This commit is contained in:
Jiping Ma 2022-08-15 01:14:52 -04:00
parent 48a7d2713b
commit 8a29c2a107

4
centos_pkg_dirs_rt Normal file
View File

@ -0,0 +1,4 @@
# Each line in this file will specify a directory in this
# repository. Packages described in these directories will be
# included in the build.
tools/rpm