mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
Compare commits
21 Commits
08.02.00.0
...
ti2019.00-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef48346152 | ||
|
|
7851d17a62 | ||
|
|
97902447ab | ||
|
|
2aab52b029 | ||
|
|
b6e4dd381a | ||
|
|
2d28304b1b | ||
|
|
b365787699 | ||
|
|
b8ca4ee3eb | ||
|
|
abc4135ff9 | ||
|
|
6d79db2b0d | ||
|
|
0c96228599 | ||
|
|
c5df7fe1c7 | ||
|
|
3674211d68 | ||
|
|
b844db9012 | ||
|
|
11e842f436 | ||
|
|
230b4d8d83 | ||
|
|
1a74169a71 | ||
|
|
0e574f616e | ||
|
|
68b8ba61b1 | ||
|
|
2ff4172c52 | ||
|
|
21ba9dfb72 |
2
README
2
README
@@ -8,7 +8,7 @@ This layer depends on:
|
||||
|
||||
URI: git://git.openembedded.org/openembedded-core
|
||||
layers: meta
|
||||
branch: master
|
||||
branch: thud
|
||||
|
||||
|
||||
The base BSP part of meta-ti should work with different OpenEmbedded/Yocto
|
||||
|
||||
@@ -24,7 +24,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
||||
# UBI: logical eraseblock size: 126976 bytes
|
||||
# from ubiattach stdout:
|
||||
# UBI device number 0, total 1988 LEBs
|
||||
MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8600"
|
||||
MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8700"
|
||||
|
||||
# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
|
||||
# from dmesg:
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
|
||||
|
||||
COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1"
|
||||
|
||||
PV = "03.03.00.13A"
|
||||
PV = "03.03.00.14"
|
||||
INC_PR = "r0"
|
||||
PE = "1"
|
||||
|
||||
@@ -13,8 +13,8 @@ CSL_GIT_PROTOCOL ="git"
|
||||
CSL_GIT_BRANCH = "release"
|
||||
CSL_GIT_DESTSUFFIX = "git"
|
||||
|
||||
# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.13A"
|
||||
CSL_SRCREV = "6c52da764788e8611d763391f63616e085dae049"
|
||||
# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.14"
|
||||
CSL_SRCREV = "9112e708c40f7d8772492f9deb71f6448985bcb1"
|
||||
|
||||
BRANCH="${CSL_GIT_BRANCH}"
|
||||
SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -6,12 +6,12 @@ EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
|
||||
EDMA3_LLD_GIT_PROTOCOL = "git"
|
||||
EDMA3_LLD_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to version 2.12.05.30C
|
||||
EDMA3_LLD_SRCREV = "a52b8f2a4bd4ca584bbd5bebba30563add353c5a"
|
||||
# Below commit ID corresponds to version 2.12.05.30D
|
||||
EDMA3_LLD_SRCREV = "20750e17302116f3760aba68f8323ae110d1cbd0"
|
||||
|
||||
BRANCH = "${EDMA3_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
SRCREV = "${EDMA3_LLD_SRCREV}"
|
||||
|
||||
PV = "2.12.05.30C"
|
||||
PV = "2.12.05.30D"
|
||||
INC_PR = "r0"
|
||||
|
||||
@@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce"
|
||||
|
||||
SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git"
|
||||
|
||||
SRCREV = "e95e96e6d1e112a18d6935a8ede91fefeae70a8f"
|
||||
SRCREV = "e4872a8966a267d537399b1babc54e5f66ae8b3b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PV = "3.00.15.00"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
|
||||
|
||||
@@ -9,12 +9,12 @@ OSAL_GIT_PROTOCOL = "git"
|
||||
OSAL_GIT_BRANCH = "master"
|
||||
OSAL_GIT_DESTSUFFIX = "git/ti/osal"
|
||||
|
||||
# Below commit ID corresponding to "DEV.OSAL.01.00.00.13A"
|
||||
OSAL_SRCREV = "0615fea1ac9a2639445362f2da628802011a8824"
|
||||
# Below commit ID corresponding to "DEV.OSAL.01.00.00.14"
|
||||
OSAL_SRCREV = "96a9ad7b42bfe4e212713a6753f23cad6c3b287b"
|
||||
|
||||
BRANCH = "${OSAL_GIT_BRANCH}"
|
||||
SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${OSAL_SRCREV}"
|
||||
PV = "01.00.00.13A"
|
||||
PV = "01.00.00.14"
|
||||
INC_PR = "r0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require u-boot-ti.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r4"
|
||||
|
||||
BRANCH = "ti-u-boot-2019.01"
|
||||
|
||||
SRCREV = "9d4ad70f1cc33e4cfbe95f5d00ddd23d82cf167b"
|
||||
SRCREV = "2947de9e99fc223ecc8cd8ae888ab9b9019333c6"
|
||||
|
||||
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c
|
||||
|
||||
DEPENDS = "libdrm udev"
|
||||
|
||||
PROVIDES += "virtual/libgbm"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BRANCH = "next"
|
||||
|
||||
@@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:"
|
||||
|
||||
BRANCH = "ti-rt-linux-4.19.y"
|
||||
|
||||
SRCREV = "e7773a524819bf5f46c2bdb207d123840fda7819"
|
||||
SRCREV = "24b7d60eb75b1193fed97f0a275ff47afddb6dc3"
|
||||
PV = "4.19.25+git${SRCPV}"
|
||||
|
||||
@@ -56,7 +56,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
BRANCH = "ti-linux-4.19.y"
|
||||
|
||||
SRCREV = "9f33c6db10809255598c25d188f1dc820ead5cfa"
|
||||
SRCREV = "e7e1c645f0757d6c7d8636b3d8080efa0812f2c8"
|
||||
PV = "4.19.25+git${SRCPV}"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
require recipes-ti/bios/ti-sysbios.inc
|
||||
|
||||
PV = "6_73_01_01"
|
||||
PV = "6_75_02_00"
|
||||
PR = "r0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9"
|
||||
LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1"
|
||||
|
||||
SRC_URI[sysbiosbin.md5sum] = "899ddf89d259e2848b93d6d53902a2d5"
|
||||
SRC_URI[sysbiosbin.sha256sum] = "005b63d59308e0fe6e8fc4ff9d760c829880fb3e0daf43eb8181680ddf11ac85"
|
||||
SRC_URI[sysbiosbin.md5sum] = "8bca751d3054e74b9edb510a0d099095"
|
||||
SRC_URI[sysbiosbin.sha256sum] = "c92cb72f86656b1e37454e238e9838f301eeeb4d711a0f4a84089ef80ccb6013"
|
||||
|
||||
TI_BIN_UNPK_CMDS = ""
|
||||
TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
|
||||
@@ -1,16 +1,16 @@
|
||||
DESCRIPTION = "Baremetal GCC for ARM"
|
||||
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b"
|
||||
LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=f77466c63f5787f4bd669c402aabe061"
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
|
||||
SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2;name=gcc-arm-none"
|
||||
SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2;name=gcc-arm-none"
|
||||
|
||||
SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9"
|
||||
SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb"
|
||||
SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0"
|
||||
SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69"
|
||||
|
||||
S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
|
||||
S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update"
|
||||
|
||||
# only x86_64 is supported
|
||||
COMPATIBLE_HOST = "x86_64.*-linux"
|
||||
@@ -23,6 +23,7 @@ do_install() {
|
||||
|
||||
FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
|
||||
|
||||
INSANE_SKIP_${PN} = "already-stripped libdir staticdev"
|
||||
INSANE_SKIP_${PN} = "already-stripped libdir staticdev build-deps file-rdeps"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -7,22 +7,21 @@ require recipes-ti/includes/ti-paths.inc
|
||||
require recipes-ti/includes/ti-staging.inc
|
||||
require recipes-ti/includes/ti-unpack.inc
|
||||
|
||||
PV = "2_41_00"
|
||||
|
||||
PV = "2.61.00"
|
||||
PE = "1"
|
||||
S = "${WORKDIR}/cg_xml_${PV}"
|
||||
|
||||
SRC_URI = "\
|
||||
http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${PV}/cg_xml-v${PV}-Linux-x86-Install;name=cgxmlbin_linux \
|
||||
http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${@'${PV}'.replace('.','_')}/cgxml-${PV}-linux-installer.run;name=cgxmlbin_linux \
|
||||
"
|
||||
LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=fc02a39748ba50373f32b2f4a5e3a684"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=ba23d76ef3d5ec111b03267105c91bd4"
|
||||
SRC_URI[cgxmlbin_linux.md5sum] = "6ce60caa97bbf15158d806fb062fadff"
|
||||
SRC_URI[cgxmlbin_linux.sha256sum] = "da77cb10bd3d5de89e27e4ce8f4408a2e50775c8980225f9a828ddc242bb81f9"
|
||||
|
||||
SRC_URI[cgxmlbin_linux.md5sum] = "9e421f25f6da455b0155570ce0e62628"
|
||||
SRC_URI[cgxmlbin_linux.sha256sum] = "bbc25f4abe27a8b93bae1d8581c3dee87111c3769c305d086287038ee9038cbf"
|
||||
|
||||
BINFILE="cg_xml-v${PV}-Linux-x86-Install"
|
||||
BINFILE="cgxml-${PV}-linux-installer.run"
|
||||
TI_BIN_UNPK_CMDS=""
|
||||
TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent"
|
||||
TI_BIN_UNPK_ARGS="--prefix ${S} --mode unattended"
|
||||
|
||||
do_install() {
|
||||
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
|
||||
@@ -1,6 +0,0 @@
|
||||
include ti-cgt-arm.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=1c0dc8c15d8c4768e399b9ce7651c25e"
|
||||
|
||||
BINFILE_MD5 = "ccae16e9c6fc3749e7da49d3a2b6fb44"
|
||||
BINFILE_SHA256 = "13b66686cc012af6f2e7f021099b5bc735a461d8eb254a2b0edef0fd8b26e81e"
|
||||
6
recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb
Normal file
6
recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
include ti-cgt-arm.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=3faed35326711d6596f0377279323df1"
|
||||
|
||||
BINFILE_MD5 = "d0559bccc323002a9256dd68e1d223ab"
|
||||
BINFILE_SHA256 = "8462eb7ce837274582721ed75c73928865d7678aca23b30fde962cdd36c21414"
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "TI ARM Code Generation Tools"
|
||||
HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
|
||||
LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
|
||||
LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
|
||||
|
||||
inherit native
|
||||
require recipes-ti/includes/ti-unpack.inc
|
||||
@@ -9,7 +9,7 @@ require recipes-ti/includes/ti-paths.inc
|
||||
|
||||
S = "${WORKDIR}/ti-cgt-arm-${PV}"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}"
|
||||
|
||||
@@ -17,18 +17,6 @@ BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin"
|
||||
TI_BIN_UNPK_ARGS = "--prefix ${S}"
|
||||
TI_BIN_UNPK_CMDS = ""
|
||||
|
||||
do_configure_append() {
|
||||
# Remove the library if it exists to prevent an error when building the
|
||||
# library in do_compile().
|
||||
rm -f ./ti-cgt-arm_${PV}.LTS/lib/rtsv7R4_A_le_v3D16_eabi.lib
|
||||
}
|
||||
|
||||
do_compile_append() {
|
||||
cd ${S}/ti-cgt-arm_${PV}.LTS
|
||||
export PATH=${PATH}:${S}/ti-cgt-arm_${PV}.LTS/bin
|
||||
lib/mklib --pattern=rtsv7R4_A_le_v3D16_eabi.lib
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
|
||||
cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
DESCRIPTION = "TI DSP Code Generation Tools"
|
||||
HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
|
||||
LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD"
|
||||
LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000_8.2.x_CodeGenerationTools_Manifest.htm;md5=66147c95fc5d3f900b73414f8258c91e"
|
||||
LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000_8.2.x_CodeGenerationTools_Manifest.htm;md5=66147c95fc5d3f900b73414f8258c91e"
|
||||
LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
|
||||
LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -26,7 +26,6 @@ python __anonymous() {
|
||||
raise bb.parse.SkipPackage("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv))
|
||||
}
|
||||
|
||||
|
||||
BINFILE = "ti_cgt_c6000_${PV}_linux_installer_x86.bin"
|
||||
BINFILE_NAME = "cgt6x_x86_installer"
|
||||
TI_BIN_UNPK_ARGS = "--prefix ${S}"
|
||||
@@ -37,11 +36,11 @@ BINFILE_NAME_class-target = "cgt6x_arm_installer"
|
||||
|
||||
SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}"
|
||||
|
||||
SRC_URI[cgt6x_x86_installer.md5sum] = "548c841b231c2fbd954218d4e370c995"
|
||||
SRC_URI[cgt6x_x86_installer.sha256sum] = "f269e51eb29de2efd32b3ea93beebd7b00a1a156c923be1a33ba7d785c4c6a24"
|
||||
SRC_URI[cgt6x_x86_installer.md5sum] = "f1f534e6a4bdee6df39e8d0cb458d161"
|
||||
SRC_URI[cgt6x_x86_installer.sha256sum] = "1fba2a8f5532b33a23677771d686a866171ce7a0e567fed50d900d0ecd2e17e6"
|
||||
|
||||
SRC_URI[cgt6x_arm_installer.md5sum] = "56f5e5464ab87af517a6cdd5fed06f3f"
|
||||
SRC_URI[cgt6x_arm_installer.sha256sum] = "4b2e605a4afc3d4d0ac74013ee32496541abf093aedd70bc7ef040597933b1ea"
|
||||
SRC_URI[cgt6x_arm_installer.md5sum] = "425d82308e71202ad004a36b7ec3cec9"
|
||||
SRC_URI[cgt6x_arm_installer.sha256sum] = "70c387ddde379194fed712087be6cb0ca5f4f0e65d7f29bd7462c38ee011928f"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
@@ -54,10 +53,8 @@ do_install() {
|
||||
install -m 755 ${binfile} ${D}${datadir}/ti/cgt-c6x/bin
|
||||
done
|
||||
|
||||
install -d ${D}${datadir}/ti/cgt-c6x/include
|
||||
for includefile in ${S}/ti-cgt-c6000_${PV}/include/*; do
|
||||
install -m 644 ${includefile} ${D}${datadir}/ti/cgt-c6x/include
|
||||
done
|
||||
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
|
||||
cp ${CP_ARGS} ${S}/ti-cgt-c6000_${PV}/include ${D}${datadir}/ti/cgt-c6x/include
|
||||
|
||||
install -d ${D}${datadir}/ti/cgt-c6x/lib
|
||||
for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.a; do
|
||||
@@ -72,11 +69,6 @@ do_install() {
|
||||
install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
|
||||
done
|
||||
|
||||
install -d ${D}${datadir}/ti/cgt-c6x/lib/src
|
||||
for srcfile in ${S}/ti-cgt-c6000_${PV}/lib/src/*; do
|
||||
install -m 644 ${srcfile} ${D}${datadir}/ti/cgt-c6x/lib/src
|
||||
done
|
||||
|
||||
install -d ${D}${datadir}/man/man1
|
||||
for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do
|
||||
if [ -e ${manfile} ]; then
|
||||
@@ -89,7 +81,7 @@ do_install() {
|
||||
install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
|
||||
done
|
||||
|
||||
for docfile in ${S}/ti-cgt-c6000_${PV}/*.htm; do
|
||||
for docfile in ${S}/ti-cgt-c6000_${PV}/*.html; do
|
||||
install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
|
||||
done
|
||||
|
||||
@@ -97,10 +89,6 @@ do_install() {
|
||||
install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
|
||||
done
|
||||
|
||||
for docfile in ${S}/ti-cgt-c6000_${PV}/doc/*; do
|
||||
install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
|
||||
done
|
||||
|
||||
}
|
||||
|
||||
do_install_class-target() {
|
||||
@@ -1,9 +0,0 @@
|
||||
require recipes-ti/devtools/ti-xdctools-core.inc
|
||||
|
||||
PV = "3_50_08_24"
|
||||
PR = "r0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;beginline=1;endline=140;md5=1796f68c3d32d408415f5612f1f60652"
|
||||
|
||||
SRC_URI[xdczip.md5sum] = "19e73ea981354e6fa7144978bc16e215"
|
||||
SRC_URI[xdczip.sha256sum] = "335fd4050abba8e3c1c38d382d39a889441ef0d9bee57dba5892923acd586488"
|
||||
9
recipes-ti/devtools/ti-xdctools_3.51.01.18.bb
Normal file
9
recipes-ti/devtools/ti-xdctools_3.51.01.18.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
require recipes-ti/devtools/ti-xdctools-core.inc
|
||||
|
||||
PV = "3_51_01_18"
|
||||
PR = "r0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;beginline=1;endline=140;md5=7d8508a640d8e76fe372141df01c351f"
|
||||
|
||||
SRC_URI[xdczip.md5sum] = "54b80b603471623c1dbb0cfeb75b0fe2"
|
||||
SRC_URI[xdczip.sha256sum] = "9bbbf433f0970bcb0cbf938615afe4d54420ecc56bc6e872f1a004338a8f19d5"
|
||||
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
|
||||
PV = "3_4_0_2"
|
||||
PV = "3_4_0_3"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "ti-cgt6x-native \
|
||||
@@ -17,7 +17,7 @@ DEPENDS = "ti-cgt6x-native \
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master"
|
||||
SRCREV = "52adc985f1bba7484b74f136db80728195ff37d5"
|
||||
SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "BSD"
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
|
||||
PV = "2_06_02_01"
|
||||
PV = "2_06_03_00"
|
||||
PR = "r0"
|
||||
|
||||
OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git"
|
||||
@@ -14,7 +14,7 @@ OPENMP_RTOS_GIT_BRANCH = "master"
|
||||
BRANCH = "${OPENMP_RTOS_GIT_BRANCH}"
|
||||
SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "69af0caf19c2713e21b25e77acf103074be129f2"
|
||||
SRCREV = "c090eb664d9815a36ead0e14f31e102590680fb8"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ PR = "r0"
|
||||
S = "${WORKDIR}/git"
|
||||
BRANCH = "master"
|
||||
SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}"
|
||||
SRCREV = "881267836907de650edadc56b8e57ab45428021d"
|
||||
SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
|
||||
|
||||
export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
|
||||
export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user