yeah but as the message is quite explicite :
you have different *bblayers.conf*, please sync it from common directory or
call update-shr-core-conffiles to replace *all config files* with new
versions

thx


2011/9/21 Martin Jansa <[email protected]>

> On Tue, Sep 20, 2011 at 05:45:26PM +0200, Sylvain 'GarthPS' Paré wrote:
> > Signed-off-by: Sylvain 'GarthPS' Paré <[email protected]>
> > ---
> >  Makefile |   26 +++++++++++++++++++++++++-
> >  1 files changed, 25 insertions(+), 1 deletions(-)
> >
> > diff --git a/Makefile b/Makefile
> > index ec03f70..07507b5 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -54,8 +54,20 @@ update:
> >       [ ! -e meta-openembedded ] || ${MAKE} update-meta-openembedded
> >       [ ! -e meta-smartphone ]   || ${MAKE} update-meta-smartphone
> >       [ ! -e shr-unstable ] || ${MAKE} update-shr-unstable
> > -     [ ! -e shr-testing ]  || ${MAKE} update-shr-testing
> > +     [ ! -e shr-testing ]  || ${MAKE} update-shr-testing
> >       [ ! -e bitbake ]      || ${MAKE} update-bitbake
> > +     if [ -d shr-core ] ; then \
> > +             if ! diff -q shr-core/conf/bblayers.conf
> common/conf/shr-core/bblayers.conf ; then \
> > +                     echo -e "\\033[1;31m" "WARNING: you have different
> bblayers.conf, please sync it from common directory or call
> update-shr-core-conffiles to replace all config files with new versions" ; \
> > +                     echo -e "\\e[0m" ; \
> > +             fi ; \
> > +     fi
> > +     if [ -d aurora ] ; then \
> > +             if ! diff -q aurora/conf/bblayers.conf
> common/conf/aurora/bblayers.conf ; then \
>
> You should probably check all replaced configs here, but applied as it
> is now, Thanks!
>
> --
> Martin 'JaMa' Jansa     jabber: [email protected]
>
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to