On 2012-09-27 14:31, Burton, Ross wrote: > Hi, > > If I add meta-intel and meta-cedartrail to my bblayers, when I try and > do an atom-pc build (which I thought should still work, right?) I get > the following error: > > NOTE: Error during finalise of > /home/ross/Yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.0.bb > ERROR: ExpansionError during parsing > /home/ross/Yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.0.bb: > Failure expanding variable SRCPV, expression was > ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: > Fetcher failure for URL: > 'git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=yocto/standard/common-pc/atom-pc,meta,yocto/pvr;name=machine,meta,pvr'. > Please set SRCREV to a valid value > > That's a bug, right? > > Ross > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > >
That's a bug alright. It seems the overall SRC_URI of linux-yocto is overwritten by meta-cedartrail layer, when included. Should be fixed by using SRC_URI_cedartrail instead. -- Mihai Lindner _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto