Deployment in the least number of commands

Gemini BSPs with Legacy stack for the RTEMS 6 branch:

git clone https://gitlab.rtems.org/rtems/tools/rtems-source-builder.git
git clone https://gitlab.rtems.org/rtems/tools/rtems-deployment.git
cd rtems-source-builder
git checkout 6
cd ..
cd rtems-deployment
git checkout 6
./waf configure --rsb=../rtems-source-builder --prefix=/opt/rtems/6

Build a TAR file

./waf --targets=gemini/gemini-powerpc-legacy-bsps

Build an RPM Package

./waf rpmspec
rpmbuild -bb out/gemini/gemini-powerpc-legacy-bsps.spec

Add your configuration

If you have a configuration you would like in the RTEMS Deployment repo please make a MR on the RTEMS Deployment project.