]> code.ossystems Code Review - meta-freescale.git/commitdiff
atf_git.bb: rename to atf_1.5.bb
authorTing Liu <ting.liu@nxp.com>
Wed, 16 Dec 2020 08:06:23 +0000 (16:06 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 16 Dec 2020 16:13:18 +0000 (13:13 -0300)
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>
recipes-bsp/atf/atf_1.5.bb [moved from recipes-bsp/atf/atf_git.bb with 99% similarity]

similarity index 99%
rename from recipes-bsp/atf/atf_git.bb
rename to recipes-bsp/atf/atf_1.5.bb
index c7e7b15c92b070f0ac39631d3a18ec15b2041b72..624c1c5abb63d96dfb018e2efffcd7fe0f978d83 100644 (file)
@@ -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"