[PATCH] Fix missing cppflags

Gedare Bloom gedare at rtems.org
Wed Jul 6 14:38:29 UTC 2022


Hi Duc,

Please use a descriptive commit message, see also:
https://devel.rtems.org/wiki/Developer/Git#GitCommits
We should capture this in the SwE manual probably. For this patch, the
commit message should start "build:" because this is a change to
spec/build files. You should also mention in the commit message that
this is for "arm" since the change affects all Arm bsps. In your
commit message, you should mention which BSP this helps to build.

Gedare

On Wed, Jul 6, 2022 at 5:16 AM Duc Doan <dtbpkmte at gmail.com> wrote:
>
> Please apply this patch in order to build the BSP.
>
> Best,
>
> Duc Doan
>
> ---
>  spec/build/bsps/arm/grp.yml | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/spec/build/bsps/arm/grp.yml b/spec/build/bsps/arm/grp.yml
> index b33cc9cdda..d4d259b60c 100644
> --- a/spec/build/bsps/arm/grp.yml
> +++ b/spec/build/bsps/arm/grp.yml
> @@ -1,7 +1,10 @@
>  SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
>  build-type: group
> +cflags: []
>  copyrights:
>  - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
> +cppflags: []
> +cxxflags: []
>  enabled-by: true
>  includes: []
>  install:
> --
> 2.36.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list