aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorYao Zhao <yao.zhao@windriver.com>2014-08-01 10:38:06 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 15:23:00 +0200
commit406e197e675778294793f9c9accd3cd202fdffc4 (patch)
treef0ec28dadb98ae4f08fb3279207455b8baca5af9 /meta-python
parentb006538f391d38c1764ecf1130cc7362c62adb07 (diff)
downloadmeta-openembedded-contrib-406e197e675778294793f9c9accd3cd202fdffc4.tar.gz
add support for opendataplane
The OpenDataPlane (ODP) project provides a data plane application programming environment that is easy to use, high performance, and portable between networking SoCs. support build opendataplane release 0.2 and current HEAD from linaro. For dpdk build, it is tested against layer meta-intel's common/recipes-extended/dpdk/dpdk_1.6.0r2.bb recipe. And it is needed to change its do_configure to add support for a single intel_dpdk library.(default is multiple static libraries) for example: @@ -35,6 +35,8 @@ do_configure () { ############################################################# unset prefix + sed -i -e "s/CONFIG_RTE_BUILD_COMBINE_LIBS=n/CONFIG_RTE_BUILD_COMBINE_LIBS=y/g" \ + config/defconfig_${TARGET_ARCH}-default-${TARGET_OS}app-gcc make O=$RTE_TARGET T=$RTE_TARGET config Signed-off-by: Yao Zhao <yao.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions