I found the fix with the help of #yocto irc
correct syntax for my setup
SRC_URI = "git://...;protocol=http /

    Would this indicate an error on my development machine or with the
project.
    ....
    -------------------------------------------------
    DEBUG: Inheriting
/opt/fsl-community-bsp/sources/poky/meta/classes/relocatable.bbclass (from
/opt/fsl-community-bsp/sources/poky/meta/classes/native.bbclass:2)
    ERROR: ExpansionError during parsing
/opt/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/
linux-fslc_4.0.bb: 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
    -------------------------------------------------

    I did have to change in the *.inc files:
    To
    SRC_URI = "
http://git.freescale.com/imx/linux-2.6-imx.git;branch=${SRCBRANCH} \
               file://defconfig \
    "
    From:
    SRC_URI = "git://
git.freescale.com/imx/linux-2.6-imx.git;branch=${SRCBRANCH}
<http://git.freescale.com/imx/linux-2.6-imx.git;branch=$%7BSRCBRANCH%7D> \
               file://defconfig \
    "
    I am behind a http proxy.
    thank you for your time.

thank you again
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to