[poky] Another story of a non upstream user of poky

Koen Kooi koen at dominion.thruhere.net
Wed Jul 27 05:53:10 PDT 2011


Op 27 jul. 2011, om 14:47 heeft Holger Hans Peter Freyther het volgende geschreven:

> Hi,
> 
> todays story is adding a 'interfaces' to netbase.
> 
> 
> $ touch sysmocom/recipes-core/netbase/netbase-4.45/alix/interfaces
> 
> $ vi sysmocom/recipes-core/netbase/netbase_4.45.bbappend
> FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}-${PV}"], d)}:"
> PRINC = "1"
> 
> $ bitbake netbase
> 
> 
> So does it work? The answer is no. Why doesn't it work? meta-yocto already has
> a bbappend file? How to solve it? Use different names? Automatically add
> FILESPATH for bbappends?


touch oe-core/meta/recipes-core/netbase/netbase_4.45.bb to force a reparse. bbappends only get parsed if the main recipe changed.


More information about the poky mailing list