From: Ting Liu Date: Wed, 16 Dec 2020 08:06:23 +0000 (+0800) Subject: atf_git.bb: rename to atf_1.5.bb X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7bbd8ae83a98e812ef550819b5b821a3fa3b91a4;p=meta-freescale.git 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 --- diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_1.5.bb similarity index 99% rename from recipes-bsp/atf/atf_git.bb rename to 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" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" +PV = "1.5+git${SRCPV}" + inherit deploy DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native"