source: rtems/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml @ a932d5d6

Last change on this file since a932d5d6 was a932d5d6, checked in by Kinsey Moore <kinsey.moore@…>, on 02/06/23 at 20:56:19

spec/bsps: Deduplicate objxilinxsupport

The objxilinxsupport build object was accidentally included twice in
some of the ZynqMP BSPs by two different drivers that required it. This
commit manually deduplicates the inclusions by moving that inclusion to
the BSP. Duplication of object inclusions is considered a bug and can
cause race conditions in the build system.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: group
3cflags: []
4copyrights:
5- Copyright (C) 2020 On-Line Applications Research (OAR)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install: []
11ldflags: []
12links:
13- role: build-dependency
14  uid: ../grp
15- role: build-dependency
16  uid: ../start
17- role: build-dependency
18  uid: ../optmmupages
19- role: build-dependency
20  uid: abi
21- role: build-dependency
22  uid: obj
23- role: build-dependency
24  uid: objjffs2qspinor
25- role: build-dependency
26  uid: objsmp
27- role: build-dependency
28  uid: optloadoff
29- role: build-dependency
30  uid: optnocachelen
31- role: build-dependency
32  uid: optramlen
33- role: build-dependency
34  uid: optramori
35- role: build-dependency
36  uid: optclki2c0
37- role: build-dependency
38  uid: optclki2c1
39- role: build-dependency
40  uid: optclkuart
41- role: build-dependency
42  uid: ../../optconminor
43- role: build-dependency
44  uid: ../../obj
45- role: build-dependency
46  uid: ../../objirq
47- role: build-dependency
48  uid: ../../objdevserialzynq
49- role: build-dependency
50  uid: ../../objdevspizynq
51- role: build-dependency
52  uid: ../../objdevspixil
53- role: build-dependency
54  uid: ../../objmem
55- role: build-dependency
56  uid: ../../objxilinxsupport
57- role: build-dependency
58  uid: ../../optcachedata
59- role: build-dependency
60  uid: ../../optcacheinst
61- role: build-dependency
62  uid: ../../opto2
63- role: build-dependency
64  uid: ../../bspopts
65type: build
66use-after: []
67use-before: []
Note: See TracBrowser for help on using the repository browser.