diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-04-20 17:23:23 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-05-02 17:54:58 -0300 |
commit | 382b4195ce40ef4f6d406d94d7aa3a68396fc8a8 (patch) | |
tree | e0a21d5d480af714f016f80d79c7e1cc9b2c6bb9 /recipes-extended/odp/odp.inc | |
parent | fc4edb4833ef2c9fec4890fac129cb87ca4e0dc7 (diff) | |
download | meta-freescale-382b4195ce40ef4f6d406d94d7aa3a68396fc8a8.tar.gz |
odp: add recipes
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/odp/odp.inc')
-rw-r--r-- | recipes-extended/odp/odp.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc new file mode 100644 index 00000000..172b81c8 --- /dev/null +++ b/recipes-extended/odp/odp.inc | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Open Data Plane Interface Implementation" | ||
2 | DESCRIPTION = "OpenDataPlane (ODP) provides a data plane application programming \ | ||
3 | environment that is easy to use, high performance, and portable between networking SoCs." | ||
4 | HOMEPAGE = "http://www.opendataplane.org" | ||
5 | SECTION = "console/network" | ||
6 | LICENSE = "BSD-3-Clause" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2" | ||
8 | |||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" | ||
10 | |||
11 | SRC_URI = " \ | ||
12 | git://git.freescale.com/ppc/sdk/odp.git;nobranch=1 \ | ||
13 | git://git.freescale.com/ppc/sdk/qbman_userspace.git;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ | ||
14 | git://git.freescale.com/ppc/sdk/flib.git;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ | ||
15 | " | ||
16 | SRC_URI += "file://disable-the-Werror-flag.patch" | ||
17 | |||
18 | SRCREV = "a8935384642f5da8236260dd553c52dbbc7c63ed" | ||
19 | SRCREV_qbman = "0b8648d702f701417cd6cc3cbcdc228e640d20b6" | ||
20 | SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d" | ||
21 | |||
22 | S = "${WORKDIR}/git" | ||
23 | |||
24 | COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls2080a|ls2088a)" | ||