[oe] I've downloaded oe

Klaus Schwarzkopf schwarzkopf at sensortherm.de
Tue Nov 23 20:03:35 UTC 2010


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?




-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.log
Type: text/x-log
Size: 144337 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20101123/1e155c62/attachment-0002.bin>


More information about the Openembedded-devel mailing list