diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-02-17 08:39:52 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-20 10:19:14 -0600 |
| commit | 2967c603012aef1d25afd9c2b3e872b53e53053e (patch) | |
| tree | 348f458247b1b69663e6ccb00e2315a6937f5270 /meta-xilinx-core | |
| parent | e237b4b103a2913430a46b47da54314f8f76e53c (diff) | |
| download | meta-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.inc | 8 |
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 | |||
| 4 | require u-boot-xlnx-common.inc | 4 | require u-boot-xlnx-common.inc |
| 5 | 5 | ||
| 6 | PROVIDES:append = " u-boot-tools" | 6 | PROVIDES:append = " u-boot-tools" |
| 7 | RPROVIDES:${PN}:append = " u-boot-tools" | 7 | RPROVIDES:${PN} += "u-boot-tools" |
| 8 | RPROVIDES:${PN}-dbg += "u-boot-tools-dbg" | ||
| 9 | RPROVIDES:${PN}-dev += "u-boot-tools-dev" | ||
| 10 | RPROVIDES:${PN}-lic += "u-boot-tools-lic" | ||
| 11 | RPROVIDES:${PN}-src += "u-boot-tools-src" | ||
| 12 | RPROVIDES:${PN}-mkenvimage += "u-boot-tools-mkenvimage" | ||
| 13 | RPROVIDES:${PN}-mkimage += "u-boot-tools-mkimage" | ||
