Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 3 +++ meta-arago-distro/recipes-support/netperf/netperf_git.bbappend | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 meta-arago-distro/recipes-support/netperf/netperf_git.bbappend
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 3ae0065..fde8618 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -125,6 +125,9 @@ PACKAGECONFIG_append_pn-u-boot-ti-staging_k3 = " optee" # Enable encryption support in open62541 PACKAGECONFIG_append_pn-open62541 = " encrypt" +# Enable netperf intervals/pacing and histogram +PACKAGECONFIG_append_pn-netperf = "intervals histogram" + # Configure RAMFS for jailhouse linux-demo JH_RAMFS_IMAGE = "arago-tiny-image" diff --git a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend b/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend new file mode 100644 index 0000000..9527f36 --- /dev/null +++ b/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend @@ -0,0 +1,2 @@ +PACKAGECONFIG[intervals] = "--enable-intervals,--disable-intervals,," +PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,," -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
