Re: [yocto] devtool modify both target and native recipe

2019-09-24 Thread Ola x Nilsson
On Tue, Sep 17 2019, Josias Inacio da Silva Filho wrote: > I have a recipe that supports building both native and target, however I > noticed only one can be modified at a time. > > If I try doing: > $ devtool modify myrecipe path_x > $ devtool modify myrecipe-native path_x > > It complains

[yocto] devtool modify both target and native recipe

2019-09-17 Thread Josias Inacio da Silva Filho
I have a recipe that supports building both native and target, however I noticed only one can be modified at a time. If I try doing: $ devtool modify myrecipe path_x $ devtool modify myrecipe-native path_x It complains saying I can only modify one variant at a time. The way to get around this