mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
10 lines
325 B
HTML
10 lines
325 B
HTML
DESCRIPTION = "ARM Trusted Firmware"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
|
|
|
|
ATF_BRANCH ?= "lf_v2.12"
|
|
ATF_SRC ?= "git://github.com/nxp-qoriq/atf.git;protocol=https"
|
|
SRC_URI = "${ATF_SRC};branch=${ATF_BRANCH}"
|
|
SRCREV = "6ddd57019494cabfca5065368349109c37f2cc9f"
|