Re: [OE-core] [OE-Core][master][PATCH] menuconfig: Add mechanism for user to append to same devtool fragment after user runs finish

2019-10-08 Thread Paul Eggleton
Hi Chandana, On Tuesday, 8 October 2019 7:14:18 AM NZDT Sai Hari Chandana Kalluri wrote: > In current devtool flow, if user runs devtool modify, menuconfig and > finish, it will create a devtool-fragment.cfg and append to SRC_URI of > the recipe. > > When a user runs the same flow multiple times,

[OE-core] [OE-Core][master][PATCH] menuconfig: Add mechanism for user to append to same devtool fragment after user runs finish

2019-10-07 Thread Sai Hari Chandana Kalluri
In current devtool flow, if user runs devtool modify, menuconfig and finish, it will create a devtool-fragment.cfg and append to SRC_URI of the recipe. When a user runs the same flow multiple times, the devtool-fragment.cfg created in previous iteration gets replaced with the new fragment created