If Morello goes into mass production I suppose the changes will be merged into meta-arm as the changes to the source code that now exist in Morello forks of tfa etc. will be merged as well. Then one can restructure the logic such that the appends just add another "require" statement to a morello-specific include file.
For the time being then these recipes should not really append anything and just be their own .bb files with meta-arm dependency dropped or just left alone as is until Morello leaves the research phase.
Pawel
On Mon, 30 Jan 2023 at 13:28, Ross Burton Ross.Burton@arm.com wrote:
On 30 Jan 2023, at 12:33, Pawel Zalewski pzalewski@thegoodpenguin.co.uk wrote:
Indeed, it has some rough edges :) Thanks for the feedback, I shall look into pasing yocto-check-layer.
The catch with check-layer is that adding a BSP layer should do _nothing_ unless you switch MACHINE. Recipes that do bbappends and change SRC_URI definitely don’t pass!
Ross