RTEMS | bsps/stm32h7: make errata configurable (!184)
Sebastian Huber (@sebhub)
gitlab at rtems.org
Fri Aug 16 01:00:38 UTC 2024
Sebastian Huber commented on a discussion on spec/build/bsps/arm/stm32h7/optenfmc282errata.yml: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/184#note_111136
> +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
> +actions:
> +- get-boolean: null
> +- env-assign: null
> +- define-condition: null
The problem is that there are two items involved. One item defines if a certain feature is enabled or disabled. Then another item does certain things if the feature is enabled. For this use case, we have the `enabled-by` expressions. This is a basic feature of the build system. If these mechanisms are not clear enough after reading the documentation, then we really have to fix this.
The scripts should be rarely used and definitely not be used for this purpose. If we decide to change the build system, then it is easy to convert all the non-script stuff, however, all the scripts would need manual work.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/184#note_111136
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240816/d746efd3/attachment.htm>
More information about the bugs
mailing list