summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-12-07 18:48:59 -0800
committerMark Hatle <mark.hatle@amd.com>2022-12-08 11:37:07 -0800
commit2ce669e1a5321111853f891e1bfb3cc17c5097af (patch)
tree2a74204e96311b4a05e204b82816a494ef185d06 /meta-xilinx-standalone/classes
parente420fd51ebb1701c8a240eed61bc1c411d2f146f (diff)
downloadmeta-xilinx-2ce669e1a5321111853f891e1bfb3cc17c5097af.tar.gz
xlnx-embeddedsw: Add special git - AUTOREV version
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
index 0af92055..86d8bcf2 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -6,6 +6,7 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https"
6ESW_BRANCH[2022.1] = "xlnx_rel_v2022.1_update" 6ESW_BRANCH[2022.1] = "xlnx_rel_v2022.1_update"
7ESW_BRANCH[2022.2] = "xlnx_rel_v2022.2" 7ESW_BRANCH[2022.2] = "xlnx_rel_v2022.2"
8ESW_BRANCH[2023.1] = "master-next" 8ESW_BRANCH[2023.1] = "master-next"
9ESW_BRANCH[git] = "master"
9BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 10BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
10 11
11ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" 12ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01"
@@ -20,6 +21,7 @@ LICENSE = "MIT"
20LIC_FILES_CHKSUM[xlnx_rel_v2022.1_update] = 'e62cb7a722c4430999e0a55a7234035d' 21LIC_FILES_CHKSUM[xlnx_rel_v2022.1_update] = 'e62cb7a722c4430999e0a55a7234035d'
21LIC_FILES_CHKSUM[xlnx_rel_v2022.2] = 'ce611484168a6000bd35df68fc4f4290' 22LIC_FILES_CHKSUM[xlnx_rel_v2022.2] = 'ce611484168a6000bd35df68fc4f4290'
22LIC_FILES_CHKSUM[master-next] = 'ce611484168a6000bd35df68fc4f4290' 23LIC_FILES_CHKSUM[master-next] = 'ce611484168a6000bd35df68fc4f4290'
24LIC_FILES_CHKSUM[master] = 'ce611484168a6000bd35df68fc4f4290'
23LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" 25LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}"
24 26
25SRC_URI = "${EMBEDDEDSW_SRCURI}" 27SRC_URI = "${EMBEDDEDSW_SRCURI}"