On Tue, Apr 5, 2022 at 04:38 PM, Rombola Davide wrote:

> 
> FILESEXTRAPATHS_prepend_${MACHINE} :=
> "${YOCTOROOT}/meta-a/recipes-my/${PN}/${PN}_rel:"

The following line is sayng that you want to select meta-a when you have a 
MACHINE = every machine you have therefore machinec

FILESEXTRAPATHS_prepend_${MACHINE} := 
"${YOCTOROOT}/meta-a/recipes-my/${PN}/${PN}_rel:" 
You can read it as

FILESEXTRAPATHS_prepend_machinec := 
"${YOCTOROOT}/meta-a/recipes-my/${PN}/${PN}_rel:"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56670): https://lists.yoctoproject.org/g/yocto/message/56670
Mute This Topic: https://lists.yoctoproject.org/mt/90266967/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to