Care to rebase against latest updates? Thanks.
On Mon, Mar 18, 2019 at 12:13:03PM -0400, Jacob Stiffler wrote: > As this is a pre-built package: > * Skip the build-deps and file-rdeps checks. > * Disable package debug split. > > Signed-off-by: Jacob Stiffler <[email protected]> > --- > recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb > b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb > index d08dd2f..b0349af 100644 > --- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb > +++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb > @@ -23,6 +23,7 @@ do_install() { > > FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" > > -INSANE_SKIP_${PN} = "already-stripped libdir staticdev" > +INSANE_SKIP_${PN} = "already-stripped libdir staticdev build-deps file-rdeps" > +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" > > BBCLASSEXTEND = "native nativesdk" > -- > 2.7.4 > > -- > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
