[meta-freescale] bitbake error

Aravind Ganesan aravindm1212 at gmail.com
Mon Aug 25 12:04:21 PDT 2014


Hello
I have to boot T4240 QDS.
Platform: SDK v 1.4
Ubuntu 12.04

I have setup the host environment,reconfigured kernel.
When i run the bitbake command i get the following error:
ara at Aravind:~/yocto/build_
t4240qds_release$ bitbake fsl-image-core


*Pseudo is not present but is required, building this first before the main
build*
*ERROR: ParseError at /home/ara/yocto/meta-fsl-ppc/*
*recipes-kernel/linux/linux-**qoriq-sdk.inc:10: unparsed line:
'SRC_URI=file:///home/qoriq/**linux-qoriq-sdk.tar.gz'*



* ERROR: Command execution failed: Exited with 1*

*Summary: There were 2 ERROR messages shown, returning a non-zero exit
code.*ara at Aravind:~/yocto/build_t4240qds_release$

*My linux-qoriq-sdk.inc*

LIC_FILES_CHKSUM = "file://COPYING;md5=
d7810fab7487fb0aad327b76f1be7cd7"

PV = "3.8"
INC_PR = "r9"

#SRCREV = "4b66366af2d77de68f4bd6548d07421e13d3df05"
#SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
#         "

*SRC_URI=file:///home/qoriq/*
*linux-qoriq-sdk.tar.gz*SRC_URI[md5sum]="c11c7d4b463d038acb4dc658d5294513"
KSRC ?= ""
S = '${@base_conditional("KSRC", "", "${WORKDIR}/linux-qoriq-sdk",
"${KSRC}", d$
# make everything compatible for the time being
COMPATIBLE_MACHINE_$MACHINE = "$MACHINE"

python () {
        ma = d.getVar("DISTRO_FEATURES", True)
        arch = d.getVar("OVERRIDES", True)
SRC_URI[md5sum]="c11c7d4b463d038acb4dc658d5294513"
KSRC ?= ""
S = '${@base_conditional("KSRC", "", "${WORKDIR}/linux-qoriq-sdk",
"${KSRC}", d$
# make everything compatible for the time being
COMPATIBLE_MACHINE_$MACHINE = "$MACHINE"

python () {
        ma = d.getVar("DISTRO_FEATURES", True)
        arch = d.getVar("OVERRIDES", True)

        # the : after the arch is to skip the message on 64b
        if not "multiarch" in ma and ("e5500:" in arch or "e6500:" in arch):
                raise bb.parse.SkipPackage("Building the kernel for this
arch r$

        promote_kernel = d.getVar('BUILD_64BIT_KERNEL')

        if promote_kernel == "1":
                d.setVar('KERNEL_CC_append', ' -m64')
                d.setVar('KERNEL_LD_append', ' -melf64ppc')
      # the : after the arch is to skip the message on 64b
        if not "multiarch" in ma and ("e5500:" in arch or "e6500:" in arch):
                raise bb.parse.SkipPackage("Building the kernel for this
arch r$

        promote_kernel = d.getVar('BUILD_64BIT_KERNEL')

        if promote_kernel == "1":
                d.setVar('KERNEL_CC_append', ' -m64')
                d.setVar('KERNEL_LD_append', ' -melf64ppc')

        error_qa = d.getVar('ERROR_QA', True)
        if 'arch' in error_qa:
                d.setVar('ERROR_QA', error_qa.replace(' arch', ''))

        all_qa = d.getVar('ALL_QA', True)
        if 'arch' in all_qa:
                d.setVar('ALL_QA', all_qa.replace(' arch', ''))
}


-----------------------------------------------------

Please try to solve.
Thanks,
Aravind
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20140826/bd41d810/attachment.html>


More information about the meta-freescale mailing list