The -extra feed build pipeline is currently failing due to anticipated errors in the extra feed recipes. As a matter of policy, we allow these errors and do not expect them to break the build.
This PR:
Updates the extra feed pipeline script to allow for errors in packagegroup-ni-extra itself.
Fixes a script bug where the script would error if the CORE_FEED_PATH positional argument was not supplied.
Adds a new option to the script to skip the lengthy bitbake package-index step. (useful for debugging)
Testing
Substituted the -desirable and -extra packagegroups for quicker BB targets and ran on my dev machine. This new logic seems to work well and the script not error spuriously.
The
-extra
feed build pipeline is currently failing due to anticipated errors in the extra feed recipes. As a matter of policy, we allow these errors and do not expect them to break the build.This PR:
packagegroup-ni-extra
itself.CORE_FEED_PATH
positional argument was not supplied.bitbake package-index
step. (useful for debugging)Testing
Substituted the
-desirable
and-extra
packagegroups for quicker BB targets and ran on my dev machine. This new logic seems to work well and the script not error spuriously.@ni/rtos