58f41d01261b41dc19301922d26d7300429aaa5e
1 DESCRIPTION = "Common files for all versions of Matrix GUI"
2 HOMEPAGE = "https://gforge.ti.com/gf/project/matrix_gui/"
3 LICENSE = "BSD"
4 LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=37;md5=a802a01a3a58f2ebb1e83c25f883f0c0"
6 SECTION = "multimedia"
7 PRIORITY = "optional"
9 INC_PR = "r6"
11 COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
13 PLATFORM_dm365 = "dm365"
14 PLATFORM_omapl138 = "omapl138"
15 PLATFORM_omap3evm = "omap3530"
16 PLATFORM_dm37x-evm = "dm3730"
17 PLATFORM_am37x-evm = "am3715"
18 PLATFORM_beagleboard = "am3715"
19 PLATFORM_ti816x = "ti816x"
20 PLATFORM_am180x-evm = "am180x"
21 PLATFORM_am181x-evm = "am181x"
22 PLATFORM_am3517-evm = "am3517"
24 #Checkout the project repository to get access to the scripts and data
25 #files.
26 SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' "
28 S = "${WORKDIR}/trunk"
30 PACKAGE_ARCH = ${MACHINE_ARCH}
32 do_install() {
33 install -d ${D}/${bindir}
34 install -m 0755 ${S}/${PLATFORM}/bin/* ${D}/${bindir}/
35 install -d ${D}/${datadir}/matrix/html
36 install -m 0644 ${S}/${PLATFORM}/html/* ${D}/${datadir}/matrix/html
37 install -d ${D}/${datadir}/matrix/images
38 install -m 0644 ${S}/images/*.png ${D}/${datadir}/matrix/images/
40 }
42 FILES_${PN} += "${datadir}/matrix/*"