A follow on patch moves to start using pacakgegroup-core-tools-profile to pull in valgrind, but the lttng-tools package does not build for the legacy 32 bit TI platforms.
Add a bbappend to remove lttng-tools from the packagegroup for those platforms. Signed-off-by: Ryan Eatmon <[email protected]> --- .../packagegroups/packagegroup-core-tools-profile-arago.inc | 3 +++ .../packagegroups/packagegroup-core-tools-profile.bbappend | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-core-tools-profile-arago.inc create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-core-tools-profile-arago.inc b/meta-arago-distro/recipes-core/packagegroups/packagegroup-core-tools-profile-arago.inc new file mode 100644 index 00000000..8bdfce08 --- /dev/null +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-core-tools-profile-arago.inc @@ -0,0 +1,3 @@ +LTTNGTOOLS:ti33x = "" +LTTNGTOOLS:ti43x = "" +LTTNGTOOLS:am57xx = "" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend b/meta-arago-distro/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend new file mode 100644 index 00000000..418f2507 --- /dev/null +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend @@ -0,0 +1,4 @@ +PACKAGEGROUP_CORE_TOOLS_PROFILE_ARAGO = "" +PACKAGEGROUP_CORE_TOOLS_PROFILE_ARAGO:arago = "packagegroup-core-tools-profile-arago.inc" + +require ${PACKAGEGROUP_CORE_TOOLS_PROFILE_ARAGO} -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17075): https://lists.yoctoproject.org/g/meta-arago/message/17075 Mute This Topic: https://lists.yoctoproject.org/mt/117625469/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
