nxp-real-time-edge-sw / meta-real-time-edge

Yocto layer for Real-time Edge Software
Other
10 stars 10 forks source link

Switched GENAVB_TSN_DEMO_APPS variable assignment to a soft assignment #6

Open Broseki opened 6 months ago

Broseki commented 6 months ago

I noticed that GENAVB_TSN_DEMO_APPS was set using a hard assignment. I think it makes sense to switch this to a soft assignment so it can easily be changed using bbappends and other methods. This soft assignment will only set GENAVB_TSN_DEMO_APPS to 1 if it has not already been set to some other value.

I didn't see contribution guidelines, so let me know if this needs to be sent somewhere else.