Re: way to make do_devshell changes permanent?
Joel A Cohen
devshell is good for playing around, but I don't know of any blessed way to just have it somehow modify recipes and create patches magically. I'd be interested to hear if there is something like that. The closest to what I think you want is the "devtool" workflow Basically: 1) devtool modify <recipe> 2) hack source in $BUILDDIR/workspace/sources/<recipe>, test as desired by using "bitbake <recipe>" or "bitbake <image containing recipe>" # Once satisfied with changes: 3) git add $BUILDDIR/workspace/sources/<recipe> && git commit -m "Added cool changes to recipe" 4) devtool finish <recipe> <your_layer_name> --Aaron
On Tue, Mar 3, 2020 at 3:59 PM Kent Dorfman <kent.dorfman766@...> wrote: I am dealing with a vendor supplied yocto release where they have
|
|