summaryrefslogtreecommitdiffstats
path: root/meta/classes-global/package_deb.bbclass
AgeCommit message (Collapse)Author
2023-01-05package: Move mapping_rename_hook to packagedata function libraryRichard Purdie
This function is used by the packaging tasks/classes and makes much more sense in the packagedata function library. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-05package: Move pkgdata handling functions to oe.packagedataRichard Purdie
To avoid reparsing the bbclass code all the time, move the functions to the packagedata python function library code which is more efficient. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-05package: Move get_conffiles/files_from_filevars functions to libRichard Purdie
To avoid reparsing the bbclass code all the time, move the functions to the python function library code which is more efficient. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-12classes: Update classes to match new bitbake class scope functionalityRichard Purdie
Move classes to classes-global or classes-recipe as appropriate to take advantage of new bitbake functionality to check class scope/usage. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>