base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
[openembedded.git] / recipes / ti / ti-biospsp.inc
blob6aac89de62ed5a1269ae6b2bcef133fbbf7d9eea
1 DESCRIPTION = "TI (DSP/) BIOS Platform Support Package (PSP)"
2 HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/psp/BIOSPSP/01_30_01/index_FDS.html"
3 SECTION = "devel"
4 LICENSE = "TI BSD"
6 require ti-paths.inc
7 require ti-staging.inc
9 COMPATIBLE_MACHINE = "(da830-omapl137-evm|da850-omapl138-evm)"
11 PR = "r2"
13 S = "${WORKDIR}/pspdrivers_${PV}"
15 SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/psp/BIOSPSP/${PV}/content/BIOSPSP_${PV}_Setup.exe;name=biospsptarball"
17 # No real depends right now since we're not building anything - placeholder for now
18 DEPENDS = "ti-cgt6x ti-dspbios ti-edma3lld" 
20 do_configure() {
21     echo "Do Nothing for now"
24 do_compile() {
25     echo "Do Nothing for now"
28 do_install() {
29     install -d ${D}${BIOSPSP_INSTALL_DIR_RECIPE}
30     cp -pPrf ${S}/* ${D}${BIOSPSP_INSTALL_DIR_RECIPE}