mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
ti-ndk: Adding recipe for ti-ndk
Recipe for TI RTOS Networking development kit Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
511b167f66
commit
2376695706
21
recipes-ti/ndk/ti-ndk.inc
Normal file
21
recipes-ti/ndk/ti-ndk.inc
Normal file
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "TI RTOS_Networking"
|
||||
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/index.html"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
|
||||
S = "${WORKDIR}/ndk_${PV}"
|
||||
|
||||
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"
|
||||
|
||||
do_install() {
|
||||
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
|
||||
install -d ${D}${NDK_INSTALL_DIR_RECIPE}
|
||||
cp ${CP_ARGS} ${S}/* ${D}${NDK_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
FILES_${PN}-dev += "${NDK_INSTALL_DIR_RECIPE}"
|
||||
|
||||
INSANE_SKIP_${PN}-dev = "arch ldflags staticdev"
|
||||
13
recipes-ti/ndk/ti-ndk_2.25.01.11.bb
Normal file
13
recipes-ti/ndk/ti-ndk_2.25.01.11.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
require ti-ndk.inc
|
||||
|
||||
PV = "2_25_01_11"
|
||||
PR = "r0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ndk_${PV}_manifest.html;md5=80a8d9b76cf700929d3f5b6df09052d6"
|
||||
|
||||
SRC_URI[ndkzip.md5sum] = "e42bfcc8c3a6d183d60f26ec01ccc79b"
|
||||
SRC_URI[ndkzip.sha256sum] = "a15bc9b570dc0628dd8b8c3665037a162610a6f86c5f17ebb6a329d3db60f071"
|
||||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
INHIBIT_SYSROOT_STRIP = "1"
|
||||
Reference in New Issue
Block a user