TechNexion / meta-tn-imx-bsp

TechNexion BSP Layer for i.MX Yocto Project
MIT License
6 stars 11 forks source link

`8ee32b7` breaks builds which don't include `arm-compute-library` #31

Open lgrosz opened 1 month ago

lgrosz commented 1 month ago

Hi,

In a preemptive attempt to stay up-to-date, we tried pulling kirkstone-next into our build and noticed 8ee32b7 breaks it. We can mask the append, but does this need to be in the board-support layer at all? Can it go into a distro or software-compatibility layer instead?

Thanks, Logan

ray-chang commented 4 weeks ago

@lgrosz

Thanks for the feedback. I moved it to the dynamic layer.

https://github.com/TechNexion/meta-tn-imx-bsp/commit/9398ddae7658b06bca4510470383f90837b58274

BR, Ray

lgrosz commented 4 weeks ago

Great, thank you!