StarlingX stopped supporting CentOS builds in the after release 7.0.
This update will strip CentOS from our code base. It will also remove
references to the failed OpenSUSE feature as well.
Story: 2011110
Task: 49964
Change-Id: I99d3b6d6de95434a7040f5a1967db9a04191a25f
Signed-off-by: Scott Little <scott.little@windriver.com>
Currently the self-signed certificate used as the REST API/GUI
server certificate for the first time HTTPS is enabled is generate
at build time and embedded in the ISO. This will make it expire less
than a year from the date the system is installed.
This change removed the certificate generation at build time, instead
generate it at the first time HTTPS is enabled.
Closes-Bug: 1944438
Depends-On: https://review.opendev.org/c/starlingx/config/+/810263
Signed-off-by: Andy Ning <andy.ning@windriver.com>
Change-Id: I7835534c11df3b03ea8e6f6ea7e88878386bcc12
Update remaining StarlingX packages with hardcoded TIS_PATCH_VER to
use PKG_GITREVCOUNT where possible, with offsets as needed to ensure
the version is incremented above the hardcoded version.
Change-Id: Ia1ade77e12b948040f06806a5417d005488e3bb9
Story: 2008455
Task: 41460
Signed-off-by: Don Penney <don.penney@windriver.com>
The self-signed certificate is currently generated with Wind River
specific info. This commit is to set the common name to StarlingX.
Closes-Bug: 1827229
Change-Id: I01f73091e815a0e171b2228cafe5851f4ef49049
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
fixed handling of security certificates in tpm mode
The code that handles the installation of tpm security
certificates stopped working after recent updates to
other packages
This commit updates the code to properly work with the
current system configuration
Closes-Bug: #1808163
Change-Id: I76e10cf1ed68cfeb0ce3ee560df0c34711f57af2
Signed-off-by: Paul-Emile Element <Paul-Emile.Element@windriver.com>
This is part of solution to address issues related to switching between
HTTP and HTTPS.
Story: 2002894
Task: 22857
Change-Id: I020da4d405ef00a10d112e29cad3844658be9a63
Signed-off-by: Don Penney <don.penney@windriver.com>
Signed-off-by: Jack Ding <jack.ding@windriver.com>