summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-03-24 13:00:12 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 14:49:52 -0700
commit2ea53ab69891c33495d22b9c673b329689afe11e (patch)
tree0ebf79c7796d577740f1060028d9caa2a280d37c /meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware
parent21d9b11eec2391c519792a969960fdc5f9d66abe (diff)
downloadmeta-xilinx-2ea53ab69891c33495d22b9c673b329689afe11e.tar.gz
various: Ensure that DATETIME is no used
We should be using IMAGE_VERSION_SUFFIX instead, but this requires that the user either directory or indirectly inher image-artifact-names. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware')
-rw-r--r--meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc
index b086f8ca..3fb3ceff 100644
--- a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc
+++ b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc
@@ -24,6 +24,8 @@ REPO ?= "git://github.com/Xilinx/arm-trusted-firmware.git;protocol=https"
24BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 24BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
25SRC_URI = "${REPO};${BRANCHARG}" 25SRC_URI = "${REPO};${BRANCHARG}"
26 26
27inherit image-artifact-names
28
27ATF_BASE_NAME ?= "${PN}-${PKGE}-${PKGV}-${PKGR}${IMAGE_VERSION_SUFFIX}" 29ATF_BASE_NAME ?= "${PN}-${PKGE}-${PKGV}-${PKGR}${IMAGE_VERSION_SUFFIX}"
28 30
29COMPATIBLE_MACHINE ?= "^$" 31COMPATIBLE_MACHINE ?= "^$"