[meta-freescale] imx53qsb and gst-fsl-plugin

Vanhauwaert Wouter W.Vanhauwaert at TELEVIC.com
Fri Sep 20 02:49:29 PDT 2013


I want to "bitbake image-core-web-kiosk" and have the gstreamer fsl plugins available. Instead of my earlier attempts to use all latest mainline stuff, I use the standard configurations (kernel 2.6.35 etc)
Only thing I added to my local.conf is:

IMAGE_INSTALL_append = " gst-fsl-plugin" 

However, my bitbake fails on mesa: (btw, is mesa not for an imx 6?)

Build Configuration:
BB_VERSION        = "1.19.1"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "imx53qsb"
DISTRO            = "poky"
DISTRO_VERSION    = "1.4+snapshot-20130920"
TUNE_FEATURES     = "armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        
meta-yocto-bsp    = "master:ed3ef0823fde89371a473d20c0127c0bd16d062b"
meta-fsl-arm      = "master:87fae6e7d89567772e4919a2dc88c8fc50b2c9d8"
meta-web-kiosk    = "master:64798518d311bc117c477ba2cbbe0ac1402257fb"
meta-oracle-java  = "master:b83fbb40adf54780fdeaccc4812304142b22438d"
meta-hob          = "master:ed3ef0823fde89371a473d20c0127c0bd16d062b"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Error executing a python function in /opt/git/poky/meta/recipes-graphics/mesa/mesa_9.1.6.bb:

The stack trace of python calls that resulted in this exception/failure was:
File: 'do_package_ipk', lineno: 203, function: <module>
     0199:        bb.utils.unlockfile(lf)
     0200:
     0201:
     0202:
 *** 0203:do_package_ipk(d)
     0204:
File: 'do_package_ipk', lineno: 96, function: do_package_ipk
     0092:                    if localdata.getVar(f) is None:
     0093:                        raise KeyError(f)
     0094:                # Special behavior for description...
     0095:                if 'DESCRIPTION' in fs:
 *** 0096:                    summary = localdata.getVar('SUMMARY', True) or localdata.getVar('DESCRIPTION', True) or "."
     0097:                    ctrlfile.write('Description: %s\n' % summary)
     0098:                    description = localdata.getVar('DESCRIPTION', True) or "."
     0099:                    description = textwrap.dedent(description).strip()
     0100:                    if '\\n' in description:
File: '/opt/git/poky/bitbake/lib/bb/data_smart.py', lineno: 512, function: getVar
     0508:        value = self.getVarFlag(var, "_content", False, noweakdefault)
     0509:
     0510:        # Call expand() separately to make use of the expand cache
     0511:        if expand and value:
 *** 0512:            return self.expand(value, var)
     0513:        return value
     0514:
     0515:    def renameVar(self, key, newkey, **loginfo):
     0516:        """
File: '/opt/git/poky/bitbake/lib/bb/data_smart.py', lineno: 336, function: expand
     0332:
     0333:        return varparse
     0334:
     0335:    def expand(self, s, varname = None):
 *** 0336:        return self.expandWithRefs(s, varname).value
     0337:
     0338:
     0339:    def finalize(self, parent = False):
     0340:        """Performs final steps upon the datastore, including application of overrides"""
File: '/opt/git/poky/bitbake/lib/bb/data_smart.py', lineno: 326, function: expandWithRefs
     0322:                raise
     0323:            except bb.parse.SkipPackage:
     0324:                raise
     0325:            except Exception as exc:
 *** 0326:                raise ExpansionError(varname, s, exc)
     0327:
     0328:        varparse.value = s
     0329:
     0330:        if varname:
Exception: ExpansionError: Failure expanding variable SUMMARY, expression was ${SUMMARY} - Debugging files which triggered exception Exception: variable SUMMARY references itself!

ERROR: Function failed: do_package_ipk
ERROR: Logfile of failure stored in: /opt/git/poky/build/tmp/work/imx53qsb-poky-linux-gnueabi/mesa/2_9.1.6-r0/temp/log.do_package_write_ipk.21959
ERROR: Task 3655 (/opt/git/poky/meta/recipes-graphics/mesa/mesa_9.1.6.bb, do_package_write_ipk) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3751 tasks of which 3746 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:



More information about the meta-freescale mailing list