blob: 979c302c74720ec6e1114033c61aa7cabb9ee2cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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] = "xilinx-v2022.1-sdt-experimental"
ESW_REV[experimental] = "31ba1ddec48083383e3ef177a51109a4d22b35d3"
LIC_FILES_CHKSUM[master] = '7c92de7a21a6613265035c28f4a92f48'
LIC_FILES_CHKSUM[xilinx-v2022.1-sdt-experimental] = 'e26f53a7d6f58f4b1a9687099417225c'
|