[yocto] bbappend file not used

Burton, Ross ross.burton at intel.com
Tue Mar 6 04:28:05 PST 2018


Does your layer.conf tell bitbake to read bbappends?  Should be something
like:

BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

Ross

On 6 March 2018 at 12:07, Vincent Daanen <vincent.daanen at orthotaxy.com>
wrote:

> Dears,
>
>
>
> I want to build an image using systemd and system-networkd as network
> manager and set static ip address to eth0.
>
>
>
> To do so, I use a bbappend file to systemd.
>
>
>
> The problem is that the systemd_%.bbappend file does not appear when
> calling bitbake-layers show-appends. I’m quite sure it is not processed
> because when a voluntary add a typo, it does not break the bitbake process.
>
>
>
> What did I do wrong ??
>
>
>
> Below is my “files architecture”:
>
> Yocto
>
>  |-- Sources (Rocko 2.4.1)
>
>   |-- myDir
>
>         |-- build
>
>               |-- conf
>
>                          Local.conf
>
>         |-- meta-myLayer
>
>               |-- conf
>
>               |-- recipes-core
>
>                     |-- images
>
>                           my-image.bb
>
>                     |-- systemd
>
>                           systemd_%.bbappend
>
>                           |-- system
>
>                                 eth.network
>
>
>
> The target is a generic x86_64 board (AAEON GENE BT 05 with J1900
> processor).
>
> Host system is ubuntu 16.04 LTS
>
>
>
>
>
>
>
> Thanks
>
>
>
> Vince
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180306/5209812d/attachment.html>


More information about the yocto mailing list