summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:09 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:31 -0600
commit183896349c55c1118b9d70b562755e30b32b5780 (patch)
tree98f8cfc4ff10d358acf4617959de28f2482b630b /recipes-ti
parent53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (diff)
downloadmeta-ti-183896349c55c1118b9d70b562755e30b32b5780.tar.gz
meta-ti: remove remaining Keystone1/2 overrides
Cleanup remaining recipes that are used by other platforms from any machine overrides that still refer to deprecated Keystone1/2 platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/ctoolslib/libaet_git.bb3
-rw-r--r--recipes-ti/imglib/imglib-c66x.inc2
-rw-r--r--recipes-ti/ipc/ti-ipc-common.inc7
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc15
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_git.bb23
-rw-r--r--recipes-ti/ipc/ti-ipc_git.bb4
-rw-r--r--recipes-ti/openmp-rtos/openmp-rtos_git.bb13
-rw-r--r--recipes-ti/uio-test-pruss/uio-test-pruss_git.bb3
-rw-r--r--recipes-ti/vlib/vlib-c66x.inc2
9 files changed, 5 insertions, 67 deletions
diff --git a/recipes-ti/ctoolslib/libaet_git.bb b/recipes-ti/ctoolslib/libaet_git.bb
index 6d6680f0..c15ab229 100644
--- a/recipes-ti/ctoolslib/libaet_git.bb
+++ b/recipes-ti/ctoolslib/libaet_git.bb
@@ -17,7 +17,6 @@ S = "${WORKDIR}/git/aet"
17 17
18DEVICE="" 18DEVICE=""
19DEVICE:dra7xx = "DRA7xx" 19DEVICE:dra7xx = "DRA7xx"
20DEVICE:keystone = "C66AK2Hxx"
21 20
22EXTRA_OEMAKE = "C6X_C_DIR=${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x/include" 21EXTRA_OEMAKE = "C6X_C_DIR=${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x/include"
23 22
@@ -29,7 +28,7 @@ do_install() {
29 install -m 0644 ${S}/build/c66/libaet.ae66 ${D}${datadir}/ti/ctoolslib/aet/lib/ 28 install -m 0644 ${S}/build/c66/libaet.ae66 ${D}${datadir}/ti/ctoolslib/aet/lib/
30} 29}
31 30
32COMPATIBLE_MACHINE = "dra7xx|keystone" 31COMPATIBLE_MACHINE = "dra7xx"
33PACKAGE_ARCH = "${MACHINE_ARCH}" 32PACKAGE_ARCH = "${MACHINE_ARCH}"
34 33
35FILES:${PN}-dev += "\ 34FILES:${PN}-dev += "\
diff --git a/recipes-ti/imglib/imglib-c66x.inc b/recipes-ti/imglib/imglib-c66x.inc
index 82fea284..ab5cbdb6 100644
--- a/recipes-ti/imglib/imglib-c66x.inc
+++ b/recipes-ti/imglib/imglib-c66x.inc
@@ -7,7 +7,7 @@ require ../includes/ti-paths.inc
7require ../includes/ti-staging.inc 7require ../includes/ti-staging.inc
8require ../includes/ti-unpack.inc 8require ../includes/ti-unpack.inc
9 9
10COMPATIBLE_MACHINE = "omap-a15|keystone" 10COMPATIBLE_MACHINE = "omap-a15"
11 11
12SRC_URI = "http://software-dl.ti.com/sdoemb/sdoemb_public_sw/imglib/${PV}/exports/${BINFILE};name=imglib" 12SRC_URI = "http://software-dl.ti.com/sdoemb/sdoemb_public_sw/imglib/${PV}/exports/${BINFILE};name=imglib"
13 13
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index 1879a3f2..4962a3ec 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -7,13 +7,6 @@ COMPATIBLE_HOST:ti-soc = "(.*)"
7 7
8PLATFORM = "UNKNOWN" 8PLATFORM = "UNKNOWN"
9PLATFORM:dra7xx = "DRA7XX" 9PLATFORM:dra7xx = "DRA7XX"
10PLATFORM:k2hk = "TCI6638"
11PLATFORM:k2l = "TCI6630"
12PLATFORM:k2e = "66AK2E"
13PLATFORM:k2g = "66AK2G"
14PLATFORM:omapl138 = "OMAPL138" 10PLATFORM:omapl138 = "OMAPL138"
15PLATFORM_c667x-evm = "C6678"
16PLATFORM_c665x-evm = "C6678"
17 11
18ALT_PLATFORM:k2hk = "TCI6636"
19ALT_PLATFORM:am57xx-evm = "AM572X AM571X" 12ALT_PLATFORM:am57xx-evm = "AM572X AM571X"
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index a43d6935..56667ad1 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -41,17 +41,12 @@ RELEASE_SUFFIX = ""
41 41
42PR = "${INC_PR}.r0" 42PR = "${INC_PR}.r0"
43 43
44DEPENDS:append:keystone = " ti-cgt6x-native \
45 gcc-arm-baremetal-native \
46"
47DEPENDS:append:omap-a15 = " ti-cgt6x-native \ 44DEPENDS:append:omap-a15 = " ti-cgt6x-native \
48 ti-cgt-arm-native \ 45 ti-cgt-arm-native \
49 gcc-arm-baremetal-native \ 46 gcc-arm-baremetal-native \
50" 47"
51DEPENDS:append:omapl138 = " ti-cgt6x-native \ 48DEPENDS:append:omapl138 = " ti-cgt6x-native \
52" 49"
53DEPENDS:append:c66x = " ti-cgt6x-native \
54"
55 50
56IPC_TARGETS = "" 51IPC_TARGETS = ""
57 52
@@ -66,16 +61,6 @@ IPC_TARGETS:omapl138 = "\
66 ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ 61 ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
67" 62"
68 63
69IPC_TARGETS:keystone = " \
70 gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
71 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
72 ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
73"
74IPC_TARGETS:c66x = " \
75 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
76 ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
77"
78
79PARALLEL_XDC = "${@oe.utils.parallel_make_argument(d, '--jobs=%d')}" 64PARALLEL_XDC = "${@oe.utils.parallel_make_argument(d, '--jobs=%d')}"
80EXTRA_OEMAKE = "\ 65EXTRA_OEMAKE = "\
81 PLATFORM=${PLATFORM} \ 66 PLATFORM=${PLATFORM} \
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 3439cab1..abef3195 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -73,34 +73,11 @@ do_install() {
73} 73}
74 74
75KFDSPNUM = "0" 75KFDSPNUM = "0"
76KFDSPNUM:k2hk = "8"
77KFDSPNUM:k2l = "4"
78KFDSPNUM:keystone = "1"
79 76
80KFPLAT = "" 77KFPLAT = ""
81KFPLAT:k2hk = "TCI6638K2K"
82KFPLAT:k2l = "TCI6630K2L"
83KFPLAT:k2e = "C66AK2E"
84KFPLAT:k2g = "TCI66AK2G02"
85 78
86ALTERNATIVE_PRIORITY = "5" 79ALTERNATIVE_PRIORITY = "5"
87 80
88pkg_postinst:${PN}-fw:keystone () {
89 i=0
90 while [ $i -lt ${KFDSPNUM} ]; do
91 update-alternatives --install /lib/firmware/keystone-dsp$i-fw keystone-dsp$i-fw ipc/ti_platforms_evm${KFPLAT}_core0/messageq_single.xe66 ${ALTERNATIVE_PRIORITY}
92 i=$(($i + 1))
93 done
94}
95
96pkg_postrm:${PN}-fw:keystone () {
97 i=0
98 while [ $i -lt ${KFDSPNUM} ]; do
99 update-alternatives --remove keystone-dsp$i-fw ipc/ti_platforms_evm${KFPLAT}_core0/messageq_single.xe66
100 i=$(($i + 1))
101 done
102}
103
104pkg_postinst:${PN}-fw:omap-a15 () { 81pkg_postinst:${PN}-fw:omap-a15 () {
105 update-alternatives --install /lib/firmware/dra7-dsp1-fw.xe66 dra7-dsp1-fw.xe66 ipc/ti_platforms_evmDRA7XX_dsp1/test_omx_dsp1_vayu.xe66 ${ALTERNATIVE_PRIORITY} 82 update-alternatives --install /lib/firmware/dra7-dsp1-fw.xe66 dra7-dsp1-fw.xe66 ipc/ti_platforms_evmDRA7XX_dsp1/test_omx_dsp1_vayu.xe66 ${ALTERNATIVE_PRIORITY}
106 update-alternatives --install /lib/firmware/dra7-dsp2-fw.xe66 dra7-dsp2-fw.xe66 ipc/ti_platforms_evmDRA7XX_dsp2/test_omx_dsp2_vayu.xe66 ${ALTERNATIVE_PRIORITY} 83 update-alternatives --install /lib/firmware/dra7-dsp2-fw.xe66 dra7-dsp2-fw.xe66 ipc/ti_platforms_evmDRA7XX_dsp2/test_omx_dsp2_vayu.xe66 ${ALTERNATIVE_PRIORITY}
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index ed712bab..01b857c2 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -16,10 +16,6 @@ SRC_URI += "file://tiipclad-daemon.sh \
16 16
17DAEMON = "UNKNOWN" 17DAEMON = "UNKNOWN"
18DAEMON:dra7xx = "lad_dra7xx" 18DAEMON:dra7xx = "lad_dra7xx"
19DAEMON:k2hk = "lad_tci6638"
20DAEMON:k2l = "lad_tci6630"
21DAEMON:k2e = "lad_66ak2e"
22DAEMON:k2g = "lad_66ak2g"
23DAEMON:omapl138 = "lad_omapl138" 19DAEMON:omapl138 = "lad_omapl138"
24 20
25inherit autotools-brokensep pkgconfig update-rc.d systemd 21inherit autotools-brokensep pkgconfig update-rc.d systemd
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
index 119c070a..59a9635d 100644
--- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb
+++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
@@ -24,11 +24,8 @@ SRCREV = "c090eb664d9815a36ead0e14f31e102590680fb8"
24LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" 24LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee"
25 25
26DEPENDS = "common-csl-ip-rtos doxygen-native libulm ti-xdctools-native ti-ipc-rtos ti-sysbios ti-cgt6x-native zip-native" 26DEPENDS = "common-csl-ip-rtos doxygen-native libulm ti-xdctools-native ti-ipc-rtos ti-sysbios ti-cgt6x-native zip-native"
27DEPENDS:append:k2hk = " qmss-lld-rtos cppi-lld-rtos"
28DEPENDS:append:k2e = " qmss-lld-rtos cppi-lld-rtos"
29DEPENDS:append:k2l = " qmss-lld-rtos cppi-lld-rtos"
30 27
31COMPATIBLE_MACHINE = "keystone|omap-a15" 28COMPATIBLE_MACHINE = "omap-a15"
32PACKAGE_ARCH = "${MACHINE_ARCH}" 29PACKAGE_ARCH = "${MACHINE_ARCH}"
33 30
34S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
@@ -38,22 +35,14 @@ export BIOS_DIR = "${SYSBIOS_INSTALL_DIR}"
38export ULM_DIR ="${STAGING_DIR_TARGET}/usr/share/ti/ulm" 35export ULM_DIR ="${STAGING_DIR_TARGET}/usr/share/ti/ulm"
39export C6636_PDK_DIR ="${PDK_INSTALL_DIR}" 36export C6636_PDK_DIR ="${PDK_INSTALL_DIR}"
40export AM572_PDK_DIR ="${PDK_INSTALL_DIR}" 37export AM572_PDK_DIR ="${PDK_INSTALL_DIR}"
41export K2G_PDK_DIR ="${PDK_INSTALL_DIR}"
42export XDCCGROOT = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" 38export XDCCGROOT = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"
43 39
44export BUILD_K2H = "0"
45export BUILD_AM572 = "0" 40export BUILD_AM572 = "0"
46export BUILD_K2G = "0"
47 41
48BUILD_K2H:keystone = "1"
49BUILD_AM572:omap-a15 = "1" 42BUILD_AM572:omap-a15 = "1"
50BUILD_K2H:k2g = "0"
51BUILD_K2G:k2g = "1"
52 43
53RELEASE_TARGET = "" 44RELEASE_TARGET = ""
54RELEASE_TARGET:keystone = "k2x"
55RELEASE_TARGET:omap-a15 = "am57xx" 45RELEASE_TARGET:omap-a15 = "am57xx"
56RELEASE_TARGET:k2g = "k2g"
57 46
58do_compile() { 47do_compile() {
59 make -f utils/product/Makefile .zipfile 48 make -f utils/product/Makefile .zipfile
diff --git a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
index b5186e0c..59576daa 100644
--- a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
+++ b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
@@ -21,7 +21,7 @@ SRCREV = "${UIO_TEST_PRUSS_SRCREV}"
21 21
22PR = "r0" 22PR = "r0"
23 23
24COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x|k2g" 24COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x"
25 25
26PACKAGE_ARCH = "${MACHINE_ARCH}" 26PACKAGE_ARCH = "${MACHINE_ARCH}"
27 27
@@ -29,7 +29,6 @@ DEVICE_NAME = ""
29DEVICE_NAME:append:am57xx-evm = "am57xx" 29DEVICE_NAME:append:am57xx-evm = "am57xx"
30DEVICE_NAME:append:ti33x = "am33xx" 30DEVICE_NAME:append:ti33x = "am33xx"
31DEVICE_NAME:append:ti43x = "am43xx" 31DEVICE_NAME:append:ti43x = "am43xx"
32DEVICE_NAME:append:k2g = "k2g"
33 32
34EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}" 33EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}"
35 34
diff --git a/recipes-ti/vlib/vlib-c66x.inc b/recipes-ti/vlib/vlib-c66x.inc
index 9ab9c506..460964b3 100644
--- a/recipes-ti/vlib/vlib-c66x.inc
+++ b/recipes-ti/vlib/vlib-c66x.inc
@@ -7,7 +7,7 @@ require ../includes/ti-paths.inc
7require ../includes/ti-staging.inc 7require ../includes/ti-staging.inc
8require ../includes/ti-eula-unpack.inc 8require ../includes/ti-eula-unpack.inc
9 9
10COMPATIBLE_MACHINE = "omap-a15|keystone" 10COMPATIBLE_MACHINE = "omap-a15"
11 11
12SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin" 12SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin"
13 13