Re: [yocto] Appending to recipe created by BBCLASSEXTEND

2019-12-16 Thread Quentin Schulz
Hi Tuomas, On Mon, Dec 16, 2019 at 06:33:02AM +, Tuomas Huuki wrote: > Hello, > I'm using yocto warrior and have a recipe that is extended via BBCLASSEXTEND > in to -native and -nativesdk. I also need an append for this recipe, > including the "unextended" recipe. For example: >

[yocto] Appending to recipe created by BBCLASSEXTEND

2019-12-15 Thread Tuomas Huuki
Hello, I'm using yocto warrior and have a recipe that is extended via BBCLASSEXTEND in to -native and -nativesdk. I also need an append for this recipe, including the "unextended" recipe. For example: my-recipe_1.0.0.bb includes BBCLASSEXTEND = "native" and thus generates my-recipe and