aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dspbios.inc
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-01-15 12:22:32 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:11 +0200
commit078f98eecfb365a266193bf6297b80febccb492e (patch)
treea9efe5c5acca09a6506d8bc531afc67cd9f890ba /recipes/ti/ti-dspbios.inc
parentb8ffb54736d1483133c809356a3211a11b7cf9d9 (diff)
downloadopenembedded-078f98eecfb365a266193bf6297b80febccb492e.tar.gz
ti-recipes: consistency cleanup
* ti-xdctools: consistent recipe cleanup + add versions * ti-dspbios: recipe cleanup + add versions * ti-cgt6x: consistent recipe cleanup + add versions * ti-biosutils: consistent recipe cleanup * ti-xdais: consistent recipe cleanup + add versions * ti-edma3lld: consistent recipe cleanup + remove broken version * ti-framework-components: consistent recipe cleanup * ti-dspbios: remove non-public versions * ti-lpm-module/ti-local-power-manager: recipe cleanup, breakout and rename Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dspbios.inc')
-rw-r--r--recipes/ti/ti-dspbios.inc16
1 files changed, 6 insertions, 10 deletions
diff --git a/recipes/ti/ti-dspbios.inc b/recipes/ti/ti-dspbios.inc
index c47ac79b11..d31a91c90f 100644
--- a/recipes/ti/ti-dspbios.inc
+++ b/recipes/ti/ti-dspbios.inc
@@ -1,23 +1,19 @@
-DESCRIPTION = "TI DSP/BIOS for Davinci and OMAP processor"
+DESCRIPTION = "TI DSP/BIOS v5 Kernel"
+HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios"
-TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
-
-require ti-eula-unpack.inc
require ti-paths.inc
require ti-staging.inc
+require ti-eula-unpack.inc
-PE = "1"
+S = "${WORKDIR}/bios_${PV}"
-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin"
+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"
-
-S = "${WORKDIR}/bios_${PV}"
+TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
do_install() {
- chmod 755 -R ${S}
install -d ${D}${BIOS_INSTALL_DIR_RECIPE}
cp -pPrf ${S}/* ${D}${BIOS_INSTALL_DIR_RECIPE}
}
-