Signed-off-by: Mark Hatle <[email protected]> --- meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb | 2 +- meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb | 2 +- meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb | 2 +- meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb | 2 +- 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" PROVIDES = "virtual/fsbl" -INHERIT_DEFAULT_DEPENDS = "1" +INHIBIT_DEFAULT_DEPS = "1" COMPATIBLE_MACHINE = "^$" 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" PROVIDES = "virtual/plm" -INHERIT_DEFAULT_DEPENDS = "1" +INHIBIT_DEFAULT_DEPS = "1" COMPATIBLE_MACHINE = "^$" 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" PROVIDES = "virtual/pmu-firmware" -INHERIT_DEFAULT_DEPENDS = "1" +INHIBIT_DEFAULT_DEPS = "1" COMPATIBLE_MACHINE = "^$" 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" PROVIDES = "virtual/psm-firmware" -INHERIT_DEFAULT_DEPENDS = "1" +INHIBIT_DEFAULT_DEPS = "1" COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE:versal = ".*" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5390): https://lists.yoctoproject.org/g/meta-xilinx/message/5390 Mute This Topic: https://lists.yoctoproject.org/mt/106609980/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
