blob: 83368af69397e9b0c15f495e497b338323edee62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require recipes-bsp/u-boot/u-boot-common.inc
require recipes-bsp/u-boot/u-boot-tools.inc
require u-boot-xlnx-common.inc
PROVIDES:append = " u-boot-tools"
RPROVIDES:${PN} += "u-boot-tools"
RPROVIDES:${PN}-dbg += "u-boot-tools-dbg"
RPROVIDES:${PN}-dev += "u-boot-tools-dev"
RPROVIDES:${PN}-lic += "u-boot-tools-lic"
RPROVIDES:${PN}-src += "u-boot-tools-src"
RPROVIDES:${PN}-mkenvimage += "u-boot-tools-mkenvimage"
RPROVIDES:${PN}-mkimage += "u-boot-tools-mkimage"
|