【问题标题】:How to Install angular js in Yocto如何在 Yocto 中安装 Angular js
【发布时间】:2021-10-29 08:18:57
【问题描述】:

我在 conf/local.conf 文件中尝试了以下 angularjs 的名称,但没有安装该软件包。

  1. IMAGE_INSTALL_append = " angular-js"
  2. IMAGE_INSTALL_append = " angularjs"

是不是包名不一样?如何在 yocto 中安装 AngularJs?

【问题讨论】:

  • 我对yocto一无所知,但是npm上的包名是angular
  • 我在两个公共元层中都找不到anguar-js 配方。你从哪里得到的?

标签: angularjs npm-install yocto imx8


【解决方案1】:

您需要一个配方才能以这种方式安装软件包。你有别人写的食谱,还是你自己写的。 有几个其他人写的食谱,但没有一个与您使用的名称匹配。这是一个链接,它将搜索名为 angular link 的包。

我建议您花更多时间熟悉食谱、yocto 和 bitbake。查看 users manual 了解 bitbake 的基本知识。

【讨论】:

    猜你喜欢
    • 2020-02-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-10-11
    • 1970-01-01
    • 1970-01-01
    • 2020-07-20
    • 1970-01-01
    相关资源
    最近更新 更多