aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/aif2-lld/aif2-lld.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/aif2-lld/aif2-lld.inc')
-rw-r--r--recipes-bsp/aif2-lld/aif2-lld.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld.inc b/recipes-bsp/aif2-lld/aif2-lld.inc
deleted file mode 100644
index 9b5f2791..00000000
--- a/recipes-bsp/aif2-lld/aif2-lld.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "BSD-3-Clause"
-
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
-
-AIF2_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/aif2-lld.git"
-AIF2_LLD_GIT_PROTOCOL = "git"
-AIF2_LLD_GIT_BRANCH = "master"
-AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2"
-
-# The following commit correspond to DEV.AIF2LLD.01.02.00.01
-AIF2_LLD_SRCREV = "a701bbb5ed2976d5723c955c87a685f7517cffa3"
-
-BRANCH = "${AIF2_LLD_GIT_BRANCH}"
-SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
-SRCREV = "${AIF2_LLD_SRCREV}"
-
-PV = "1.2.0.1"
-INC_PR = "r0"
-
-COMPATIBLE_MACHINE = "k2hk"
-
-S = "${WORKDIR}/${AIF2_LLD_GIT_DESTSUFFIX}"