[oe] I've downloaded oe

Khem Raj raj.khem at gmail.com
Tue Nov 23 20:19:59 UTC 2010


On Tue, Nov 23, 2010 at 12:03 PM, Klaus Schwarzkopf
<schwarzkopf at sensortherm.de> wrote:
> Hi,
>
> i've downloaded oe with this script (thanks frans):
>
> #!/bin/sh
>
> export OE=/home/klaus/development/oe/
> export BBPATH=${OE}build:${OE}openembedded
> export PATH=${OE}bitbake/bin:${PATH}
> export MACHINE=dm355-evm
>
> RECIPES="${OE}/openembedded/recipes"
> LOGFILE="fetchsrc.log"
>
> #Find recipes how changed this week
> #FIND_OPTIONS="-atime 7"
>
> for i in $(find ${RECIPES} -name '*.bb' -type f ${FIND_OPTIONS} | sort )
> do
>        echo $i
>        bitbake -c fetch -b $i
> done > ${LOGFILE} 2>&1
>
> egrep -n 'ERROR.*bb..failed' ${LOGFILE}
> egrep -n 'KeyError' ${LOGFILE}
>
>
>
>
>
> I found a lot of errors, see attachment! The whole logfile is on my
> homepage:
> http://fbi.hooster.de/download/sonstiges/oe/fetchsrc.log.tar.gz
>
> How can i/we fix this errors?
>

You should ignore nonworking and obsolete dirs and some errors are due
to hh.org going AWOL too


>
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>




More information about the Openembedded-devel mailing list