I will add " COMPATIBLE_HOST_libc-musl = 'null' " in V3 to fix this.

Thanks,
Yongxin

> -----Original Message-----
> From: Khem Raj <[email protected]>
> Sent: Tuesday, June 9, 2020 12:56
> To: Liu, Yongxin <[email protected]>
> Cc: openembeded-devel <[email protected]>
> Subject: Re: [oe][meta-oe][PATCH V2] intel-speed-select: Add new recipe
> for the tool to validate Intel SST
> 
> fails to build for musl
> 
> https://errors.yoctoproject.org/Errors/Details/415731/
> 
> On Mon, Jun 8, 2020 at 2:02 PM Yongxin Liu <[email protected]>
> wrote:
> >
> > Signed-off-by: Yongxin Liu <[email protected]>
> > ---
> >  .../intel-speed-select/intel-speed-select.bb       | 29
> ++++++++++++++++++++++
> >  1 file changed, 29 insertions(+)
> >  create mode 100644
> > meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb
> >
> > diff --git
> > a/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb
> > b/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb
> > new file mode 100644
> > index 000000000..a34f379b4
> > --- /dev/null
> > +++ b/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb
> > @@ -0,0 +1,29 @@
> > +SUMMARY = "A tool to validate Intel Speed Select commands"
> > +
> > +DESCRIPTION = "The Intel Speed Select Technology (Intel SST) is a
> > +powerful new \ collection of features giving you more granular
> > +control over CPU performance \ for optimized total cost of ownership."
> > +
> > +LICENSE = "GPLv2"
> > +
> > +inherit kernelsrc
> > +
> > +COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
> > +
> > +do_populate_lic[depends] += "virtual/kernel:do_patch"
> > +
> > +B = "${WORKDIR}/${BPN}-${PV}"
> > +
> > +EXTRA_OEMAKE = "-C ${S}/tools/power/x86/intel-speed-select O=${B}
> CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
> > +
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +do_configure[depends] += "virtual/kernel:do_shared_workdir"
> > +
> > +do_compile() {
> > +       oe_runmake
> > +}
> > +
> > +do_install() {
> > +       oe_runmake DESTDIR=${D} install }
> > --
> > 2.14.4
> >
> > 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84882): 
https://lists.openembedded.org/g/openembedded-devel/message/84882
Mute This Topic: https://lists.openembedded.org/mt/74761525/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to