diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-04-18 15:35:49 +0800 | 
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-05-02 17:54:58 -0300 | 
| commit | d90fd90c278d7960881a27aac43ff9ca678a5805 (patch) | |
| tree | 3b1492f2a4ff1e02f97905e362d91576932653a1 | |
| parent | e756964ac2595d880304f227dec7bdb424d7d974 (diff) | |
| download | meta-freescale-d90fd90c278d7960881a27aac43ff9ca678a5805.tar.gz | |
aiopsl: add recipes
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-dpaa2/aiopsl/aiopsl_git.bb | 29 | 
1 files changed, 29 insertions, 0 deletions
| diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb new file mode 100644 index 000000000..23a5e9dc1 --- /dev/null +++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "DPAA2 Accelerated I/O Processing service layer" | ||
| 2 | SECTION = "dpaa2" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faf479bdc4702d8033049f97e153f876" | ||
| 5 | |||
| 6 | BASEDEPENDS = "" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/aiopsl.git;nobranch=1" | ||
| 11 | SRCREV = "80f3d450896d17a3d8e10f3c6d1c224e78d32757" | ||
| 12 | |||
| 13 | do_configure[noexec] = "1" | ||
| 14 | do_compile[noexec] = "1" | ||
| 15 | |||
| 16 | do_install () { | ||
| 17 | install -d ${D}/usr/aiop/bin | ||
| 18 | install -d ${D}/usr/aiop/scripts | ||
| 19 | install -d ${D}/usr/aiop/traffic_files | ||
| 20 | install -m 755 ${S}/demos/images/LS2088A/*.elf ${D}/usr/aiop/bin | ||
| 21 | install -m 755 ${S}/misc/setup/scripts/dynamic_aiop_*.sh ${D}/usr/aiop/scripts | ||
| 22 | install -m 644 ${S}/misc/setup/traffic_files/classifier.pcap ${D}/usr/aiop/traffic_files | ||
| 23 | } | ||
| 24 | |||
| 25 | FILES_${PN} += "/usr/aiop/*" | ||
| 26 | INSANE_SKIP_${PN} += "arch" | ||
| 27 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 28 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 29 | COMPATIBLE_MACHINE = "(ls2088a)" | ||
