Include stx-portieris-helm rpm in image

Story: 2007348
Task: 40414
Change-Id: Idf65576700623a37db7fcdc788d93645c9f90f86
Signed-off-by: Joseph Richard <joseph.richard@windriver.com>
This commit is contained in:
Joseph Richard 2020-07-21 22:23:30 -04:00
parent c17f9ca662
commit ae64e0ff85
2 changed files with 1 additions and 6 deletions

1
centos_iso_image.inc Normal file
View File

@ -0,0 +1 @@
stx-portieris-helm

View File

@ -69,13 +69,7 @@ rm -fr %{app_staging}
%install
install -d -m 755 %{buildroot}/%{app_folder}
install -p -D -m 755 %{_builddir}/%{app_tarball} %{buildroot}/%{app_folder}
install -d -m 755 %{buildroot}/%{helm_folder}
install -p -D -m 755 %{helm_folder}/portieris*.tgz %{buildroot}/%{helm_folder}
install -d -m 755 %{buildroot}/%{armada_folder}
install -p -D -m 755 manifests/*.yaml %{buildroot}/%{armada_folder}
%files
%defattr(-,root,root,-)
%{helm_folder}/*
%{armada_folder}/*
%{app_folder}/*