mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
Add an architecture cpu dependency to each application to make sure that users can only build applications which are applicable to their target device family. The versal_plm and versal_psmfw applications are specific to versal devices which are based on BR2_cortex_a72. The zynqmp_pmufw application is specific to zynqmp devices which are based on BR2_cortex_a53. Signed-off-by: Neal Frager <neal.frager@amd.com> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>