diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2024-12-16 21:33:42 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-16 22:38:35 +0000 |
| commit | fa998ef0ea7fd17efce75d3f5039b8078c641798 (patch) | |
| tree | 6b3062d8a7bf6a804ae8bba7426928b197d5cfc1 | |
| parent | 783347d27b179d85098dc2166bc8234a08b7811b (diff) | |
| download | poky-fa998ef0ea7fd17efce75d3f5039b8078c641798.tar.gz | |
perf: Fix a minor typo
Fix a minor typo in a comment by replacing "nsures" with ensures.
(From OE-Core rev: c1f2df5616e9a14d1d6f2c993de8cc6204aea41f)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 9cd6148a1d..c4b3257569 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
| @@ -76,7 +76,7 @@ LDFLAGS="-ldl -lutil" | |||
| 76 | # Perf's build system adds its own optimization flags for most TUs, | 76 | # Perf's build system adds its own optimization flags for most TUs, |
| 77 | # overriding the flags included here. But for some, perf does not add | 77 | # overriding the flags included here. But for some, perf does not add |
| 78 | # any -O option, so ensure the distro's chosen optimization gets used | 78 | # any -O option, so ensure the distro's chosen optimization gets used |
| 79 | # for those. Also include ${DEBUG_PREFIX_MAP} which nsures perf is | 79 | # for those. Also include ${DEBUG_PREFIX_MAP} which ensures perf is |
| 80 | # built with appropriate -f*-prefix-map options, | 80 | # built with appropriate -f*-prefix-map options, |
| 81 | # avoiding the 'buildpaths' QA warning. | 81 | # avoiding the 'buildpaths' QA warning. |
| 82 | TARGET_CC_ARCH += "${SELECTED_OPTIMIZATION} ${DEBUG_PREFIX_MAP}" | 82 | TARGET_CC_ARCH += "${SELECTED_OPTIMIZATION} ${DEBUG_PREFIX_MAP}" |
