Wrong BSP Names in arm spec files
Joel Sherrill
joel at rtems.org
Tue Feb 13 22:23:28 UTC 2024
Hi
While teaching a class this week, I noticed that some arm optcachedata.yml
files appear to reference BSP variants that are not associated with the BSP
whose directory the yml file is located in. These greps show the issue:
[joel at localhost arm]$ grep lm3s6965_qemu */optcachedat*
imx/optcachedata.yml: - arm/lm3s6965_qemu
realview-pbx-a9/optcachedata.yml: - arm/lm3s6965_qemu
xilinx-zynqmp/optcachedata.yml: - arm/lm3s6965_qemu
xilinx-zynq/optcachedata.yml: - arm/lm3s6965_qemu
[joel at localhost arm]$ grep realview_pbx_a9_qemu */optcacheda*
imx/optcachedata.yml: - arm/realview_pbx_a9_qemu
realview-pbx-a9/optcachedata.yml: - arm/realview_pbx_a9_qemu
xilinx-zynqmp/optcachedata.yml: - arm/realview_pbx_a9_qemu
xilinx-zynq/optcachedata.yml: - arm/realview_pbx_a9_qemu
[joel at localhost arm]$ grep xilinx_zynq_a9_qemu */optcachedata*
imx/optcachedata.yml: - arm/xilinx_zynq_a9_qemu
realview-pbx-a9/optcachedata.yml: - arm/xilinx_zynq_a9_qemu
xilinx-zynqmp/optcachedata.yml: - arm/xilinx_zynq_a9_qemu
xilinx-zynq/optcachedata.yml: - arm/xilinx_zynq_a9_qemu
I think these files have BSPs listed in them which should not appear.
Could someone confirm and possibly fix?
Thanks.
--joel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20240213/d86450ca/attachment.htm>
More information about the devel
mailing list