diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2021-11-22 17:34:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-12 16:42:13 +0100 |
commit | 17ea8b493d643c966beea306114ffc3a8d809204 (patch) | |
tree | 4851d52f0c3bad8c409d50537339047748934933 /scripts/lib/devtool/build_sdk.py | |
parent | 8a0766f6f50b993810be7d35e20188e63eae2eab (diff) | |
download | poky-17ea8b493d643c966beea306114ffc3a8d809204.tar.gz |
perf: sort-pmuevents: allow for additional type qualifiers and storage class
With kernel 5.16 some structs in pmu-events do get a const qualifier, some
a static const storage class and qualifier.
The current sort-pmuevents cannot cope with that and drops all struct
arrays with such additional elements. This then leads to compiler errors.
Allow '^struct', '^const struct', '^static struct', '^static const struct'.
(From OE-Core rev: e0d5d93a18d1682f3393fc10133f08009f008601)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
(cherry picked from commit 8406e83ade1c34d8a7d8063f2e7445aafa471721)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/build_sdk.py')
0 files changed, 0 insertions, 0 deletions