aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r--recipes-ti/bios/ti-biosutils.inc18
-rw-r--r--recipes-ti/bios/ti-biosutils_1.02.02.bb12
-rw-r--r--recipes-ti/bios/ti-dspbios.inc25
-rw-r--r--recipes-ti/bios/ti-sysbios.inc28
-rw-r--r--recipes-ti/bios/ti-sysbios_6.82.01.19.bb13
5 files changed, 0 insertions, 96 deletions
diff --git a/recipes-ti/bios/ti-biosutils.inc b/recipes-ti/bios/ti-biosutils.inc
deleted file mode 100644
index d562c2dd..00000000
--- a/recipes-ti/bios/ti-biosutils.inc
+++ /dev/null
@@ -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}
-}
-
diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/ti-biosutils_1.02.02.bb
deleted file mode 100644
index 01c070d7..00000000
--- a/recipes-ti/bios/ti-biosutils_1.02.02.bb
+++ /dev/null
@@ -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 = "(.*)"
diff --git a/recipes-ti/bios/ti-dspbios.inc b/recipes-ti/bios/ti-dspbios.inc
deleted file mode 100644
index 0e3fa62d..00000000
--- a/recipes-ti/bios/ti-dspbios.inc
+++ /dev/null
@@ -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}
-}
-
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc
deleted file mode 100644
index 087f2edd..00000000
--- a/recipes-ti/bios/ti-sysbios.inc
+++ /dev/null
@@ -1,28 +0,0 @@
-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_${PV}.bin"
-TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
-
-do_install() {
- CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
- install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
- cp ${CP_ARGS} ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
-}
-
-ALLOW_EMPTY_${PN} = "1"
-FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}"
-
-INHIBIT_PACKAGE_STRIP = "1"
-INHIBIT_SYSROOT_STRIP = "1"
-INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-INSANE_SKIP_${PN}-dev = "arch ldflags staticdev file-rdeps"
diff --git a/recipes-ti/bios/ti-sysbios_6.82.01.19.bb b/recipes-ti/bios/ti-sysbios_6.82.01.19.bb
deleted file mode 100644
index 59652095..00000000
--- a/recipes-ti/bios/ti-sysbios_6.82.01.19.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require recipes-ti/bios/ti-sysbios.inc
-
-PV = "6_82_01_19"
-
-LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=4b72066ed4cb1dd73ff2f585c428105a"
-
-SRC_URI[sysbiosbin.sha256sum] = "4d7c6cac993e6bc601083a41a5c52089d4852544b4c38563e4320310a54882b2"
-
-TI_BIN_UNPK_CMDS = ""
-TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
-
-BINFILE = "bios_${PV}.run"
-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin"