[OE-core] [PATCH 16/24] packagegroup-core-tools-profile: remove sysprof for aarch64

Kang Kai Kai.Kang at windriver.com
Wed Dec 10 01:39:47 UTC 2014


On 2014年12月09日 19:56, Burton, Ross wrote:
> On 9 December 2014 at 01:48, Kang Kai <Kai.Kang at windriver.com> wrote:
>
>> In the following var definition, it uses PROFILE_TOOLS_X:
>>
>> RRECOMMENDS_${PN} = "\
>>      perf \
>>      trace-cmd \
>>      kernel-module-oprofile \
>>      blktrace \
>>      ${PROFILE_TOOLS_X} \
>>      ${PROFILE_TOOLS_SYSTEMD} \
>>      "
>>
>> I suppose that use SYSPROF_aarch64 doesn't work here.
>>
> But this is exactly what lttng does:
>
> SYSPROF="sysprof"
> SYSPROF_aarch64=""
> RRECOMMENDS_${PN} = "${SYSPROF}"

I think I misunderstood you. Do you mean update like this:

SYSPROF = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sysprof', '', 
d)}"
SYSPROF_aarch64 = ""

RRECOMMENDS_${PN} = "\
       ... \
      ${SYSPROF} \

"

I'll update it.

Thanks,
Kai



>
> Ross
>


-- 
Regards,
Neil | Kai Kang




More information about the Openembedded-core mailing list