Releases: TimesysGit/meta-timesys
Releases · TimesysGit/meta-timesys
v2.13.0
Added
- [debug] Add VIGILES_DISABLE_CHECK flag to generate (but not submit) manifests.
- Add SUMMARY from recipe into JSON output
- Add HOMEPAGE from recipe into JSON output
- [llapi] Add support for Folders via Dashboard Config.
- [images] Add INITRAMFS_IMAGE to manifest if its set.
Changed
- [manifest] Add CVE_CHECK_WHITELIST to our own before submission.
- [images] Streamline task dependencies for multiple image manifests/reports
- [layers] Clean up error path when getting git info fails.
- [readme] Update for new Folder Config.
v2.12.1
Fixed
- [tsmeta] Fix for issues with host-installed Python 3.8
- [u-boot] Fix for issues with host-installed Python 3.8
- [vigiles-chevck] Fix for issues with host-installed Python 3.8
- [do_vigiles_check] Make sure we use the host-installed python3
v2.12.0
Added
- [conf] Add dunfell to LAYERSERIES_COMPAT.
Removed
- [tsmeta] Remove PACKAGECONFIG variable handling
v2.11.0
Added
- [feature] Add support for excluding packages via CSV files.
Fixed
- [layers] Fixups for gathering git repo info
- [u-boot] Fixup for an unset PREFERRED_PROVIDERS_virtual/bootloader
- [fixup] bb.info() -> bb.note().
v2.10.0
Added
- [feature] Add support for including extra packages via .csv files.
Fixed
- [tsmeta] Safeguard against recipes that don't have a layer
- [tsmeta] Fixup str.split() parameter.
- [extras] Fixup parsing and Readme to match LinuxLink behaviour.
v2.9.0
Changed
- [tsmeta] Cleanup and fix git layer metadata
- [bbclass] Cleanup vigiles_pkg() and streamline metadata
- [tsmeta] Add timesys layer backfill.
- [uboot] Check if virtual/bootloader is set before proceeding.
- [tsmeta/layers] Filter current git branch better.
- [tsmeta/layers] Do better check for valid git repo.
Fixed
- fixup bb.warning() -> bb.warn()
- [bbclass] exists() -> lexists() for symlinks we control.
v2.8.0
Changed
- [tsmeta] Cleanup layer metadata
v2.7.0
Added
- Add dashboard config capability
- [vigiles] Add support for uploading U-Boot configuration.
- [tsmeta] Add License info to metadata and manifest.
Changed
- [vigiles/kernel] Re-use helper for kernel version accuracy.
- [bbclass] Tweak dependencies to better support using rootfs manifests.
- [tsmeta] Cleanup tsmeta_pn_list() and build our manifest from the rootfs.
- [pkg] Be sure to include extended runtime packages
- [image] Make a missed-package-mapping a warning.
- [vigiles/bbclass] Make config copying generic
Removed
- [readme] Remove note about manual execution.
Fixed
- [bbclass] Change task articulation to prevent circular dependency
v2.6.0
Changed
- [tsmeta] Parse kernel Makefile for accurate cve_version inference.
Fixed
- [vigiles/kconfig] Make sure there is a kernel config file before copying
v2.5.0
Added
- [conf] Add compatibility string for 'zeus'.
- [vigiles/config] Make kernel config auto-detection the default.
Changed
- [tsmeta] Remove existing tsmeta_dir on startup.
Fixed
- [vigiles/bbclass] Prevent racing against rm_work
- [vigiles/tsmeta] Work around yocto bug for getting cve_version