diff options
Diffstat (limited to 'recipes-ti/bios/ti-dspbios.inc')
-rw-r--r-- | recipes-ti/bios/ti-dspbios.inc | 25 |
1 files changed, 0 insertions, 25 deletions
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 @@ | |||
1 | DESCRIPTION = "TI DSP/BIOS v5 Kernel" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "TI" | ||
5 | |||
6 | # We can't depend on license files to be present, so just use the TI logo | ||
7 | LIC_FILES_CHKSUM = "file://docs/tilogo.gif;md5=f049a774c576a5cef3fca4932d707b39" | ||
8 | |||
9 | require ../includes/ti-paths.inc | ||
10 | require ../includes/ti-staging.inc | ||
11 | require ../includes/ti-eula-unpack.inc | ||
12 | |||
13 | TI_BIN_UNPK_WDEXT="/bios_${PV}" | ||
14 | S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}" | ||
15 | |||
16 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin" | ||
17 | |||
18 | BINFILE="bios_setuplinux_${PV}.bin" | ||
19 | TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" | ||
20 | |||
21 | do_install() { | ||
22 | install -d ${D}${BIOS_INSTALL_DIR_RECIPE} | ||
23 | cp -pPrf ${S}/* ${D}${BIOS_INSTALL_DIR_RECIPE} | ||
24 | } | ||
25 | |||