summaryrefslogtreecommitdiffstats
path: root/classes/container-common.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* classes: factor out shared functions to container-common.bbclassBruce Ashfield2026-02-091-0/+51
Create container-common.bbclass with shared Python functions used by both container-bundle.bbclass and container-cross-install.bbclass: - get_vruntime_multiconfig(d): Maps TARGET_ARCH to multiconfig name - get_vruntime_machine(d): Maps TARGET_ARCH to MACHINE for deploy path - get_blob_arch(d): Maps TARGET_ARCH to blob directory name This removes ~55 lines of duplicated code and ensures consistency between the two bbclass files. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>