varigit / meta-variscite-bsp-imx

BSP layer for Variscite SOMs using NXP i.MX SoCs. Contains hardware-specific metadata and configurations.
https://variwiki.com
Other
6 stars 17 forks source link

freertos-variscite: Clear out environment provided LDFLAGS #23

Closed kraj closed 11 months ago

kraj commented 1 year ago

LDFLAGS that bitbake env adds can bring on incompatible options like -fuse-ld=lld which will fail becasue this component uses a specific gcc specific baremetal toolchain which obviously does not have lld or any LLVM toolchain components.

nsdrude commented 1 year ago

@ksloat please review for and if acceptable cherry-pick for langdale.

kraj commented 1 year ago

@ksloat please review for and if acceptable cherry-pick for langdale.

thanks, Its applicable to all branches, I dont expect big regression due to this. Curious where langdale branch is ? I dont see it in this repo yet.

nsdrude commented 1 year ago

@kraj langdale is under development, it will be pushed when it's complete.

nsdrude commented 11 months ago

@kraj this was applied to Langdale and Mickledore: https://github.com/varigit/meta-variscite-bsp-imx/commit/69895df42581eb274ea1ff436b045ebc10f46ba6