diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-16 16:06:23 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 13:13:18 -0300 |
commit | 7bbd8ae83a98e812ef550819b5b821a3fa3b91a4 (patch) | |
tree | 5a579f78a877c76d0973c6b7dc8fb5ffd6feb0be /recipes-bsp/atf | |
parent | de2104ffebbe128ba8ce8ca775b3acc761b9539a (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp/atf')
-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" |