diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2014-12-15 12:17:32 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-19 17:54:12 +0000 |
commit | fbf979da6e6b7332dccab38fd66f3c01594f8211 (patch) | |
tree | 008c0f132a3a6712f57dba4c4c241d3948bde6d3 /meta/recipes-core | |
parent | 41eb5a1ae2a92034bed93c735e712d18ea3d9d1d (diff) | |
download | openembedded-core-fbf979da6e6b7332dccab38fd66f3c01594f8211.tar.gz openembedded-core-fbf979da6e6b7332dccab38fd66f3c01594f8211.tar.bz2 openembedded-core-fbf979da6e6b7332dccab38fd66f3c01594f8211.zip |
packagegroup-core-tools-profile: allow lttng-modules for ARM
Per commit f6587be6cd3dc864143b1c0be0bb8179a61dc835 (lttng-modules:
re-enable ARM builds) lttng-modules is fine for ARM now. Without this
additional change, tools-profile won't bring in lttng-modules when
targeting ARM.
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 41d2548b70..39a88134a3 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -53,7 +53,6 @@ LTTNGTOOLS_aarch64 = "" LTTNGMODULES = "lttng-modules" LTTNGMODULES_aarch64 = "" -LTTNGMODULES_arm = "" BABELTRACE = "babeltrace" BABELTRACE_aarch64 = "" |