Re: [OE-core] [PATCH v4 2/4] ptest.bbclass: Add feature to populate a binary directory

2019-04-13 Thread Mariano Lopez
On 4/11/19 3:11 PM, Richard Purdie wrote: On Tue, 2019-04-09 at 00:44 -0500, Mariano Lopez wrote: This adds the functionality to create a binary directory within PTEST_PATH directory. This directory will be populated with symlinks pointing to the binaries installed by the package and then rena

Re: [OE-core] [PATCH v4 2/4] ptest.bbclass: Add feature to populate a binary directory

2019-04-11 Thread Richard Purdie
On Tue, 2019-04-09 at 00:44 -0500, Mariano Lopez wrote: > This adds the functionality to create a binary directory within > PTEST_PATH directory. This directory will be populated with > symlinks pointing to the binaries installed by the package and > then renamed by update-alternatives. This way th

[OE-core] [PATCH v4 2/4] ptest.bbclass: Add feature to populate a binary directory

2019-04-08 Thread Mariano Lopez
This adds the functionality to create a binary directory within PTEST_PATH directory. This directory will be populated with symlinks pointing to the binaries installed by the package and then renamed by update-alternatives. This way the ptest only needs to source this binary directory in order to u