mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
cf66e1cd28
Signed-off-by: Koen Kooi <k-kooi@ti.com>
22 lines
644 B
PHP
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}
|
|
}
|
|
|