Build AEP image with custom package
- This topic has 2 replies, 2 voices, and was last updated 8 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
I need to install the flask and sqlalchemy pip packages into the Conduit APE gw, in order to run our software.
Can I build a custom SO image with this 2 packages pre install.
Cumps,
Luis,
The AEP firmware is proprietary, so you will not be able to build a custom image of that firmware. However, you can use the mLinux distro based off of Yocto found here: http://git.multitech.net/cgi-bin/cgit.cgi/mlinux.git/
Using mLinux you can add the flask and sqlalchemy pip packages to that, build the packages, and use the .ipk files (packages) that generates to install on your AEP.
You should use the version of mLinux that the AEP firmware you have installed is based off of. To figure that out via an ssh connection to the Conduit: “cat /etc/issue” will tell you what the mLinux version is.
Multitech have plans to include this packages in a near future? 🙂
Cumps,