summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dfe-lld
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:07 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:30 -0600
commitdd558151806beb2ac95356a7a8275498ccddf125 (patch)
treeaebcb3192f0e813db6048c82fb965ee607af5147 /recipes-bsp/dfe-lld
parentedf5e8ca6cc0728abbc47834bcd74837621c28ec (diff)
downloadmeta-ti-dd558151806beb2ac95356a7a8275498ccddf125.tar.gz
recipes-bsp: remove Keystone1/2 LLDs
Low Level Drivers (LLDs) were used by Keystone1/2 to access peripherals by RTOS and Linux. Remove due to deprecation. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/dfe-lld')
-rw-r--r--recipes-bsp/dfe-lld/dfe-lld-rtos_git.bb12
-rw-r--r--recipes-bsp/dfe-lld/dfe-lld-test_git.bb20
-rw-r--r--recipes-bsp/dfe-lld/dfe-lld.inc14
-rw-r--r--recipes-bsp/dfe-lld/dfe-lld_git.bb20
4 files changed, 0 insertions, 66 deletions
diff --git a/recipes-bsp/dfe-lld/dfe-lld-rtos_git.bb b/recipes-bsp/dfe-lld/dfe-lld-rtos_git.bb
deleted file mode 100644
index 5caa07ab..00000000
--- a/recipes-bsp/dfe-lld/dfe-lld-rtos_git.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1SUMMARY = "TI RTOS level driver for Digital Radio Front End"
2
3inherit ti-pdk
4
5require recipes-bsp/dfe-lld/dfe-lld.inc
6
7PR = "${INC_PR}.0"
8
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11# HTML doc link params
12PDK_COMP_LINK_TEXT = "DFE LLD"
diff --git a/recipes-bsp/dfe-lld/dfe-lld-test_git.bb b/recipes-bsp/dfe-lld/dfe-lld-test_git.bb
deleted file mode 100644
index 34b90c7d..00000000
--- a/recipes-bsp/dfe-lld/dfe-lld-test_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "TI Digital Radio Front End lld test application"
2
3DEPENDS = "common-csl-ip dfe-lld iqn2-lld"
4
5include dfe-lld.inc
6
7PR = "${INC_PR}.0"
8
9EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} DFE_SRC_DIR=${S}"
10
11do_compile () {
12# Now build the lld in the updated directory
13 oe_runmake clean DEVICE=k2l
14 oe_runmake tests DEVICE=k2l
15 oe_runmake tests DEVICE=k2l USEDYNAMIC_LIB=yes
16}
17
18do_install () {
19 oe_runmake installbin INSTALL_BIN_BASE_DIR=${D}/${bindir}
20}
diff --git a/recipes-bsp/dfe-lld/dfe-lld.inc b/recipes-bsp/dfe-lld/dfe-lld.inc
deleted file mode 100644
index 9ac317d4..00000000
--- a/recipes-bsp/dfe-lld/dfe-lld.inc
+++ /dev/null
@@ -1,14 +0,0 @@
1LICENSE = "BSD-3-Clause"
2
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1f4217b705bf98762a302fd720649dcc"
4
5inherit ti-pdk-fetch
6
7TI_PDK_COMP = "ti.drv.dfe"
8
9PE = "1"
10
11INC_PR = "r0"
12
13COMPATIBLE_MACHINE = "k2l"
14
diff --git a/recipes-bsp/dfe-lld/dfe-lld_git.bb b/recipes-bsp/dfe-lld/dfe-lld_git.bb
deleted file mode 100644
index 622da6fc..00000000
--- a/recipes-bsp/dfe-lld/dfe-lld_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "Digital Radio Front End low level driver"
2
3DEPENDS = "common-csl-ip"
4
5include dfe-lld.inc
6
7PR = "${INC_PR}.0"
8
9EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
10
11do_compile () {
12 oe_runmake lib DEVICE=k2l
13}
14
15do_install () {
16 oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
17 chown -R root:root ${D}
18}
19
20INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libdfe.a"