[meta-freescale] FIXED: -- bitbake -c menuconfig imx23evk

justin chaise justinchaisejmc1 at gmail.com
Fri Jun 5 10:24:16 PDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20150605/ad121e30/attachment.html>


More information about the meta-freescale mailing list