From 382b4195ce40ef4f6d406d94d7aa3a68396fc8a8 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 20 Apr 2017 17:23:23 +0800 Subject: odp: add recipes Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-extended/odp/odp.inc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-extended/odp/odp.inc (limited to 'recipes-extended/odp/odp.inc') diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc new file mode 100644 index 000000000..172b81c88 --- /dev/null +++ b/recipes-extended/odp/odp.inc @@ -0,0 +1,24 @@ +SUMMARY = "Open Data Plane Interface Implementation" +DESCRIPTION = "OpenDataPlane (ODP) provides a data plane application programming \ + environment that is easy to use, high performance, and portable between networking SoCs." +HOMEPAGE = "http://www.opendataplane.org" +SECTION = "console/network" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2" + +FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" + +SRC_URI = " \ +git://git.freescale.com/ppc/sdk/odp.git;nobranch=1 \ +git://git.freescale.com/ppc/sdk/qbman_userspace.git;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ +git://git.freescale.com/ppc/sdk/flib.git;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ +" +SRC_URI += "file://disable-the-Werror-flag.patch" + +SRCREV = "a8935384642f5da8236260dd553c52dbbc7c63ed" +SRCREV_qbman = "0b8648d702f701417cd6cc3cbcdc228e640d20b6" +SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d" + +S = "${WORKDIR}/git" + +COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls2080a|ls2088a)" -- cgit v1.2.3-54-g00ecf