mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
88867c1d96
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
19 lines
647 B
PHP
19 lines
647 B
PHP
DESCRIPTION = "TI DSP/BIOS Utilities"
|
|
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/Bios_Utils"
|
|
SECTION = "devel"
|
|
LICENSE = "TI"
|
|
LIC_FILES_CHKSUM = "file://packages/ti/bios/utils/Load.c;md5=e666d585907c3456e82b7e10f7a09a73"
|
|
|
|
require ../includes/ti-paths.inc
|
|
require ../includes/ti-staging.inc
|
|
|
|
S = "${WORKDIR}/biosutils_${PV}"
|
|
|
|
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/Bios_Utils/${PV}${PVsuffix}/exports/biosutils_${PV}.tar.gz;name=biosutilstarball"
|
|
|
|
do_install() {
|
|
install -d ${D}${BIOSUTILS_INSTALL_DIR_RECIPE}
|
|
cp -pPrf ${S}/* ${D}${BIOSUTILS_INSTALL_DIR_RECIPE}
|
|
}
|
|
|