mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-06 13:41:46 +00:00
Previously, "basic" bundle validation included checking that the bundle filename (currently used as the "bundle name") matched the "Title" field in the bundle header (currently not used), and that the "Title" field itself was valid. This was a step toward future usage, where mixer will use the header "Title" itself. This caused mixer to be incompatible with previous versions of CLR, for which these filename-to-title missmatches were allowed and thus present. This patch moves this checking exclusively to "--strict" validation, and removes bundle content validation from "basic" altogether. Basic validation now only checks that the bundle filename is valid and that the bundle contents syntax can be parsed. Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>