mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 11:20:45 +00:00
dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS
DSP/BIOS was the name for older versions of TI-RTOS, prior to SYS/BIOS and used on older deprecated platforms. Remove any remnants. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
5196fed3c9
commit
b652b636b1
@@ -1,18 +0,0 @@
|
||||
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}
|
||||
}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
require ti-biosutils.inc
|
||||
|
||||
PV = "1_02_02"
|
||||
PVsuffix = "_02"
|
||||
|
||||
SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9"
|
||||
SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
|
||||
|
||||
INSANE_SKIP:${PN} = "installed-vs-shipped"
|
||||
|
||||
COMPATIBLE_HOST ?= "null"
|
||||
COMPATIBLE_HOST:ti-soc = "(.*)"
|
||||
@@ -1,25 +0,0 @@
|
||||
DESCRIPTION = "TI DSP/BIOS v5 Kernel"
|
||||
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios"
|
||||
SECTION = "devel"
|
||||
LICENSE = "TI"
|
||||
|
||||
# We can't depend on license files to be present, so just use the TI logo
|
||||
LIC_FILES_CHKSUM = "file://docs/tilogo.gif;md5=f049a774c576a5cef3fca4932d707b39"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
require ../includes/ti-staging.inc
|
||||
require ../includes/ti-eula-unpack.inc
|
||||
|
||||
TI_BIN_UNPK_WDEXT="/bios_${PV}"
|
||||
S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}"
|
||||
|
||||
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin"
|
||||
|
||||
BINFILE="bios_setuplinux_${PV}.bin"
|
||||
TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${BIOS_INSTALL_DIR_RECIPE}
|
||||
cp -pPrf ${S}/* ${D}${BIOS_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,7 @@ installdir = "${datadir}/ti"
|
||||
export TOOLCHAIN_PATH ?= "${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_SYS}"
|
||||
# This is where do_install will put it
|
||||
export AUDIO_SOC_INSTALL_DIR_RECIPE = "${installdir}/ti-audio-soc-example-tree"
|
||||
export BIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dspbios-tree"
|
||||
export BIOSPSP_INSTALL_DIR_RECIPE = "${installdir}/ti-biospsp-tree"
|
||||
export BIOSUTILS_INSTALL_DIR_RECIPE = "${installdir}/ti-biosutils-tree"
|
||||
export C6ACCEL_INSTALL_DIR_RECIPE = "${installdir}/ti-c6accel-tree"
|
||||
export C6RUN_INSTALL_DIR_RECIPE = "${installdir}/ti-c6run-tree"
|
||||
export CE_INSTALL_DIR_RECIPE = "${installdir}/ti-codec-engine-tree"
|
||||
@@ -60,7 +58,6 @@ export TI_CGT7X_INSTALL_DIR_RECIPE = "${installdir}/cgt-c7x"
|
||||
# This is where the tools will end up in sysroot
|
||||
export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}"
|
||||
export BIOSPSP_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOSPSP_INSTALL_DIR_RECIPE}"
|
||||
export BIOSUTILS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOSUTILS_INSTALL_DIR_RECIPE}"
|
||||
export C6ACCEL_INSTALL_DIR = "${STAGING_DIR_TARGET}${C6ACCEL_INSTALL_DIR_RECIPE}"
|
||||
export C6RUN_INSTALL_DIR = "${STAGING_DIR_TARGET}${C6RUN_INSTALL_DIR_RECIPE}"
|
||||
export CE_INSTALL_DIR = "${STAGING_DIR_TARGET}${CE_INSTALL_DIR_RECIPE}"
|
||||
|
||||
Reference in New Issue
Block a user