Re: [linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-04-25 Thread qwang2
On 2018年04月25日 21:38, Bruce Ashfield wrote: On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |    [CS_ETM_MAGIC] = "   Magic number  %"PRIx64"\n", | ^~ Is this something my -stable mer

Re: [linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-04-25 Thread Bruce Ashfield
On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ Is this something my -stable merges, or other BSP work has introduced ? I'

[linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-04-25 Thread Daniel Dragomir
| util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ Signed-off-by: Quanyang Wang Signed-off-by: Daniel Dragomir --- tools/perf/util/cs-etm.c | 1 + 1 file changed, 1 insertion

[linux-yocto] [kernel-cache] [yocto-4.12] [PATCH] bsp/axxiaarm*: Enable SMP and VMFS support

2018-04-25 Thread Daniel Dragomir
Signed-off-by: Daniel Dragomir --- bsp/axxiaarm/axxiaarm.cfg | 4 bsp/axxiaarm64/axxiaarm64.cfg | 7 +++ 2 files changed, 11 insertions(+) diff --git a/bsp/axxiaarm/axxiaarm.cfg b/bsp/axxiaarm/axxiaarm.cfg index e2b4a11..5003e08 100644 --- a/bsp/axxiaarm/axxiaarm.cfg +++ b/bsp/axxia