diff options
-rw-r--r-- | recipes-bsp/atf/atf_1.5.bb (renamed from recipes-bsp/atf/atf_git.bb) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_1.5.bb index c7e7b15c..624c1c5a 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_1.5.bb | |||
@@ -3,6 +3,8 @@ DESCRIPTION = "ARM Trusted Firmware" | |||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" | 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" |
5 | 5 | ||
6 | PV = "1.5+git${SRCPV}" | ||
7 | |||
6 | inherit deploy | 8 | inherit deploy |
7 | 9 | ||
8 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native" | 10 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native" |