mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Compare commits
65 Commits
master-nex
...
ti2019.00
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e9db020a8 | ||
|
|
11050c1dd8 | ||
|
|
e2bc8d58b5 | ||
|
|
6b06d229e2 | ||
|
|
370b8ac7dc | ||
|
|
86e55506cc | ||
|
|
4d7d10fd87 | ||
|
|
9cc63c3608 | ||
|
|
52d581af93 | ||
|
|
5b6f4f38f4 | ||
|
|
c2903051a5 | ||
|
|
1b0bf1fe05 | ||
|
|
e296d717ad | ||
|
|
499192f3af | ||
|
|
e1560817aa | ||
|
|
f28e512487 | ||
|
|
d6741cc086 | ||
|
|
f6615bc6de | ||
|
|
21b3c80310 | ||
|
|
b92ef0f1fb | ||
|
|
d07d852b9e | ||
|
|
375a64b11c | ||
|
|
ddd26bf4e5 | ||
|
|
04b64d0d64 | ||
|
|
7521743f22 | ||
|
|
3a1a1a5ef1 | ||
|
|
75d301f876 | ||
|
|
d535887b37 | ||
|
|
2d308ebdcb | ||
|
|
a60231115c | ||
|
|
0a15e1d817 | ||
|
|
6817384a51 | ||
|
|
8a0e562c33 | ||
|
|
1b2afc48c1 | ||
|
|
cf17986bff | ||
|
|
84bcc65cdf | ||
|
|
c1c90906bb | ||
|
|
cf440821f8 | ||
|
|
d978dc6e81 | ||
|
|
f9a0973838 | ||
|
|
4e7fde1d5d | ||
|
|
d26b6d7c75 | ||
|
|
08764b7901 | ||
|
|
0c42e009f9 | ||
|
|
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 8800"
|
||||
|
||||
# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
|
||||
# from dmesg:
|
||||
|
||||
@@ -12,23 +12,23 @@ BOARD_GIT_URI = "git://git.ti.com/keystone-rtos/board.git"
|
||||
BOARD_GIT_PROTOCOL = "git"
|
||||
BOARD_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.BOARD.01.00.10.03A"
|
||||
BOARD_SRCREV = "ad6c58a9026e8ae91d438d07883fc07a7e80186d"
|
||||
# Below commit ID corresponds to "DEV.BOARD.01.00.10.04C"
|
||||
BOARD_SRCREV = "e794b8d6a58dc800cb406b05f45b46652c9d4f4c"
|
||||
|
||||
BRANCH ="${BOARD_GIT_BRANCH}"
|
||||
SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${BOARD_SRCREV}"
|
||||
PV = "01.00.10.03A"
|
||||
PV = "01.00.10.04C"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " i2c-lld-rtos \
|
||||
spi-lld-rtos \
|
||||
uart-lld-rtos \
|
||||
osal-rtos \
|
||||
"
|
||||
|
||||
DEPENDS_append_omap-a15 = " osal-rtos \
|
||||
ti-ndk \
|
||||
DEPENDS_append_omap-a15 = " ti-ndk \
|
||||
mmcsd-lld-rtos \
|
||||
pm-lld-rtos \
|
||||
"
|
||||
@@ -43,7 +43,6 @@ DEPENDS_append_ti33x = " gpio-lld-rtos \
|
||||
gpmc-lld-rtos \
|
||||
icss-emac-lld-rtos \
|
||||
mmcsd-lld-rtos \
|
||||
osal-rtos \
|
||||
pruss-lld-rtos \
|
||||
starterware-rtos \
|
||||
ti-ndk \
|
||||
@@ -53,7 +52,6 @@ DEPENDS_append_ti43x = " gpio-lld-rtos \
|
||||
gpmc-lld-rtos \
|
||||
icss-emac-lld-rtos \
|
||||
mmcsd-lld-rtos \
|
||||
osal-rtos \
|
||||
pruss-lld-rtos \
|
||||
starterware-rtos \
|
||||
ti-ndk \
|
||||
|
||||
@@ -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.14D"
|
||||
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.14D"
|
||||
CSL_SRCREV = "192be8698c81d31ba096892ca252a25089923823"
|
||||
|
||||
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"
|
||||
|
||||
@@ -12,14 +12,14 @@ EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
|
||||
EMAC_LLD_GIT_PROTOCOL = "git"
|
||||
EMAC_LLD_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.13C"
|
||||
EMAC_LLD_SRCREV = "e37ab39f3fa7ed7c9266e220e584c1097c32fcff"
|
||||
# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.14B"
|
||||
EMAC_LLD_SRCREV = "9ad95cde88aae23aaedf95d2146cab4a388e70d3"
|
||||
|
||||
BRANCH ="${EMAC_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${EMAC_LLD_SRCREV}"
|
||||
PV = "01.00.03.13C"
|
||||
PV = "01.00.03.14B"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " board-rtos osal-rtos"
|
||||
|
||||
@@ -12,17 +12,19 @@ FATFS_GIT_URI = "git://git.ti.com/keystone-rtos/fatfs.git"
|
||||
FATFS_GIT_PROTOCOL = "git"
|
||||
FATFS_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.12A"
|
||||
FATFS_SRCREV = "0eef7635311646b74b84375e50c7e2dfdb33ed5e"
|
||||
# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.13"
|
||||
FATFS_SRCREV = "33735fe2575b433bbe6495839f3a69ccef66ce2f"
|
||||
|
||||
BRANCH = "${FATFS_GIT_BRANCH}"
|
||||
SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${FATFS_SRCREV}"
|
||||
PV = "01.00.00.12A"
|
||||
PV = "01.00.00.13"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " mmcsd-lld-rtos"
|
||||
DEPENDS_append = " mmcsd-lld-rtos \
|
||||
osal-rtos \
|
||||
"
|
||||
|
||||
# Build with make instead of XDC
|
||||
TI_PDK_XDCMAKE = "0"
|
||||
|
||||
@@ -13,14 +13,14 @@ GPIO_LLD_GIT_PROTOCOL = "git"
|
||||
GPIO_LLD_GIT_BRANCH = "master"
|
||||
GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio"
|
||||
|
||||
# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.13A"
|
||||
GPIO_LLD_SRCREV = "74c3b87c0cd6e25e3f830c74e20264f5eb776bce"
|
||||
# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.14"
|
||||
GPIO_LLD_SRCREV = "44d3cfcd49bfffe4d02d61c541398db3ffac7ef3"
|
||||
|
||||
BRANCH = "${GPIO_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${GPIO_LLD_SRCREV}"
|
||||
PV = "01.00.00.13A"
|
||||
PV = "01.00.00.14"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -12,14 +12,14 @@ GPMC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/gpmc-lld.git"
|
||||
GPMC_LLD_GIT_PROTOCOL = "git"
|
||||
GPMC_LLD_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.GPMC_LLD.01.00.00.02"
|
||||
GPMC_LLD_SRCREV = "320b18c703f70e01ea1b487c7bf9c4e08e7ae2df"
|
||||
# Below commit ID corresponds to "DEV.GPMC_LLD.01.00.00.03A"
|
||||
GPMC_LLD_SRCREV = "9169c04d80fae0a50734527e54ec4f4f53c3a1ef"
|
||||
|
||||
BRANCH = "${GPMC_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${GPMC_LLD_GIT_URI};protocol=${GPMC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${GPMC_LLD_SRCREV}"
|
||||
PV = "01.00.00.02"
|
||||
PV = "01.00.00.03A"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " osal-rtos \
|
||||
|
||||
@@ -13,14 +13,14 @@ I2C_LLD_GIT_PROTOCOL = "git"
|
||||
I2C_LLD_GIT_BRANCH = "master"
|
||||
I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c"
|
||||
|
||||
# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.13"
|
||||
I2C_LLD_SRCREV = "b9e3347623b29c8c6709c69a26caf465ffef5b92"
|
||||
# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.14"
|
||||
I2C_LLD_SRCREV = "639374a5f9d9cf01f0e922063c13b579f6b1b908"
|
||||
|
||||
BRANCH = "${I2C_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${I2C_LLD_SRCREV}"
|
||||
PV = "01.00.00.13"
|
||||
PV = "01.00.00.14"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " osal-rtos \
|
||||
@@ -34,6 +34,9 @@ DEPENDS_append_ti43x = " starterware-rtos \
|
||||
DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
|
||||
"
|
||||
|
||||
DEPENDS_append_k2g = " pruss-lld-rtos \
|
||||
"
|
||||
|
||||
# Build with make instead of XDC
|
||||
TI_PDK_XDCMAKE = "0"
|
||||
|
||||
|
||||
@@ -9,14 +9,14 @@ ICSS_EMAC_LLD_GIT_PROTOCOL = "git"
|
||||
ICSS_EMAC_LLD_GIT_BRANCH = "master"
|
||||
ICSS_EMAC_LLD_GIT_DESTSUFFIX = "git/ti/drv/icss_emac"
|
||||
|
||||
# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.14"
|
||||
ICSS_EMAC_LLD_SRCREV = "7541d801b2f1be93fd02511cdf2143b0a200cc36"
|
||||
# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.15A"
|
||||
ICSS_EMAC_LLD_SRCREV = "94536e4f3087b87e0787f00637b00878ee085d1d"
|
||||
|
||||
BRANCH = "${ICSS_EMAC_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${ICSS_EMAC_LLD_SRCREV}"
|
||||
PV = "01.00.00.14"
|
||||
PV = "01.00.00.15A"
|
||||
INC_PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git"
|
||||
MCASP_LLD_GIT_BRANCH = "master"
|
||||
MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp"
|
||||
|
||||
# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.12"
|
||||
MCASP_LLD_SRCREV = "6da2f3272832fe906a0b9fa405542fb83db0457b"
|
||||
# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.13"
|
||||
MCASP_LLD_SRCREV = "81bb0c58f736485f9e15102f8396aea3ecec591e"
|
||||
|
||||
BRANCH = "${MCASP_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${MCASP_LLD_SRCREV}"
|
||||
PV = "01.01.00.12"
|
||||
PV = "01.01.00.13"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -13,14 +13,14 @@ MCBSP_LLD_GIT_PROTOCOL = "git"
|
||||
MCBSP_LLD_GIT_BRANCH = "master"
|
||||
MCBSP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcbsp"
|
||||
|
||||
# Below commit ID corresponds to "DEV.MCBSP_LLD.01.00.00.11A"
|
||||
MCBSP_LLD_SRCREV = "fb654c63ec9cf0c9b898a901abc176ecd9a06517"
|
||||
# Below commit ID corresponds to "DEV.MCBSP_LLD.01.00.00.12"
|
||||
MCBSP_LLD_SRCREV = "cd201419a8b4e4aefee6b9323d9a84f4ea467d6a"
|
||||
|
||||
BRANCH = "${MCBSP_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${MCBSP_LLD_GIT_URI};destsuffix=${MCBSP_LLD_GIT_DESTSUFFIX};protocol=${MCBSP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${MCBSP_LLD_SRCREV}"
|
||||
PV = "01.00.00.11A"
|
||||
PV = "01.00.00.12"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${MCBSP_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -13,14 +13,14 @@ MMCSD_LLD_GIT_PROTOCOL = "git"
|
||||
MMCSD_LLD_GIT_BRANCH = "master"
|
||||
MMCSD_LLD_GIT_DESTSUFFIX = "git/ti/drv/mmcsd"
|
||||
|
||||
# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.14"
|
||||
MMCSD_LLD_SRCREV = "cdacb10f1f89ed8017172d2470c62997aef3a633"
|
||||
# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.15A"
|
||||
MMCSD_LLD_SRCREV = "612a2d6dc91a73cdf290e4060228b0df5e209992"
|
||||
|
||||
BRANCH = "${MMCSD_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${MMCSD_LLD_GIT_URI};destsuffix=${MMCSD_LLD_GIT_DESTSUFFIX};protocol=${MMCSD_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${MMCSD_LLD_SRCREV}"
|
||||
PV = "01.00.00.14"
|
||||
PV = "01.00.00.15A"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${MMCSD_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -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.14A"
|
||||
OSAL_SRCREV = "f57cf90ba4c7dff6a016f60f2e343d777f20e06e"
|
||||
|
||||
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.14A"
|
||||
INC_PR = "r0"
|
||||
|
||||
@@ -13,14 +13,14 @@ PCIE_LLD_GIT_PROTOCOL = "git"
|
||||
PCIE_LLD_GIT_BRANCH = "master"
|
||||
PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie"
|
||||
|
||||
# Below commit ID corresponds to "DEV.PCIE_LLD.02.03.00.02"
|
||||
PCIE_LLD_SRCREV = "3c6e68d77778a2e655803b8aa1c2b8ac056518b2"
|
||||
# Below commit ID corresponds to "DEV.PCIE_LLD.02.03.00.03"
|
||||
PCIE_LLD_SRCREV = "202a89929d8da0ac923978145b4cc44cfafc12d5"
|
||||
|
||||
BRANCH = "${PCIE_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${PCIE_LLD_SRCREV}"
|
||||
PV = "02.03.00.02"
|
||||
PV = "02.03.00.03"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append_k3 = " udma-lld-rtos \
|
||||
|
||||
@@ -20,19 +20,19 @@ PM_LLD_GIT_BRANCH_k2g = "int_pm_am335x"
|
||||
|
||||
PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm"
|
||||
|
||||
# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.20"
|
||||
PM_LLD_SRCREV = "bcff5a6436275b225636e8604f8bb5c11c1bdb4c"
|
||||
# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.21"
|
||||
PM_LLD_SRCREV = "73d6a8536a420de7e7c40a4f3fd49e9e3b93ac6a"
|
||||
|
||||
# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.05B"
|
||||
PM_LLD_SRCREV_ti33x = "bac16125842f08d05156dccabec74947756d831b"
|
||||
PM_LLD_SRCREV_ti43x = "bac16125842f08d05156dccabec74947756d831b"
|
||||
PM_LLD_SRCREV_k2g = "bac16125842f08d05156dccabec74947756d831b"
|
||||
# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.05C"
|
||||
PM_LLD_SRCREV_ti33x = "dd1f8486e7738956631b7f4829c8238be2e49dd6"
|
||||
PM_LLD_SRCREV_ti43x = "dd1f8486e7738956631b7f4829c8238be2e49dd6"
|
||||
PM_LLD_SRCREV_k2g = "dd1f8486e7738956631b7f4829c8238be2e49dd6"
|
||||
|
||||
BRANCH = "${PM_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${PM_LLD_SRCREV}"
|
||||
PV = "01.08.00.20"
|
||||
PV = "01.08.00.21"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -9,13 +9,13 @@ PRUSS_LLD_GIT_PROTOCOL = "git"
|
||||
PRUSS_LLD_GIT_BRANCH = "master"
|
||||
PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss"
|
||||
|
||||
# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.12"
|
||||
PRUSS_LLD_SRCREV = "aa58dc96ad2d6bb2b3f4cbc105ff88e78420a767"
|
||||
# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.13"
|
||||
PRUSS_LLD_SRCREV = "21fee01370547a5a84076a50e66fe0d4f5dc51f2"
|
||||
|
||||
BRANCH = "${PRUSS_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${PRUSS_LLD_SRCREV}"
|
||||
PV = "01.00.00.12"
|
||||
PV = "01.00.00.13"
|
||||
INC_PR = "r0"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE_append = "|c667x-evm|k3"
|
||||
TI_PDK_XDCMAKE_k3 = "0"
|
||||
|
||||
# SA promote/demote library depends on osal
|
||||
DEPENDS_append_k3 = " osal-rtos \
|
||||
DEPENDS_append = " osal-rtos \
|
||||
"
|
||||
export PDK_SA_ROOT_PATH ="${WORKDIR}/build"
|
||||
export DEST_ROOT="${S}"
|
||||
|
||||
@@ -8,14 +8,14 @@ SA_LLD_GIT_PROTOCOL = "git"
|
||||
SA_LLD_GIT_BRANCH = "master"
|
||||
SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
|
||||
|
||||
# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.01"
|
||||
SA_LLD_SRCREV = "50aa35de32e3699d11b0bec9eb92571e6e843571"
|
||||
# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.02"
|
||||
SA_LLD_SRCREV = "0fa21847bc633c66512352007b4a713073aae968"
|
||||
|
||||
BRANCH = "${SA_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
SRCREV = "${SA_LLD_SRCREV}"
|
||||
|
||||
PV = "04.00.00.01"
|
||||
PV = "04.00.00.02"
|
||||
INC_PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -12,14 +12,14 @@ SCICLIENT_GIT_URI = "git://git.ti.com/keystone-rtos/sciclient.git"
|
||||
SCICLIENT_GIT_PROTOCOL = "git"
|
||||
SCICLIENT_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.01"
|
||||
SCICLIENT_SRCREV = "ed65f5e855e1d6ad8db240eb0d454258e33ff90e"
|
||||
# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.02B"
|
||||
SCICLIENT_SRCREV = "3b88caad398d2eeca7acf4f02c24aaa993c6b545"
|
||||
|
||||
BRANCH = "${SCICLIENT_GIT_BRANCH}"
|
||||
SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${SCICLIENT_SRCREV}"
|
||||
PV = "01.00.00.01"
|
||||
PV = "01.00.00.02B"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " osal-rtos common-csl-ip-rtos"
|
||||
|
||||
@@ -12,14 +12,14 @@ SPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/spi-lld.git"
|
||||
SPI_LLD_GIT_PROTOCOL = "git"
|
||||
SPI_LLD_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.13A"
|
||||
SPI_LLD_SRCREV = "2c6c4fe250383c8854be8fd58a6b599dbbe3fe8e"
|
||||
# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.14A"
|
||||
SPI_LLD_SRCREV = "f88180f7ee61670dc3addc3781507f04270a7eda"
|
||||
|
||||
BRANCH = "${SPI_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${SPI_LLD_SRCREV}"
|
||||
PV = "01.00.00.13A"
|
||||
PV = "01.00.00.14A"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " osal-rtos \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require starterware.inc
|
||||
|
||||
DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos"
|
||||
DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos ti-xdctools-native"
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
|
||||
|
||||
@@ -8,14 +8,14 @@ STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
|
||||
STARTERWARE_GIT_PROTOCOL = "git"
|
||||
STARTERWARE_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.09"
|
||||
STARTERWARE_SRCREV = "2206e5f0cf6252d3d49041639e7b80c56a98387b"
|
||||
# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.10"
|
||||
STARTERWARE_SRCREV = "15b7839d4fe9bfb7188025c3710ea9d7c4118309"
|
||||
|
||||
BRANCH = "${STARTERWARE_GIT_BRANCH}"
|
||||
SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${STARTERWARE_SRCREV}"
|
||||
PV = "02.01.01.09"
|
||||
PV = "02.01.01.10"
|
||||
INC_PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -6,12 +6,12 @@ TRANSPORT_GIT_URI = "git://git.ti.com/keystone-rtos/transport.git"
|
||||
TRANSPORT_GIT_PROTOCOL = "git"
|
||||
TRANSPORT_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.14"
|
||||
TRANSPORT_SRCREV = "61a564533b66ee1f21abb1285b93804ace6b4966"
|
||||
# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.15A"
|
||||
TRANSPORT_SRCREV = "808affb9c2ba050902fb04f5bda2e5af491941d5"
|
||||
|
||||
BRANCH = "${TRANSPORT_GIT_BRANCH}"
|
||||
SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${TRANSPORT_SRCREV}"
|
||||
PV = "01.00.00.14"
|
||||
PV = "01.00.00.15A"
|
||||
INC_PR = "r0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require u-boot-ti.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r6"
|
||||
|
||||
BRANCH = "ti-u-boot-2019.01"
|
||||
|
||||
SRCREV = "9d4ad70f1cc33e4cfbe95f5d00ddd23d82cf167b"
|
||||
SRCREV = "d037fa061ba36c90f803adb59bb5f3d85431ea86"
|
||||
|
||||
@@ -13,15 +13,15 @@ UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git"
|
||||
UART_LLD_GIT_PROTOCOL = "git"
|
||||
UART_LLD_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.13"
|
||||
UART_LLD_SRCREV = "f9298edb5a39bd72f256b53a0b63c6c019cdedce"
|
||||
# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.14"
|
||||
UART_LLD_SRCREV = "3cba443fcd469f8f716bbff21c9b10f60086bcbb"
|
||||
|
||||
BRANCH = "${UART_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${UART_LLD_SRCREV}"
|
||||
PV = "01.00.00.13"
|
||||
PR = "r1"
|
||||
PV = "01.00.00.14"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " edma3-lld-rtos \
|
||||
osal-rtos \
|
||||
|
||||
@@ -13,14 +13,14 @@ UDMA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/udma-lld.git"
|
||||
UDMA_LLD_GIT_PROTOCOL = "git"
|
||||
UDMA_LLD_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.UDMA_LLD.01.00.00.01A"
|
||||
UDMA_LLD_SRCREV = "e03304e15bb7f1a86c77f1a9984361c822ab2b70"
|
||||
# Below commit ID corresponds to "DEV.UDMA_LLD.01.00.00.02"
|
||||
UDMA_LLD_SRCREV = "1577913ad89201a547ba4804ccb60693963499e8"
|
||||
|
||||
BRANCH = "${UDMA_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${UDMA_LLD_GIT_URI};protocol=${UDMA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${UDMA_LLD_SRCREV}"
|
||||
PV = "01.00.00.01A"
|
||||
PV = "01.00.00.02"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " osal-rtos \
|
||||
|
||||
@@ -12,14 +12,14 @@ USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git"
|
||||
USB_LLD_GIT_PROTOCOL = "git"
|
||||
USB_LLD_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.16B"
|
||||
USB_LLD_SRCREV = "79992405d709e8593ef0e488fed336d8c186a07d"
|
||||
# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.17"
|
||||
USB_LLD_SRCREV = "d7670a7b2e9c659c2f674782c763e3e3bc22a74e"
|
||||
|
||||
BRANCH = "${USB_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${USB_LLD_SRCREV}"
|
||||
PV = "01.00.00.16B"
|
||||
PV = "01.00.00.17"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS_append = " osal-rtos"
|
||||
|
||||
@@ -12,14 +12,14 @@ PROFILING_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git"
|
||||
PROFILING_GIT_PROTOCOL = "git"
|
||||
PROFILING_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to "DEV.UTILS.01.00.00.07"
|
||||
PROFILING_SRCREV = "1f956c44ea369c9b138859cea619459a312681ea"
|
||||
# Below commit ID corresponds to "DEV.UTILS.01.00.00.08"
|
||||
PROFILING_SRCREV = "9c30f4df9ece2d5589d5f7e977d54acf1062185c"
|
||||
|
||||
BRANCH = "${PROFILING_GIT_BRANCH}"
|
||||
SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${PROFILING_SRCREV}"
|
||||
PV = "01.00.00.07"
|
||||
PV = "01.00.00.08"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/git/profiling"
|
||||
|
||||
@@ -13,14 +13,14 @@ VPS_LLD_GIT_PROTOCOL = "git"
|
||||
VPS_LLD_GIT_BRANCH = "master"
|
||||
VPS_LLD_GIT_DESTSUFFIX = "git/ti/drv/vps"
|
||||
|
||||
# Below commit ID corresponds to "DEV.VPS_LLD.01.00.01.13
|
||||
VPS_LLD_SRCREV = "58020ff07c993e6efe01d78531bc7459b9edeaf2"
|
||||
# Below commit ID corresponds to "DEV.VPS_LLD.01.00.01.13A"
|
||||
VPS_LLD_SRCREV = "f6d7c1f9cee42da1368e6414b4feeb84227d620e"
|
||||
|
||||
BRANCH = "${VPS_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${VPS_LLD_GIT_URI};destsuffix=${VPS_LLD_GIT_DESTSUFFIX};protocol=${VPS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${VPS_LLD_SRCREV}"
|
||||
PV = "01.00.01.13"
|
||||
PV = "01.00.01.13A"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
@@ -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 = "dd79f85919e94693a894edd21cae767d74751961"
|
||||
PV = "4.19.25+git${SRCPV}"
|
||||
|
||||
@@ -56,7 +56,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
BRANCH = "ti-linux-4.19.y"
|
||||
|
||||
SRCREV = "9f33c6db10809255598c25d188f1dc820ead5cfa"
|
||||
SRCREV = "85f9077a5ff8ee28e1415be4c5174c6fd71ee968"
|
||||
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,8 +4,8 @@ LICENSE = "BSD-3-Clause"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
|
||||
PV = "3_4_0_2"
|
||||
PR = "r0"
|
||||
PV = "3_4_0_3"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "ti-cgt6x-native \
|
||||
ti-xdctools-native \
|
||||
@@ -16,8 +16,13 @@ DEPENDS = "ti-cgt6x-native \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master"
|
||||
SRCREV = "52adc985f1bba7484b74f136db80728195ff37d5"
|
||||
DSPLIB_GIT_BRANCH = "master"
|
||||
DSPLIB_GIT_PROTOCOL = "git"
|
||||
DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git"
|
||||
DSPLIB_SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a"
|
||||
|
||||
SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}"
|
||||
SRCREV = "${DSPLIB_SRCREV}"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
|
||||
require ../includes/ti-paths.inc
|
||||
|
||||
PV = "3_1_2_3"
|
||||
PR = "r0"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "ti-cgt6x-native \
|
||||
ti-xdctools-native \
|
||||
@@ -16,8 +16,13 @@ DEPENDS = "ti-cgt6x-native \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git;protocol=git;branch=master"
|
||||
SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
|
||||
MATHLIB_GIT_BRANCH = "master"
|
||||
MATHLIB_GIT_PROTOCOL = "git"
|
||||
MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git"
|
||||
MATHLIB_SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
|
||||
|
||||
SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}"
|
||||
SRCREV = "${MATHLIB_SRCREV}"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -11,11 +11,17 @@ DEPENDS = "ti-cgt6x-native \
|
||||
ti-xdctools-native"
|
||||
|
||||
PV = "5_0_8"
|
||||
PR = "r0"
|
||||
PR = "r2"
|
||||
S = "${WORKDIR}/git"
|
||||
BRANCH = "master"
|
||||
SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}"
|
||||
SRCREV = "881267836907de650edadc56b8e57ab45428021d"
|
||||
|
||||
SWTOOLS_GIT_BRANCH = "master"
|
||||
SWTOOLS_GIT_PROTOCOL = "git"
|
||||
SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git"
|
||||
SWTOOLS_SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
|
||||
|
||||
SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}"
|
||||
SRCREV = "${SWTOOLS_SRCREV}"
|
||||
|
||||
|
||||
export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
|
||||
export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
|
||||
|
||||
@@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
|
||||
PV = "01.00.00.11"
|
||||
PV = "01.00.00.12A"
|
||||
PR = "r0"
|
||||
|
||||
PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
|
||||
PDK_BUILD_GIT_PROTOCOL = "git"
|
||||
PDK_BUILD_GIT_BRANCH = "master"
|
||||
|
||||
# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.11"
|
||||
PDK_BUILD_SRCREV = "0643bd171356d11546dc7704e6b9c1f12b3b4b72"
|
||||
# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.12A"
|
||||
PDK_BUILD_SRCREV = "a4f962db3b47610a014a895fd95a281b49c2c567"
|
||||
|
||||
BRANCH = "${PDK_BUILD_GIT_BRANCH}"
|
||||
SRC_URI = "\
|
||||
|
||||
Reference in New Issue
Block a user