diff options
author | Marek Vasut <marex@denx.de> | 2016-03-17 13:31:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:28 +0000 |
commit | aaaccc47c3b2bac2fffec0875c921a7274e6a799 (patch) | |
tree | 827abe8b1773be20cccd0994d1a4e04f8cdc9369 /meta/recipes-core | |
parent | 5857b205bdce27d8394e6e17aa7c66015513a953 (diff) | |
download | poky-aaaccc47c3b2bac2fffec0875c921a7274e6a799.tar.gz |
systemtap: Disable nios2 support
systemtap does not support nios2 yet, so disable it.
(From OE-Core rev: 852a10e2f0b3d9fa5df8df529aac7acc424c3da9)
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Ley Foon Tan <lftan@altera.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
Cc: Walter Goossens <waltergoossens@home.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 92db8b2ac8..443b7261e7 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -36,6 +36,7 @@ SYSTEMTAP_libc-uclibc = "" | |||
36 | SYSTEMTAP_mips = "" | 36 | SYSTEMTAP_mips = "" |
37 | SYSTEMTAP_mips64 = "" | 37 | SYSTEMTAP_mips64 = "" |
38 | SYSTEMTAP_mips64n32 = "" | 38 | SYSTEMTAP_mips64n32 = "" |
39 | SYSTEMTAP_nios2 = "" | ||
39 | SYSTEMTAP_aarch64 = "" | 40 | SYSTEMTAP_aarch64 = "" |
40 | 41 | ||
41 | # lttng-ust uses sched_getcpu() which is not there on uclibc | 42 | # lttng-ust uses sched_getcpu() which is not there on uclibc |