[yocto] What is the common way to extend an package without bbappend?

Burton, Ross ross.burton at intel.com
Wed Sep 28 06:51:54 PDT 2016


On 28 September 2016 at 14:50, <S.Jaritz at esa-grimma.de> wrote:

> do_install () {
>         install -d ${D}/usr/share/apache2/htdocs/
>         cp -r ${S}/myweb/* ${D}/usr/share/apache2/htdocs/
> }
> FILES_${PN} += "/usr/share/apache2/htdocs/*"


Just put the files somewhere else, like /var/www/myweb/.  You'll need to
configure apache appropriately, of course, but I've not done that for about
a decade.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160928/ecb3ca47/attachment.html>


More information about the yocto mailing list