我正在尝试设置bitbake和openembedded,以便在devkit8000 (beagleboard的克隆)上交叉编译angstrom 2009.x的代码。我关注过this page,但当我尝试
$ bitbake nano我得到了
Loading cache: 100% |##############################################################################################################################################################################################| Time: 00:00:00
Loaded 1 entries from dependency cache.
ERROR: Error parsing /home/hnsl/stuff/openembedded/recipes/images/initramfs-kexecboot-image.bb: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass | ETA: --:--:--
ERROR: Command execution failed: Exited with 1发布于 2012-05-12 00:11:30
显然,我似乎需要更改Angstrom的版本。使用
"DISTRO="angstrom-2010.x"在stuff/build/conf/local.conf上解决了这个问题。
https://stackoverflow.com/questions/10554124
复制相似问题