blob: 1e8d53f9b9b3f0a16497167a258f44eef68d418f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# The format of this file must be compatible with
# meta-xilinx/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
# Make it clear decoupling is 'experimental' in the version
ESW_VER = "experimental"
REPO = "git://gitenterprise.xilinx.com/decoupling/embeddedsw-experimental-dt-support.git;protocol=https"
ESW_BRANCH[experimental] = "xlnx_rel_v2023.1_sdt_experimental"
ESW_REV[experimental] = "2b4fb13182c0efd67a4649afa5bb91ce1b180cca"
LIC_FILES_CHKSUM[master] = '7c92de7a21a6613265035c28f4a92f48'
LIC_FILES_CHKSUM[xlnx_rel_v2022.1_sdt_experimental_beta] = 'e26f53a7d6f58f4b1a9687099417225c'
LIC_FILES_CHKSUM[xlnx_rel_v2023.1_sdt_experimental] = 'ce611484168a6000bd35df68fc4f4290'
|