~checkbox-dev/checkbox:kissiels-cpuid-2cents

Last commit made on 2023-07-27
Get this branch:
git clone -b kissiels-cpuid-2cents https://git.launchpad.net/~checkbox-dev/checkbox

Branch merges

Branch information

Name:
kissiels-cpuid-2cents
Repository:
lp:~checkbox-dev/checkbox

Recent commits

92fe8b0... by Maciej Kisielewski

sort the cpu families in cpuid.py

c5bb78b... by Michael Reed

Adding support to cpuid.py for AMD Hygon Dhyana and refactoring the
CPUID table per review comments

da02426... by Michael Reed

Adding support to cpuid.py for AMD Hygon Dhyana

Adding the correct label for Hygon Dhyana Plus support

Adding in missing colon and slightly abbreviating the name for Hygon Dhyana Plus

c71db97... by Massimiliano Girardi

Fix list split exporter (#643)

* Add new exporter param test

* Fixed bug split on list when exporter options are present

Minor: run black
Minor: driveby fix ctx.args.secure_id -> secure_id

* Fixed black max line len and re-formatted

* Implemented feedback

bd8d437... by Pierre Equoy

Add Basic launcher tutorial section (#627)

* Remove notion of "tutorial" in the launcher reference doc

* Add basic launchers tutorial

Fix CHECKBOX-751

* Sort spelling exception words list

* Add spelling exceptions to words list

* Max feedback

Reword a few things.

Remove mention and explanation of `app_id`.

* Matias feedback

Case some terms properly.

0abe030... by Massimiliano Girardi

Updated FWTS tag to 23.07.00 (#631)

5ab5e24... by Pierre Equoy

Check for required Python lib in snap preparation scripts (#638)

The prepare*.sh scripts will fail to put the version number in the
version.txt file if setuptools-scm package is not present on the system.

Add a check to make sure it is, and a hint if it's not.

efb29ba... by Robert P. J. Day

typos: fix a number of typos in comments; no functional change (#636)

Signed-off-by: Robert P. J. Day <email address hidden>

45b1886... by Paolo Gentili

Fix Zapper-driven EDID cycling test case (#603)

* Fix: EDID cycling is asserting resolution with the wrong data

* Change: unplug and plug back the HDMI

77d3304... by Pierre Equoy

Fix docs makefile to use local copy of checkbox-ng for version info (#625)

Install checkbox-ng from local repository rather than relying on
outdated version in PyPI.