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

2018-05-01 Thread Bruce Ashfield
merged. Bruce On 4/25/2018 9:39 AM, Daniel Dragomir wrote: 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

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

2018-05-01 Thread Bruce Ashfield
merged Bruce On 4/30/2018 5:24 AM, Daniel Dragomir wrote: PRIx64 macro was not defined and this error occours: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ This was