openembedded

Apache2 with PHP support in Yocto

邮差的信 提交于 2019-12-02 22:08:11
问题 I am using Yocto to create a build including apache2 but I have a hard time adding php support. I had it running previously (read: last year) but since then there have been changes to the meta-webserver layer in meta-openembedded. From the README file in meta-webserver: "This layer used to provide a modphp recipe that built mod_php, but this is now built as part of the php recipe in meta-oe. However, since apache2 is required to build mod_php, and apache2 recipe is in this layer and recipes

An example of using FILES_${PN}

一世执手 提交于 2019-11-29 08:44:56
I have a trouble of understanding the FILES_${PN} even after i have read the manual. for example, i was working on this example of making startup script. After i wrote something similar to, i got these error messages. ERROR: initscriptd-1.0-r0 do_package: QA Issue: initscriptd: Files/directories were installed but not shipped in any package: /usr /usr/sbin Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. initscriptd: 2 installed and not shipped files. [installed-vs-shipped] ERROR: initscriptd-1.0-r0

An example of using FILES_${PN}

雨燕双飞 提交于 2019-11-28 01:34:27
问题 I have a trouble of understanding the FILES_${PN} even after i have read the manual. for example, i was working on this example of making startup script. After i wrote something similar to, i got these error messages. ERROR: initscriptd-1.0-r0 do_package: QA Issue: initscriptd: Files/directories were installed but not shipped in any package: /usr /usr/sbin Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do