aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb
blob: 60598ae557d1d83204a5a0bb357092387b6106b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Freescale TLU(Table Lookup Unit) test package"
DESCRIPTION = "This package includes the TLU(Table Lookup Unit) test scripts \
and configuration files."

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"

SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fsl-tlu;protocol=https;nobranch=1"
SRCREV = "8837cce3c86b30c0931c319e9e1a8ca622ae5354"

S = "${WORKDIR}/git"

do_install() {
    install -d ${D}${sbindir}/fsl_tlu
    find . -type f -exec cp {} ${D}${sbindir}/fsl_tlu/ \;
}

COMPATIBLE_MACHINE = "(e500mc)"
PACKAGE_ARCH = "${MACHINE_SOCARCH}"