Re: [OE-core] [PATCH] devtool: build: add deploy to the tasks run for devtool build

2019-06-08 Thread Jaewon Lee
Sorry about that Richard Will be sure to test with that Thanks, Jaewon > On Jun 8, 2019, at 5:15 AM, Richard Purdie > wrote: > >> On Fri, 2019-06-07 at 15:17 -0700, Jaewon Lee wrote: >> Right now `devtool build` runs populate_sysroot and packagedata >> tasks. >> Adding deploy to this list

Re: [OE-core] [PATCH] devtool: build: add deploy to the tasks run for devtool build

2019-06-08 Thread Richard Purdie
On Fri, 2019-06-07 at 15:17 -0700, Jaewon Lee wrote: > Right now `devtool build` runs populate_sysroot and packagedata > tasks. > Adding deploy to this list so that the newly built artifacts are > available in the deploy directory. > > Signed-off-by: Jaewon Lee > > [YOCTO #13382] > >

[OE-core] [PATCH] devtool: build: add deploy to the tasks run for devtool build

2019-06-07 Thread Jaewon Lee
Right now `devtool build` runs populate_sysroot and packagedata tasks. Adding deploy to this list so that the newly built artifacts are available in the deploy directory. Signed-off-by: Jaewon Lee [YOCTO #13382] Signed-off-by: Jaewon Lee --- scripts/lib/devtool/build.py | 2 +- 1 file