<div dir="ltr">Would this indicate an error on my development machine or with the project.<br><br>-------------------------------------------------<br>1 dev@dev2:/opt/fsl-community-bsp/build$ bitbake -c menuconfig imx23evk                                       <br>Loading cache: 100% |###########################################################################| ETA: 00:00:00<br>Loaded 697 entries from dependency cache.<br>NOTE: Error during finalise of /opt/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/<a href="http://linux-fslc_4.0.bb" target="_blank">linux-fslc_4.0.bb</a><br>ERROR: ExpansionError during parsing /opt/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/<a href="http://linux-fslc_4.0.bb" target="_blank">linux-fslc_4.0.bb</a>: Failure expanding variable S: ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: SRCREV was used yet no valid SCM was found in SRC_URI<br><br>Summary: There was 1 ERROR message shown, returning a non-zero exit code.<br>-------------------------------------------------<br>DEBUG: Inheriting /opt/fsl-community-bsp/sources/poky/meta/classes/relocatable.bbclass (from /opt/fsl-community-bsp/sources/poky/meta/classes/native.bbclass:2)<br>ERROR: ExpansionError during parsing /opt/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/<a href="http://linux-fslc_4.0.bb" target="_blank">linux-fslc_4.0.bb</a>: Failure expanding variable S: ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: SRCREV was used yet no valid SCM was found in SRC_URI<br>-------------------------------------------------<br><br>I did have to change in the *.inc files:<br>To<br>SRC_URI = "<a href="http://git.freescale.com/imx/linux-2.6-imx.git;branch=$%7BSRCBRANCH%7D" target="_blank">http://git.freescale.com/imx/linux-2.6-imx.git;branch=${SRCBRANCH}</a> \<br>          file://defconfig \<br>"<br>From:<br>SRC_URI = "git://<a href="http://git.freescale.com/imx/linux-2.6-imx.git;branch=$%7BSRCBRANCH%7D" target="_blank">git.freescale.com/imx/linux-2.6-imx.git;branch=${SRCBRANCH}</a> \<br>          file://defconfig \<br>"<br>I am behind a http proxy.<br><br>thank you for your time.<br>Justin Chaise</div>