mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 09:30:21 +00:00
Compare commits
28 Commits
ti2014.10.
...
daisy
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
090b02a104 | ||
|
|
3ba05c758e | ||
|
|
1a9bf092a5 | ||
|
|
dc486eb2b6 | ||
|
|
d7a14691e3 | ||
|
|
ba7c4b9b98 | ||
|
|
001cce1e78 | ||
|
|
355915791b | ||
|
|
667f44b581 | ||
|
|
f3519cab14 | ||
|
|
7ce026fb81 | ||
|
|
524e33b66b | ||
|
|
f2bc9c3bba | ||
|
|
b5e6b69152 | ||
|
|
25bc201f81 | ||
|
|
e8491188cc | ||
|
|
fed606f468 | ||
|
|
94a0f1c1b9 | ||
|
|
2bb8a7425c | ||
|
|
ee2d74c3e3 | ||
|
|
796837592c | ||
|
|
89489aaeee | ||
|
|
65d78fb686 | ||
|
|
b28b085864 | ||
|
|
12b8d3c9ec | ||
|
|
6e02d2ddef | ||
|
|
878b2fb694 | ||
|
|
21c7bf1605 |
@@ -13,5 +13,8 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
||||
ti-ipc \
|
||||
cmem-mod \
|
||||
hplib-mod \
|
||||
gdbserverproxy-module-drv \
|
||||
debugss-module-drv \
|
||||
uio-module-drv \
|
||||
"
|
||||
|
||||
@@ -24,7 +24,7 @@ SERIAL_CONSOLE = "115200 ttyO0"
|
||||
# UBI: logical eraseblock size: 126976 bytes
|
||||
# from ubiattach stdout:
|
||||
# UBI device number 0, total 1988 LEBs
|
||||
MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
|
||||
MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4200"
|
||||
|
||||
# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
|
||||
# from dmesg:
|
||||
|
||||
@@ -3,18 +3,19 @@ LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
|
||||
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
|
||||
|
||||
PV = "2.0+git${SRCPV}"
|
||||
PR = "r2"
|
||||
PR = "r4"
|
||||
|
||||
BRANCH = "master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
#Tag "K2_BM_14.09"
|
||||
SRCREV = "4b0287a3fa9c7a25c75bbe3a54f4ac2a92dc0aaa"
|
||||
#Tag "K2_BM_15.07"
|
||||
SRCREV = "62d198687a34a9df375c1686d75ad4f85515dcf9"
|
||||
|
||||
BOOT_MONITOR_BINARY ?= "skern.bin"
|
||||
BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin"
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
|
||||
include cmem.inc
|
||||
|
||||
# This package builds a kernel module, use kernel PR as base and append a local
|
||||
MACHINE_KERNEL_PR_append = "b"
|
||||
MACHINE_KERNEL_PR_append = "a"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
inherit module
|
||||
|
||||
@@ -3,11 +3,11 @@ HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1"
|
||||
|
||||
BRANCH ?= "master"
|
||||
# This corresponds to version 4.10.01.02
|
||||
SRCREV = "a51d9770021fd16c97fc59b320286a3fa43278bc"
|
||||
BRANCH ?= "lu-next"
|
||||
# This corresponds to version 4.10.02.03
|
||||
SRCREV = "d47ac635699da6bee6daff31b87b0123e13af4ac"
|
||||
|
||||
PV = "4.10.01.02+git${SRCPV}"
|
||||
PV = "4.10.02.03+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ include cmem.inc
|
||||
|
||||
RDEPENDS_${PN} = "cmem-mod"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r0"
|
||||
|
||||
PACKAGES =+ "${PN}-test"
|
||||
|
||||
|
||||
0
recipes-bsp/cppi-lld/cppi-lld-test_git.bb
Executable file → Normal file
0
recipes-bsp/cppi-lld/cppi-lld-test_git.bb
Executable file → Normal file
0
recipes-bsp/cppi-lld/cppi-lld_git.bb
Executable file → Normal file
0
recipes-bsp/cppi-lld/cppi-lld_git.bb
Executable file → Normal file
@@ -3,6 +3,7 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/runtime/hplib/src/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
|
||||
|
||||
DEPENDS = "common-csl-ip rm-lld qmss-lld sa-lld pktlib"
|
||||
RDEPENDS_${PN} = "hplib-mod"
|
||||
|
||||
include hplib.inc
|
||||
|
||||
|
||||
@@ -28,10 +28,6 @@ case "$compatible" in
|
||||
device=k2hk
|
||||
ln -sf libhyplnk_k2h.so.1.0.0 libhyplnk_device.so.1
|
||||
;;
|
||||
*k2l*)
|
||||
device=k2l
|
||||
ln -sf libhyplnk_k2l.so.1.0.0 libhyplnk_device.so.1
|
||||
;;
|
||||
*k2e*)
|
||||
device=k2e
|
||||
ln -sf libhyplnk_k2e.so.1.0.0 libhyplnk_device.so.1
|
||||
|
||||
0
recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb
Executable file → Normal file
0
recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb
Executable file → Normal file
0
recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb
Executable file → Normal file
0
recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb
Executable file → Normal file
@@ -9,17 +9,17 @@ python __anonymous() {
|
||||
DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
|
||||
LICENSE = "TI-TSPA"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=caa45d993ac010abe2fd319f6613bc26"
|
||||
LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=57d49afcca8f1be47b1c4e79aa06b3ba"
|
||||
|
||||
COMPATIBLE_MACHINE = "dra7xx"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
RDEPENDS_${PN} = "libdce"
|
||||
|
||||
SRC_URI = "http://arago-project.org/files/short-term/misc/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http"
|
||||
SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_08_01/exports/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http"
|
||||
|
||||
SRC_URI[md5sum] = "e770dce63fdf218bb19ceb748d9812c0"
|
||||
SRC_URI[sha256sum] = "044d49b77560660bdfc29894e669fe8f70dc467c66b4acb49b24722a0799baa1"
|
||||
SRC_URI[md5sum] = "a1873333e7676ec1b7fcb18fb8b90696"
|
||||
SRC_URI[sha256sum] = "d583d827191a3772f496145cbf81747e10e7ed553d4653379576ac891019d7fb"
|
||||
|
||||
S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}"
|
||||
|
||||
|
||||
35
recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.02.bb
Normal file
35
recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.02.bb
Normal file
@@ -0,0 +1,35 @@
|
||||
python __anonymous() {
|
||||
features = bb.data.getVar("MACHINE_FEATURES", d, 1)
|
||||
if not features:
|
||||
return
|
||||
if "mmip" not in features:
|
||||
raise bb.parse.SkipPackage('ipumm-fw does not apply to systems without the "mmip" flag in MACHINE_FEATURES')
|
||||
}
|
||||
|
||||
DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
|
||||
LICENSE = "TI-TSPA"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=81f4b23808c36c9223523f43e35d291c"
|
||||
|
||||
COMPATIBLE_MACHINE = "dra7xx"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
RDEPENDS_${PN} = " libdce"
|
||||
|
||||
SRC_URI = "http://downloads.ti.com/infotainment/esd/jacinto6/glsdk/ipumm/3_00_08_02/exports/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http"
|
||||
|
||||
SRC_URI[md5sum] = "53f47909c2e2575b188bba9ddc325437"
|
||||
SRC_URI[sha256sum] = "4ac7598bbbb5dd0cd6504906afe0e09d76ba612a3c326e45425e67535e5f2d09"
|
||||
|
||||
S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}"
|
||||
|
||||
TARGET = "dra7-ipu2-fw.xem4"
|
||||
|
||||
do_install() {
|
||||
mkdir -p ${D}${base_libdir}/firmware
|
||||
cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
|
||||
}
|
||||
|
||||
FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
|
||||
|
||||
PR = "r2"
|
||||
0
recipes-bsp/mmap-lld/mmap-lld-test_git.bb
Executable file → Normal file
0
recipes-bsp/mmap-lld/mmap-lld-test_git.bb
Executable file → Normal file
0
recipes-bsp/mmap-lld/mmap-lld_git.bb
Executable file → Normal file
0
recipes-bsp/mmap-lld/mmap-lld_git.bb
Executable file → Normal file
@@ -5,15 +5,15 @@ LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bf
|
||||
|
||||
inherit module
|
||||
|
||||
MACHINE_KERNEL_PR_append = "e"
|
||||
MACHINE_KERNEL_PR_append = "k"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
BRANCH = "next"
|
||||
BRANCH = "dra7/k3.14"
|
||||
|
||||
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRCREV = "872aa64b227cadbc97755a4192919dd5ca637971"
|
||||
SRCREV = "b6f1e4d6f55b05d15f67b91738b45a2b5bdffe65"
|
||||
|
||||
EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
|
||||
|
||||
|
||||
0
recipes-bsp/qmss-lld/qmss-lld-test_git.bb
Executable file → Normal file
0
recipes-bsp/qmss-lld/qmss-lld-test_git.bb
Executable file → Normal file
0
recipes-bsp/qmss-lld/qmss-lld_git.bb
Executable file → Normal file
0
recipes-bsp/qmss-lld/qmss-lld_git.bb
Executable file → Normal file
@@ -4,11 +4,11 @@ DESCRIPTION = "u-boot bootloader for Multi-Core BU devices"
|
||||
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
PV_append = "+git${SRCPV}"
|
||||
|
||||
# Tag "K2_UBOOT_2013_01_14.09"
|
||||
SRCREV = "f9bc365551ff8c685bf6134d795576713fec0917"
|
||||
# Tag "K2_UBOOT_2013_01_15.07_01"
|
||||
SRCREV = "5eaedcc4c2bca0ed971ee46694df7edc0cfa36cf"
|
||||
BRANCH = "master"
|
||||
|
||||
SRC_URI = "git://git.ti.com/keystone-linux/u-boot.git;protocol=git;branch=${BRANCH}"
|
||||
|
||||
16
recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
Normal file
16
recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "Test code for user space IO (UIO) driver"
|
||||
|
||||
include uio-module-drv.inc
|
||||
PV = "1.0.2.3"
|
||||
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
RDEPENDS_${PN} = "uio-module-drv"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake -C ${S} test
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}/
|
||||
install -c -m 755 ${S}/test/uio_cic2_int_multithread_test ${D}${bindir}/.
|
||||
}
|
||||
10
recipes-bsp/uio-module-drv/uio-module-drv.inc
Normal file
10
recipes-bsp/uio-module-drv/uio-module-drv.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
|
||||
|
||||
BRANCH = "master"
|
||||
# This corresponds to version 01.00.02.03
|
||||
SRCREV = "634a0c64763c5cd7840e2d439d0ee900455584c8"
|
||||
|
||||
SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
@@ -1,21 +1,12 @@
|
||||
DESCRIPTION="User space IO (UIO) driver for on-chip modules"
|
||||
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
|
||||
|
||||
BRANCH ?= "master"
|
||||
# This corresponds to version 01.00.02.01
|
||||
SRCREV = "c1988446e3364af4df7cd877e6536f0c6647d7bb"
|
||||
PV = "1.0.2.1+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
|
||||
include uio-module-drv.inc
|
||||
PV = "1.0.2.3+git${SRCPV}"
|
||||
|
||||
# This package builds a kernel module, use kernel PR as base and append a local
|
||||
MACHINE_KERNEL_PR_append = "b"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
module_auto_load_uio-module-drv = "uio-module-drv"
|
||||
|
||||
inherit module
|
||||
|
||||
@@ -3,10 +3,12 @@ HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
|
||||
LICENSE = "TI-TSPA"
|
||||
LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
|
||||
|
||||
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git"
|
||||
SRCREV = "53be02a24a30a4c74eb48f2c84fda789bd95ab33"
|
||||
BRANCH = "dra7/k3.14"
|
||||
|
||||
PR = "r4"
|
||||
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
|
||||
SRCREV = "d63cd6469fff610317a8e1c986f227bb3e7922f6"
|
||||
|
||||
PR = "r10"
|
||||
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
|
||||
|
||||
RREPLACES_${PN} = "libegl libgles1 libgles2"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit kernel
|
||||
require recipes-kernel/linux/linux-dtb.inc
|
||||
require recipes-kernel/linux/setup-defconfig.inc
|
||||
|
||||
MACHINE_KERNEL_PR_append = "d"
|
||||
MACHINE_KERNEL_PR_append = "e"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
|
||||
@@ -19,8 +19,8 @@ KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb"
|
||||
|
||||
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
#This commit corresponds to "K2_RT_LINUX_03.10.72_15.##"
|
||||
SRCREV = "d607d75a2de99b3723cf9a2ba56f839debbee3c8"
|
||||
#This commit corresponds to "K2_RT_LINUX_03.10.72_15.08"
|
||||
SRCREV = "dfe5ac2e9d7dba93fad48ca761933503dbdecae2"
|
||||
PV = "3.10.72+git${SRCPV}"
|
||||
|
||||
BRANCH = "v3.10.72/master-rt"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit kernel
|
||||
require recipes-kernel/linux/linux-dtb.inc
|
||||
require recipes-kernel/linux/setup-defconfig.inc
|
||||
|
||||
MACHINE_KERNEL_PR_append = "d"
|
||||
MACHINE_KERNEL_PR_append = "e"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
|
||||
@@ -19,8 +19,8 @@ KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb"
|
||||
|
||||
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
#This commit corresponds to "K2_LINUX_03.10.72_15.##"
|
||||
SRCREV = "b9bad8fccc5f9c6bcd78363982b3249a15f193fb"
|
||||
#This commit corresponds to "K2_LINUX_03.10.72_15.08"
|
||||
SRCREV = "ca334dedb5c234b1602d991d9b330360a5bc97ad"
|
||||
PV = "3.10.72+git${SRCPV}"
|
||||
|
||||
BRANCH = "v3.10.72/master"
|
||||
|
||||
@@ -46,11 +46,11 @@ S = "${WORKDIR}/git"
|
||||
|
||||
BRANCH = "ti-linux-3.14.y"
|
||||
|
||||
SRCREV = "e19ba3d996f22ad8cc7187b30c18347aba0d594d"
|
||||
PV = "3.14.43+git${SRCPV}"
|
||||
SRCREV = "e9cd4cc81906de385f1b04708860bb3142ea601a"
|
||||
PV = "3.14.49+git${SRCPV}"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR_append = "j"
|
||||
MACHINE_KERNEL_PR_append = "a"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
require ti-sysbios.inc
|
||||
|
||||
PV = "6_41_02_41"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://bios_${PV}_manifest.html;md5=a4af75ec6d586c5267c71075eebff418"
|
||||
|
||||
SRC_URI[sysbiosbin.md5sum] = "65deff27110c2af87a3c71fea3c0345e"
|
||||
SRC_URI[sysbiosbin.sha256sum] = "2c47b4a3aa9513d10e5811a8ac7ed1d6ce3d13df57a0bffe10d8cabaf228c76f"
|
||||
|
||||
TI_BIN_UNPK_CMDS=""
|
||||
TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
|
||||
12
recipes-ti/bios/ti-sysbios_6.41.04.54.bb
Normal file
12
recipes-ti/bios/ti-sysbios_6.41.04.54.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
require ti-sysbios.inc
|
||||
|
||||
PV = "6_41_04_54"
|
||||
PR = "r0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://bios_${PV}_manifest.html;md5=95c3c6050fb23f2755ab75bf76805190"
|
||||
|
||||
SRC_URI[sysbiosbin.md5sum] = "cbc53f2b15c2f70e2eaa05c1ed90b8db"
|
||||
SRC_URI[sysbiosbin.sha256sum] = "2b4fcb85af4c0abc46dadc925312b2a28906ec34db9b1500f0c484ee3fcb58cf"
|
||||
|
||||
TI_BIN_UNPK_CMDS=""
|
||||
TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
|
||||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/LICENSE.txt;md5=b6311962635a4f1563
|
||||
LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca"
|
||||
|
||||
PE = "1"
|
||||
PR = "r1"
|
||||
|
||||
require ../includes/ti-unpack.inc
|
||||
|
||||
@@ -36,13 +35,13 @@ TI_BIN_UNPK_CMDS = ""
|
||||
BINFILE_class-target = "ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh"
|
||||
BINFILE_NAME_class-target = "cgt6x_arm_installer"
|
||||
|
||||
SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/Production/${PV}/${BINFILE};name=${BINFILE_NAME}"
|
||||
SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}"
|
||||
|
||||
SRC_URI[cgt6x_x86_installer.md5sum] = "ff83845672090bf0a669bba7b0cadf56"
|
||||
SRC_URI[cgt6x_x86_installer.sha256sum] = "297f77a00b211b3c4afa23afe7319e98b2400b5d2eb0f8c8cfe3ef7d7aa4d709"
|
||||
SRC_URI[cgt6x_x86_installer.md5sum] = "cac177c3b94bf308d5198230739639b4"
|
||||
SRC_URI[cgt6x_x86_installer.sha256sum] = "9c9ebab9f29cfd55f7df1df888ede66da3c2ccc0440d602ef34564305f02b9fb"
|
||||
|
||||
SRC_URI[cgt6x_arm_installer.md5sum] = "13961e5a1da4c310ea8c8707ab981fff"
|
||||
SRC_URI[cgt6x_arm_installer.sha256sum] = "cb24ae05baffbd44d6dedba68743be09fd883e04403e069c437c486533d8fffb"
|
||||
SRC_URI[cgt6x_arm_installer.md5sum] = "7966f5ad2f055c3462ac6c3c13453ed7"
|
||||
SRC_URI[cgt6x_arm_installer.sha256sum] = "f435f886610fc7df585a6ef898494e621b3bfa17f20658436f5e63af86a9a987"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
@@ -110,4 +109,6 @@ FILES_${PN} += "${datadir}/ti/*"
|
||||
|
||||
FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug"
|
||||
|
||||
INSANE_SKIP_${PN} += "staticdev"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
54
recipes-ti/devtools/ti-xdctools-common.inc
Normal file
54
recipes-ti/devtools/ti-xdctools-common.inc
Normal file
@@ -0,0 +1,54 @@
|
||||
DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)"
|
||||
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD & GPLv2"
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
require recipes-ti/includes/ti-staging.inc
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${XDC_INSTALL_DIR_RECIPE}
|
||||
cp -pPrf ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
INSANE_SKIP_${PN} = "installed-vs-shipped"
|
||||
|
||||
# Prevent internal libs from getting picked up
|
||||
PRIVATE_LIBS = " \
|
||||
libncdb.so \
|
||||
libcdb.so \
|
||||
libjavaplugin_oji.so \
|
||||
libjavaplugin_jni.so \
|
||||
libjsound.so \
|
||||
libinstrument.so \
|
||||
libjawt.so \
|
||||
libzip.so \
|
||||
libjava_crw_demo.so \
|
||||
libjavaplugin_nscp_gcc29.so \
|
||||
libhprof.so \
|
||||
libcmm.so \
|
||||
libjdwp.so \
|
||||
libmlib_image.so \
|
||||
libjpeg.so \
|
||||
libverify.so \
|
||||
libjavaplugin_nscp.so \
|
||||
libmanagement.so \
|
||||
libunpack.so \
|
||||
librmi.so \
|
||||
libJdbcOdbc.so \
|
||||
libawt.so \
|
||||
libnet.so \
|
||||
libjaas_unix.so \
|
||||
libnio.so \
|
||||
libdcpr.so \
|
||||
libioser12.so \
|
||||
libjsoundalsa.so \
|
||||
libjava.so \
|
||||
libfontmanager.so \
|
||||
libdt_socket.so \
|
||||
libmawt.so \
|
||||
libjvm.so \
|
||||
libhpi.so \
|
||||
lib.so \
|
||||
libcairo.so.2 \
|
||||
"
|
||||
5
recipes-ti/devtools/ti-xdctools-core.inc
Normal file
5
recipes-ti/devtools/ti-xdctools-core.inc
Normal file
@@ -0,0 +1,5 @@
|
||||
require ti-xdctools-common.inc
|
||||
|
||||
S = "${WORKDIR}/xdctools_${PV}_core"
|
||||
|
||||
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/xdccore/xdctools_${PV}_core_linux.zip;name=xdczip"
|
||||
@@ -1,10 +1,4 @@
|
||||
DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)"
|
||||
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD & GPLv2"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
require ../includes/ti-staging.inc
|
||||
require ti-xdctools-common.inc
|
||||
require ../includes/ti-eula-unpack.inc
|
||||
|
||||
S = "${WORKDIR}/xdctools_${PV}"
|
||||
@@ -14,49 +8,3 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rt
|
||||
BINFILE="xdctools_setuplinux_${PV}.bin"
|
||||
TI_BIN_UNPK_CMDS="Y:workdir:Y"
|
||||
TI_BIN_UNPK_WDEXT="/ti"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${XDC_INSTALL_DIR_RECIPE}
|
||||
cp -pPrf ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
# Prevent internal libs from getting picked up
|
||||
PRIVATE_LIBS = " \
|
||||
libncdb.so \
|
||||
libcdb.so \
|
||||
libjavaplugin_oji.so \
|
||||
libjavaplugin_jni.so \
|
||||
libjsound.so \
|
||||
libinstrument.so \
|
||||
libjawt.so \
|
||||
libzip.so \
|
||||
libjava_crw_demo.so \
|
||||
libjavaplugin_nscp_gcc29.so \
|
||||
libhprof.so \
|
||||
libcmm.so \
|
||||
libjdwp.so \
|
||||
libmlib_image.so \
|
||||
libjpeg.so \
|
||||
libverify.so \
|
||||
libjavaplugin_nscp.so \
|
||||
libmanagement.so \
|
||||
libunpack.so \
|
||||
librmi.so \
|
||||
libJdbcOdbc.so \
|
||||
libawt.so \
|
||||
libnet.so \
|
||||
libjaas_unix.so \
|
||||
libnio.so \
|
||||
libdcpr.so \
|
||||
libioser12.so \
|
||||
libjsoundalsa.so \
|
||||
libjava.so \
|
||||
libfontmanager.so \
|
||||
libdt_socket.so \
|
||||
libmawt.so \
|
||||
libjvm.so \
|
||||
libhpi.so \
|
||||
lib.so \
|
||||
libcairo.so.2 \
|
||||
"
|
||||
|
||||
|
||||
9
recipes-ti/devtools/ti-xdctools_3.31.02.38.bb
Normal file
9
recipes-ti/devtools/ti-xdctools_3.31.02.38.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
require ti-xdctools-core.inc
|
||||
|
||||
PV = "3_31_02_38"
|
||||
PR = "r0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=9dbb0095cdb8b35508b344aa4f1de333"
|
||||
|
||||
SRC_URI[xdczip.md5sum] = "c76b3d90c3e25d199765557e393d165b"
|
||||
SRC_URI[xdczip.sha256sum] = "c0e1f6911f2294bfb76471fac1a0ceac3e89c7eb1300f84d2571bf78cb62a7d2"
|
||||
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
tiipclad_daemon=/usr/bin/__LAD_DAEMON__
|
||||
tiipclad_params="-l lad.txt"
|
||||
tiipclad_params="-g -l lad.txt"
|
||||
|
||||
test -x "$tiipclad_daemon" || exit 0
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ mntdir = "/mnt"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "openssl libdaemon"
|
||||
DEPENDS = "openssl libdaemon zlib"
|
||||
COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
|
||||
|
||||
BRANCH="master"
|
||||
@@ -15,12 +15,15 @@ SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=
|
||||
#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.01
|
||||
SRCREV = "c79d93ac2a326567a7245dda1b903ef340b5650c"
|
||||
PV = "1.3.0.1"
|
||||
PR = "r1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CFLAGS += " -mno-unaligned-access"
|
||||
CPPFLAGS += " -mno-unaligned-access"
|
||||
|
||||
EXTRA_OECONF += "--with-zlib=${STAGING_DIR_HOST}/usr"
|
||||
|
||||
INITSCRIPT_NAME = "softhsm-daemon.sh"
|
||||
INITSCRIPT_PARAMS = "defaults 10"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user