[meta-ti] building yocto images with meta-ti
Nicolas Dechesne
ndec13 at gmail.com
Tue Sep 18 23:16:05 PDT 2012
hi there,
i was able to build a 'vanilla' yocto image using the yocto git repo.
then i wanted to add meta-ti layer. so i have done the following:
- clone git://git.yoctoproject.org/meta-ti
- modify BBLAYERS in conf/bblayers.conf to add meta-ti
i can verify that meta-ti layer is configured properly as
bitbake-layers show-layers shows it just fine (with priority 10).
However parsing recipes failed with:
Loaded 23 entries from dependency cache.
ERROR: ExpansionError during parsing
/work/yocto/meta-ti/recipes-ti/local-power-manager/ti-local-power-manager_1.24.02.09.bb:
Failure expanding variable FILESPATH, expression was
${@base_set_filespath([
"/work/yocto/meta-ti/recipes-ti/local-power-manager/ti-local-power-manager-1_1_24_02_09-${MACHINE_KERNEL_PR}e",
"/work/yocto/meta-ti/recipes-ti/local-power-manager/ti-local-power-manager-1_24_02_09",
"/work/yocto/meta-ti/recipes-ti/local-power-manager/ti-local-power-manager",
"/work/yocto/meta-ti/recipes-ti/local-power-manager/ti-local-power-manager-1_24_02_09",
"/work/yocto/meta-ti/recipes-ti/local-power-manager/ti-local-power-manager",
"/work/yocto/meta-ti/recipes-ti/local-power-manager/files",
"/work/yocto/meta-ti/recipes-ti/local-power-manager" ], d)} which
triggered exception SyntaxError: EOL while scanning string literal
(FILESPATH, line 1)
ERROR: Command execution failed: Exited with 1
is there a particular commit in yocto that meta-ti requires?
how do you guys generate vanilla yocto images with meta-ti?
thx
More information about the meta-ti
mailing list