On Thu, 11 Oct 2018 at 18:14, Måns Zigher <[email protected]> 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 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
