[yocto] [Yocto][poky][meta] already-stripped ignore if set for any other package then INSANE_SKIP_${PN}

Burton, Ross ross.burton at intel.com
Fri Oct 12 07:30:21 PDT 2018


On Thu, 11 Oct 2018 at 18:14, Måns Zigher <mans.zigher at gmail.com> wrote:
> I have been struggling with a problem where I need to create a package in a recipe and set already-stripped for that package. The package in question is not the the default one so I am trying to set it by using
>
> INSANE_SKIP_${PN} += " \
> dev-so \
> already-stripped \
> "

You say no the default one, but PN is "the default" one, so that's
probably why that doesn't work.

Ross


More information about the yocto mailing list