Re: [OE-core] [PATCH] Support kmeta directory usage with devtool modify/finish

2019-03-04 Thread Paul Eggleton
On Saturday, 15 December 2018 1:39:22 PM NZDT Jaewon Lee wrote: > When using Kmeta directories, devtool finish will add every single file > in the directory to the bbappend. This is because in the current > implementation, the get_recipe_local_files function treats the kmeta > directory like a

Re: [OE-core] [PATCH] Support kmeta directory usage with devtool modify/finish

2019-02-11 Thread Jaewon Lee
ping -Original Message- From: Jaewon Lee Sent: Monday, January 28, 2019 3:18 PM To: Jaewon Lee ; openembedded-core@lists.openembedded.org Cc: Alejandro Enedino Hernandez Samaniego Subject: RE: [OE-core][PATCH] Support kmeta directory usage with devtool modify/finish ping

Re: [OE-core] [PATCH] Support kmeta directory usage with devtool modify/finish

2019-01-29 Thread Jaewon Lee
ping -Original Message- From: Jaewon Lee [mailto:jaewon@xilinx.com] Sent: Friday, December 14, 2018 4:39 PM To: openembedded-core@lists.openembedded.org Cc: Jaewon Lee ; Alejandro Enedino Hernandez Samaniego Subject: [OE-core][PATCH] Support kmeta directory usage with devtool

[OE-core] [PATCH] Support kmeta directory usage with devtool modify/finish

2018-12-14 Thread Jaewon Lee
When using Kmeta directories, devtool finish will add every single file in the directory to the bbappend. This is because in the current implementation, the get_recipe_local_files function treats the kmeta directory like a file. Modifying the function to loop through the provided directories and