Add provider virtual/dtb as this recipe is involved in building dtb from dts. We can add other recipes or conf to depend on virtual/dtb whenever required
Signed-off-by: Manjukumar Matha <[email protected]> --- meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb index a737067..dc49cbb 100644 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb +++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb @@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = " \ inherit deploy kernel-arch +PROVIDES = "virtual/dtb" + INHIBIT_DEFAULT_DEPS = "1" DEPENDS += "dtc-native" -- 2.7.4 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
