agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
510 stars 398 forks source link

machines: simplify MACHINEOVERRIDES definitions #1179

Closed zach-welch-aquabyte closed 1 year ago

zach-welch-aquabyte commented 1 year ago

Prepending new definitions should be preferred to assignment, as it is simpler and more conducive to defining new machine configurations that reuse these configurations.

This PR is a follow-up on #1166, which saw this same patch merged to the kirkstone branch.