1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00
Files
Koen Kooi cf66e1cd28 add sysbios 6.31.04.27
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2011-07-06 15:34:44 +01:00

22 lines
644 B
PHP

DESCRIPTION = "TI SYS/BIOS v6 Kernel"
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios"
SECTION = "devel"
LICENSE = "BSD"
require ../includes/ti-paths.inc
require ../includes/ti-staging.inc
require ../includes/ti-eula-unpack.inc
S = "${WORKDIR}/bios_${PV}"
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin"
BINFILE="bios_setuplinux_${PV}.bin"
TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
do_install() {
install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
}