Re: [PATCH] Fix missing cppflags

2022-07-06 Thread Gedare Bloom
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

[PATCH] Fix missing cppflags

2022-07-06 Thread Duc Doan
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/bui