summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc
blob: 1105946501d4c94cac90ed947ea9e859263dc649 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION	= "libs"

REPO ?= "git://github.com/Xilinx/aie-rt.git;protocol=https"

BRANCH ?= "xlnx_rel_v2023.2"
SRCREV ?= "84debe5d22c144fb09269b8410df4cb8a6aa3b2a"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM ?= "file://license.txt;md5=04a153cae61a8a606fc79dff49c2c897"

SRC_URI = "${REPO};branch=${BRANCH}"