问题标签 [opkg]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
beagleboneblack - 使用 opkg 同步包
我们正在使用运行 Angstrom Linux 的 BeagleBone Black 和 opkg 包管理器来为我们的一些系统提供动力。我们需要确保我们能够一致且可靠地访问特定版本的 opkg 包。我已经建立了一个内部 opkg 存储库。有没有办法在存储库之间同步包?例如,我想将特定包从公共/并非总是可访问的存储库复制到我们的内部存储库,以实现速度和可靠访问。
angstrom-linux - 未从 opkg 接收详细输出
当我运行 opkg update 或 opkg upgrade 时,它会暂停几秒钟,然后返回一个新行。
我尝试使用 --verbosity=# 命令运行该命令,结果与上述相同。是否有一些我可能搞砸或配置不正确的设置?
提前致谢!
upgrade - 如何使用 opkg(或其他方式)升级到 BeagleBone Black 上的最新 glibc
我的 BeagleBone Black 上有 glibc 2.15 版。我想要 2.19 版本,但我不知道如何升级到最新版本。opkg list-upgradable
不打印任何东西。我应该怎么办?
security - 保护 OPKG 存储库
我正在建立一个供嵌入式 linux 设备使用的 OPKG 存储库。我们希望保护服务器,以便只有我们的设备才能访问包。除了一些对 http 代理用户名和密码的引用之外,我找不到有关如何执行此操作的任何信息。有没有办法可以实现?我相信 opkg 存储库使用与 ipkg 相同的系统。
opkg - opkg install error - wfopen no such file or directory
I have followed instructions to create an .ipk file
, the Packages.gz
and host them on a web server as a repo. I have set the opkg.conf
in my other VM to point to this repo. The other VM is able to update and list the contents of repositories successfully.
But, when I try to install, I get this message. Can you please describe why I am getting this and what needs to be changed?
While creating the .ipk, I had created a folder named data
that had a file structure as /etc/repo/d1/
with the file something.py
stored at d1
location. I zipped that folder to data.tar.gz
. And, then together with control.tar.gz
and 'debian-binary`, I created the .ipk.
I followed instructions from here: http://bitsum.com/creating_ipk_packages.htm http://www.jumpnowtek.com/yocto/Managing-a-private-opkg-repository.html http://www.jumpnowtek.com/yocto/Using-your-build-workstation-as-a-remote-package-repository.html
linux - opkg-cl 更新 2 下载错误
我正在尝试使用 opkg-cl 进行更新。得到以下错误。有谁知道我如何解决这个问题?
linux - 文件末尾缺少换行符
我正在尝试在英特尔爱迪生的 linux 操作系统上安装 opencv。我遵循http://makezine.com/projects/make-43/photographic-memory/以便通过 opkg 安装它。但是,运行时出现以下错误
opkg update
:
显然由于此错误,它无法安装任何软件包。我彻底寻找解决方案,但没有一个有效。我感谢您的帮助。
openwrt - 安装“opkg”?
我正在尝试将软件包安装到我的 OpenWrt SDK。为此,您必须通过键入以下内容来使用 OPKG 包管理器:
但是,就我而言,没有安装 OPKG,因此我无法继续。
谁能告诉我如何安装它?谢谢你。
我正在使用 Kubuntu 顺便说一句:
opkg - 为什么我不能使用 postinst 将 LD_LIBRARY_PATH 导出到我新上传的共享库?
我正在开发一个打包为 .opkg 格式的应用程序。
数据文件包括一些我的应用程序将使用的自建分片库;我将它们放入xxxx/my-package/usr/lib/a.so
,其中xxx/my-package/
在 opkg.conf 中设置为我的 .opkg 根目录。
然后使用 opkg-build 创建包。为了让我的应用程序文件找到a.so
,我想xxx/my-package/usr/lib
将LD_LIBRARY_PATH
. 我希望在安装后立即完成,所以我把“ export LD_LIBRARY_PATH=xxx/my-package/usr/lib
”放在 postinst 文件中。
但是在我安装它之后,当我打印“set”时LD_LIBRARY_PATH=xxx/my-package/usr/lib
,我得到了LD_LIBRARY_PATH=xxxx/my-package
. 是因为在 postinst 阶段usr/lib
没有创建子目录吗?或者?有什么建议我应该如何LD_LIBRARY_PATH
在安装后自动设置到我的应用程序目录中?
node.js - 在 Arduino Yun 上安装节点
我有一张 8G MicroSD 卡,我想使用 opkg 为 Arduino Yun 安装 Node,但我收到以下消息:
有没有办法安装它?