[meta-arago] [master/dunfell][PATCH 1/3] recipe-data: collect specific recipe data

2020-08-18 Thread Jacob Stiffler
* This class adds a general method to collect data across recipes. * The output is a conf file which can be parsed by the bitbake parser. * Basic routines are made available to extract data from the output. Signed-off-by: Jacob Stiffler --- meta-arago-distro/classes/recipe-data.bbclass | 100

[meta-arago] [master/dunfell][PATCH 3/3] arago: globally inherit recipe-data class

2020-08-18 Thread Jacob Stiffler
* All recipes much invoke the recipe-data class so that the autogenerated software manifest contains a valid source location. Signed-off-by: Jacob Stiffler --- meta-arago-distro/conf/distro/arago.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git

[meta-arago] [master/dunfell][PATCH 2/3] tisdk-bundle: use recipe-data for sw manifest

2020-08-18 Thread Jacob Stiffler
* Use the recipe-data class to collect the SRC_URI for the software manifest. Signed-off-by: Jacob Stiffler --- meta-arago-distro/classes/tisdk-bundle.bbclass | 44 -- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git