On Mon, Jun 01, 2015 at 11:12:38AM -0700, Khem Raj wrote: > On Mon, Jun 1, 2015 at 7:23 AM, Arago Project git <[email protected]> > wrote: > > Module: meta-ti > > Branch: master > > Commit: 5c880613a30351e8dfa815ed82740aa5012ef0d4 > > URL: > > http://arago-project.org/git/meta-ti.git?a=commit;h=5c880613a30351e8dfa815ed82740aa5012ef0d4 > > > > Author: Jacob Stiffler <[email protected]> > > Date: Wed May 27 16:52:16 2015 +0000 > > > > llvm-common: Extend to nativesdk class. > > > > Signed-off-by: Jacob Stiffler <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > > > --- > > > > recipes-core/llvm/llvm-common.bbappend | 5 +++++ > > 1 files changed, 5 insertions(+), 0 deletions(-) > > > > diff --git a/recipes-core/llvm/llvm-common.bbappend > > b/recipes-core/llvm/llvm-common.bbappend > > new file mode 100644 > > index 0000000..ffe4dcb > > --- /dev/null > > +++ b/recipes-core/llvm/llvm-common.bbappend > > @@ -0,0 +1,5 @@ > > +PR_append = "-ti0" > > + > > +SYSROOT_PREPROCESS_FUNCS_append_class-nativesdk = " > > llvm_common_sysroot_preprocess" > > + > > +BBCLASSEXTEND += "nativesdk" > > > > this should be going into meta-oe ?
Good point! I missed the fact that llvm is not yet in oe-core, but instead is in meta-oe. -- Denys -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
