Replies: 2 comments
-
@ecorm this is very easy on FreeBSD with poudriere, https://github.com/freebsd/poudriere/wiki/poudriere-image.8-devel if you contact me va email I can share some applications using this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also, take a look at: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a project using the BeagleBone Black, and I've been able to successfully cross-compile complete Linux images via Buildroot.
These generated images include:
All this can be generated from a single invocation of Buildroot. There is no need to manually tinker with an intermediate image to obtain the desired final result. Furthermore, I can choose a pre-built kernel image, which saves much time when building from scratch.
Can all this be done with poudriere?
This post is not meant to bash FreeBSD or poudriere. It's just that my application is a commercial one, and the licensing terms of FreeBSD saves me some legal headaches. But if I have to give up the convenience of being able to generate a complete minimalist target image in ~10 minutes, then I might consider sticking with Linux. We are not making any modifications to GPL'ed code, and our closed-source application executable does not statically link to GPL or LGPL libraries.
Beta Was this translation helpful? Give feedback.
All reactions