1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-06 04:42:16 +00:00

arm/fvp-base-r-aem: Remove unused FVP_BASE_R_ARM_EULA_ACCEPT variable

The FVP_BASE_R_ARM_EULA_ACCEPT variable is set by kas and doesn't need
to be initialised in the bb recipe.

Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com>
Change-Id: Idbaa8b9fb7753e3c1f77e88710109324322aaf05
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Hugo L'Hostis
2021-09-15 10:57:44 +01:00
committed by Jon Mason
parent eba91cc15b
commit 7a7ab05e57

View File

@@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba
# yourself from the homepage and set FVP_BASE_R_AEM_TARBALL_URI appropriately
# (for example, file:///home/user/FVP_Base_AEMv8R_11.15_14.tgz).
FVP_BASE_R_AEM_TARBALL_URI ?= ""
FVP_BASE_R_ARM_EULA_ACCEPT ?= "False"
PV = "11.15_14"
SRC_URI = "${FVP_BASE_R_AEM_TARBALL_URI};subdir=${BP}"