[yocto] CONFFILES journey form source dir to rootfs

Burton, Ross ross.burton at intel.com
Mon Nov 12 07:38:01 PST 2018


On Mon, 12 Nov 2018 at 14:33, Alan Martinovic <alan.martinovic at senic.com> wrote:
> > The standard do_install (which calls make install) copies the file
> > from the source tree to the staging directory.
>
> What's the reason for not seeing that in `bitbake -e systemd`?

It is there:

do_install() {
        meson_do_install
...
}

do_install calls meson_do_install which calls ninja install, which
copies the file from the build directory to the staging directory,
which is then used in packaging.

Ross


More information about the yocto mailing list