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@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@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@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
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to