Adding nodejs into core-image-minimal

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Adding nodejs into core-image-minimal

714件の閲覧回数
krsuresh
Contributor III
Hi,
 
I have added nodejs package to core-image-minimal but still receive command not found error. Can you please let me know if I am missing anything?
 
* Download nodejs and nodejs-contrib
 
* Updated bblayer for meta-nodejs
  BBLAYERS += "${BSPDIR}/sources/meta-nodejs"
  BBLAYERS += "${BSPDIR}/sources/meta-nodejs-contrib"
* Added package details in conf/local.conf as well
IMAGE_INSTALL += "nodejs nodejs-npm"
 
Error Observation:
# node -v
-sh: node: command not found
# npm -v
-sh: npm: command not found
 
Thanks,
SureshKumar R
0 件の賞賛
返信
0 返答(返信)