diff options
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb index a704d3b5..ca18672b 100644 --- a/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb +++ b/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "CLOSED" | |||
4 | 4 | ||
5 | PROVIDES = "virtual/fsbl" | 5 | PROVIDES = "virtual/fsbl" |
6 | 6 | ||
7 | INHERIT_DEFAULT_DEPENDS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | COMPATIBLE_MACHINE = "^$" | 9 | COMPATIBLE_MACHINE = "^$" |
10 | COMPATIBLE_MACHINE:zynq = "zynq" | 10 | COMPATIBLE_MACHINE:zynq = "zynq" |
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb index d398ca88..a10d3924 100644 --- a/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb +++ b/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "CLOSED" | |||
5 | 5 | ||
6 | PROVIDES = "virtual/plm" | 6 | PROVIDES = "virtual/plm" |
7 | 7 | ||
8 | INHERIT_DEFAULT_DEPENDS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "^$" | 10 | COMPATIBLE_MACHINE = "^$" |
11 | COMPATIBLE_MACHINE:versal = ".*" | 11 | COMPATIBLE_MACHINE:versal = ".*" |
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb index 913e9088..344a6f7a 100644 --- a/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb +++ b/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "CLOSED" | |||
4 | 4 | ||
5 | PROVIDES = "virtual/pmu-firmware" | 5 | PROVIDES = "virtual/pmu-firmware" |
6 | 6 | ||
7 | INHERIT_DEFAULT_DEPENDS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | COMPATIBLE_MACHINE = "^$" | 9 | COMPATIBLE_MACHINE = "^$" |
10 | COMPATIBLE_MACHINE:zynqmp = ".*" | 10 | COMPATIBLE_MACHINE:zynqmp = ".*" |
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb index 27f921b9..d47ab114 100644 --- a/meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb +++ b/meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "CLOSED" | |||
5 | 5 | ||
6 | PROVIDES = "virtual/psm-firmware" | 6 | PROVIDES = "virtual/psm-firmware" |
7 | 7 | ||
8 | INHERIT_DEFAULT_DEPENDS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "^$" | 10 | COMPATIBLE_MACHINE = "^$" |
11 | COMPATIBLE_MACHINE:versal = ".*" | 11 | COMPATIBLE_MACHINE:versal = ".*" |