From 7bbd8ae83a98e812ef550819b5b821a3fa3b91a4 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 16 Dec 2020 16:06:23 +0800 Subject: [PATCH] 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 --- recipes-bsp/atf/{atf_git.bb => atf_1.5.bb} | 2 ++ 1 file changed, 2 insertions(+) rename recipes-bsp/atf/{atf_git.bb => atf_1.5.bb} (99%) 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" -- 2.40.1