[yocto] bbappend file not used
Vincent Daanen
vincent.daanen at orthotaxy.com
Tue Mar 6 04:42:42 PST 2018
Yes these lines are in the layer.conf file
De : Burton, Ross [mailto:ross.burton at intel.com]
Envoyé : mardi 6 mars 2018 13:28
À : Vincent Daanen <vincent.daanen at orthotaxy.com>
Cc : yocto at yoctoproject.org
Objet : Re: [yocto] bbappend file not used
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<mailto: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<http://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<mailto: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/de0552e2/attachment.html>
More information about the yocto
mailing list