summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-02-17 08:39:52 -0800
committerMark Hatle <mark.hatle@amd.com>2023-02-20 10:19:14 -0600
commit2967c603012aef1d25afd9c2b3e872b53e53053e (patch)
tree348f458247b1b69663e6ccb00e2315a6937f5270 /meta-xilinx-core
parente237b4b103a2913430a46b47da54314f8f76e53c (diff)
downloadmeta-xilinx-2967c603012aef1d25afd9c2b3e872b53e53053e.tar.gz
u-boot-tools-xlnx: Add compatibility RPROVIDES
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx.inc
index af26594c..83368af6 100644
--- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx.inc
+++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx.inc
@@ -4,4 +4,10 @@ require recipes-bsp/u-boot/u-boot-tools.inc
4require u-boot-xlnx-common.inc 4require u-boot-xlnx-common.inc
5 5
6PROVIDES:append = " u-boot-tools" 6PROVIDES:append = " u-boot-tools"
7RPROVIDES:${PN}:append = " u-boot-tools" 7RPROVIDES:${PN} += "u-boot-tools"
8RPROVIDES:${PN}-dbg += "u-boot-tools-dbg"
9RPROVIDES:${PN}-dev += "u-boot-tools-dev"
10RPROVIDES:${PN}-lic += "u-boot-tools-lic"
11RPROVIDES:${PN}-src += "u-boot-tools-src"
12RPROVIDES:${PN}-mkenvimage += "u-boot-tools-mkenvimage"
13RPROVIDES:${PN}-mkimage += "u-boot-tools-mkimage"