1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-30 00:19:08 +00:00
Files
meta-ti/recipes-ti/ipc/ti-ipc-examples.inc
Sam Nelson 0733c2299c ti-ipc: Update to new version 3.47.00.00
Needs BIOS 6_52_00_12 and in turn needs gcc tools gcc-arm-none-
eabi-6-2017-q1-update

ti-ipc-examples: Separate Host linux and bios examples

This should save some build time as well, as ti-ipc-examples-linux will
only build linux host examples

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-19 02:53:02 -04:00

32 lines
763 B
PHP

HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:IPC"
require ti-ipc-common.inc
require ti-ipc-rtos.inc
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S_ipc-examples}/src/makefile;beginline=1;endline=30;md5=fb83580b16bce88e8ed568a6005c8f02"
INSANE_SKIP_${PN} += "arch"
ALLOW_EMPTY_${PN} = "1"
IPC_INSTALL_DIR = "${STAGING_DIR_TARGET}/usr/share/ti/ti-ipc-tree"
do_compile() {
cd ${S_ipc-examples}/src
oe_runmake .examples \
IPCTOOLS="${S_ipc-metadata}/src/etc"
if [ ! -z ${ALT_PLATFORM} ]; then
oe_runmake .examples "PLATFORM=${ALT_PLATFORM}" \
IPCTOOLS="${S_ipc-metadata}/src/etc"
fi
}
do_install() {
cd ${S_ipc-examples}/src
IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
}
INHIBIT_PACKAGE_STRIP = "1"