Signed-off-by: Karthik Ramanan <[email protected]> --- .../wayland/weston/0001-Add-soc-performance-monitor-utilites.patch | 5 +++-- meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/0001-Add-soc-performance-monitor-utilites.patch b/meta-arago-distro/recipes-graphics/wayland/weston/0001-Add-soc-performance-monitor-utilites.patch index 9da541c..751a7ce 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston/0001-Add-soc-performance-monitor-utilites.patch +++ b/meta-arago-distro/recipes-graphics/wayland/weston/0001-Add-soc-performance-monitor-utilites.patch @@ -7,7 +7,7 @@ Signed-off-by: Karthik Ramanan <[email protected]> --- Makefile.am | 17 +- clients/Dra7xx_ddrstat_speed.c | 494 +++++++++++++ - clients/soc_performance_monitor.c | 624 ++++++++++++++++ + clients/soc_performance_monitor.c | 625 ++++++++++++++++ clients/soc_performance_monitor.h | 40 ++ clients/statcoll.c | 1433 +++++++++++++++++++++++++++++++++++++ clients/statcoll.h | 152 ++++ @@ -564,7 +564,7 @@ new file mode 100644 index 0000000..5d1db32 --- /dev/null +++ b/clients/soc_performance_monitor.c -@@ -0,0 +1,624 @@ +@@ -0,0 +1,625 @@ +/* + * Copyright (C) 2016 Texas Instruments + * Author: Karthik Ramanan <[email protected]> @@ -640,6 +640,7 @@ index 0000000..5d1db32 + + /* open, read, and display the message from the FIFO */ + bytes=read(fd, buf, MAX_BUF); ++ buf[bytes]='\0'; + if(bytes > 0) + { + char command[100]; diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend index 4c8bd20..0a3e223 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend +++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend @@ -2,7 +2,7 @@ PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev" PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev" -PR_append = ".arago10" +PR_append = ".arago11" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
