我想在QEMU的yocto(ver rocko)上使用node.js。
程序 (1)克隆po git clone http://git.yoctoproject.org/git/poky cd poky git checkout origin / rocko
(2)克隆元开放嵌入 git clone https://github.com/openembedded/meta-openembedded.git cd meta-openembedded git checkout origin / rocko
(3)添加图层 来源poky / oe-init-build-env 位烘烤层../meta-openembedded/meta-oe bitbake-layers添加层../meta-openembedded/meta-python 位烘烤层添加层../ meta-openembedded / meta-networking
(4)修改build / conf / local.conf
(5)构建 bitbake core-image-sato
(6)Runqemu runqemu qemux86 core-image-sato nographic
发生错误 root @ qemux86:〜#节点 [22.146865]陷阱:节点[700]陷阱无效的操作码ip:8747900 sp:bfdd26e0错误:0节点[8048000 + f4d000] 非法指示
问题 如何通过yocto build添加node.js?
build/conf/local.conf
MACHINE ??= "qemux86"
CORE_IMAGE_EXTRA_INSTALL = "python-core"
IMAGE_INSTALL_append = " nodejs nodejs-npm "
PACKAGECONFIG_append_pn-nodejs = " zlib openssl "
PREFERRED_VERSION_nodejs = "8%"
我可以使用https://github.com/imyller/meta-nodejs.git在krogoth上使用node.js。 但是,node.js v6在rocko上生成错误