diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:08 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:31 -0600 |
| commit | 53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (patch) | |
| tree | 2d7a22adf169476666eda7d988767506f40f3d20 /recipes-ti/ti-pdk-build | |
| parent | dd558151806beb2ac95356a7a8275498ccddf125 (diff) | |
| download | meta-ti-53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd.tar.gz | |
classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports
Remove deprecated support for compiling Keystone1/2 RTOS components and
Linux firmwares using PDK, CSL, etc.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-ti/ti-pdk-build')
| -rw-r--r-- | recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb deleted file mode 100644 index 6b491dcc..00000000 --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | DESCRIPTION = "Package containing PDK makefile infrastructure" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=92ab6f5e10f1502081c6080207e57ec1" | ||
| 4 | |||
| 5 | require recipes-ti/includes/ti-paths.inc | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | inherit ti-pdk-fetch | ||
| 10 | |||
| 11 | TI_PDK_COMP = "ti.build" | ||
| 12 | |||
| 13 | PE = "1" | ||
| 14 | |||
| 15 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" | ||
| 16 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 17 | |||
| 18 | PARALLEL_MAKE = "" | ||
| 19 | CLEANBROKEN = "1" | ||
| 20 | |||
| 21 | do_compile() { | ||
| 22 | : | ||
| 23 | } | ||
| 24 | |||
| 25 | EXTRA_OEMAKE = "-f make_install LIMIT_SOCS="${TI_PDK_LIMIT_SOCS}" PDK_INSTALL_DIR="${D}${PDK_INSTALL_DIR_RECIPE}"" | ||
| 26 | |||
| 27 | do_install() { | ||
| 28 | oe_runmake | ||
| 29 | } | ||
| 30 | |||
| 31 | FILES:${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages/*" | ||
| 32 | INSANE_SKIP:${PN} += " file-rdeps" | ||
