mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
21
recipes-ti/bios/ti-sysbios.inc
Normal file
21
recipes-ti/bios/ti-sysbios.inc
Normal file
@@ -0,0 +1,21 @@
|
||||
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}
|
||||
}
|
||||
|
||||
8
recipes-ti/bios/ti-sysbios_6.31.04.27.bb
Normal file
8
recipes-ti/bios/ti-sysbios_6.31.04.27.bb
Normal file
@@ -0,0 +1,8 @@
|
||||
require ti-sysbios.inc
|
||||
|
||||
PV = "6_31_04_27"
|
||||
LIC_FILES_CHKSUM = "file://sysbios_6_31_04_27_manifest.html;md5=36efea2939274c46b73f5e170abaffcb"
|
||||
|
||||
SRC_URI[sysbiosbin.md5sum] = "c82e1d3afc9e2d3e88b0e4137f152ed6"
|
||||
SRC_URI[sysbiosbin.sha256sum] = "92337cf3197d2b7ffe2316f311cd163be7b470acbb032273894d7d39182f4227"
|
||||
|
||||
Reference in New Issue
Block a user