2/8/2017 10:06 AM | |
Posts: 4 Rating: (0) |
Hi. how to installed httpd? yum? apt-get? Oh(;_;) |
7/21/2017 12:39 PM | |
Posts: 2 Rating: (0) |
Hello, There are several ways to install something into your board. You can enable package manager option in your image and use a package manager such as opkg if you add third party software repository addresses. IMAGE_FEATURES += "package-management" Also you can simply include specific software packages into your image in via "layers". httpd-like web related software exit in meta-webserver (which depends on meta-oe) http://layers.openembedded.org/layerindex/branch/master/layer/meta-webserver/ Or you can just cross-compile :) it is pretty easy because Quark is x86. Yetkin. |
Follow us on