diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:07 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:30 -0600 |
| commit | dd558151806beb2ac95356a7a8275498ccddf125 (patch) | |
| tree | aebcb3192f0e813db6048c82fb965ee607af5147 /recipes-bsp/dfe-lld | |
| parent | edf5e8ca6cc0728abbc47834bcd74837621c28ec (diff) | |
| download | meta-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.bb | 12 | ||||
| -rw-r--r-- | recipes-bsp/dfe-lld/dfe-lld-test_git.bb | 20 | ||||
| -rw-r--r-- | recipes-bsp/dfe-lld/dfe-lld.inc | 14 | ||||
| -rw-r--r-- | recipes-bsp/dfe-lld/dfe-lld_git.bb | 20 |
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 @@ | |||
| 1 | SUMMARY = "TI RTOS level driver for Digital Radio Front End" | ||
| 2 | |||
| 3 | inherit ti-pdk | ||
| 4 | |||
| 5 | require recipes-bsp/dfe-lld/dfe-lld.inc | ||
| 6 | |||
| 7 | PR = "${INC_PR}.0" | ||
| 8 | |||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | |||
| 11 | # HTML doc link params | ||
| 12 | PDK_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 @@ | |||
| 1 | DESCRIPTION = "TI Digital Radio Front End lld test application" | ||
| 2 | |||
| 3 | DEPENDS = "common-csl-ip dfe-lld iqn2-lld" | ||
| 4 | |||
| 5 | include dfe-lld.inc | ||
| 6 | |||
| 7 | PR = "${INC_PR}.0" | ||
| 8 | |||
| 9 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} DFE_SRC_DIR=${S}" | ||
| 10 | |||
| 11 | do_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 | |||
| 18 | do_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 @@ | |||
| 1 | LICENSE = "BSD-3-Clause" | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1f4217b705bf98762a302fd720649dcc" | ||
| 4 | |||
| 5 | inherit ti-pdk-fetch | ||
| 6 | |||
| 7 | TI_PDK_COMP = "ti.drv.dfe" | ||
| 8 | |||
| 9 | PE = "1" | ||
| 10 | |||
| 11 | INC_PR = "r0" | ||
| 12 | |||
| 13 | COMPATIBLE_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 @@ | |||
| 1 | DESCRIPTION = "Digital Radio Front End low level driver" | ||
| 2 | |||
| 3 | DEPENDS = "common-csl-ip" | ||
| 4 | |||
| 5 | include dfe-lld.inc | ||
| 6 | |||
| 7 | PR = "${INC_PR}.0" | ||
| 8 | |||
| 9 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" | ||
| 10 | |||
| 11 | do_compile () { | ||
| 12 | oe_runmake lib DEVICE=k2l | ||
| 13 | } | ||
| 14 | |||
| 15 | do_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 | |||
| 20 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libdfe.a" | ||
