aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/opendataplane/opendataplane.inc
blob: c4b184e20d714db59221686a499233fdddf6fa41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Cross platform OpenDataPlane application APIs"

DESCRIPTION = "The OpenDataPlane project has been established to \
produce an open-source, cross-platform set of application \
programming interfaces (APIs) for the networking data plane."

HOMEPAGE = "http://www.opendataplane.org"
SECTION = "networking"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2"
                 
SRC_URI = "git://git.linaro.org/lng/odp.git"

COMPATIBLE_HOST = "^((?!mips).*)$"

PACKAGECONFIG ??= "platform_linux_generic"
PACKAGECONFIG[netmap] = "--enable-netmap,,,"
PACKAGECONFIG[platform_linux_generic] = "--with-platform=linux-generic,,,"

S = "${WORKDIR}/git"