summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-16 16:06:23 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 13:13:18 -0300
commit7bbd8ae83a98e812ef550819b5b821a3fa3b91a4 (patch)
tree5a579f78a877c76d0973c6b7dc8fb5ffd6feb0be
parentde2104ffebbe128ba8ce8ca775b3acc761b9539a (diff)
downloadmeta-freescale-7bbd8ae83a98e812ef550819b5b821a3fa3b91a4.tar.gz
atf_git.bb: rename to atf_1.5.bb
LSDK 20.12 supports two atf versions: 1.5 and 2.3. Rename atf_git.bb to atf_1.5.bb which supports all layerscape arm64 machines. set PV to "1.5+git${SRCPV}". No code change. Signed-off-by: Ting Liu <ting.liu@nxp.com>
-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"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" 4LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443"
5 5
6PV = "1.5+git${SRCPV}"
7
6inherit deploy 8inherit deploy
7 9
8DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native" 10DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native"