~checkbox-dev/checkbox/+git/checkbox-configure:master

Last commit made on 2023-05-30
Get this branch:
git clone -b master https://git.launchpad.net/~checkbox-dev/checkbox/+git/checkbox-configure
Members of Checkbox Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

6ac5dec... by Pierre Equoy

Remove any mention of ipdt

IPDT is no longer maintained by Intel, so the IPDT provider was removed
from Checkbox a while ago.

Removing mentions of it in checkbox-configure to avoid generating
checkbox project snaps that point to this non-existing provider.

Fix CHECKBOX-476

ca4fbba... by Ubuntu <email address hidden>

Merge #431897 from ~zongminl/checkbox/+git/checkbox-configure:add-support-uc22-base

Commits to upgrade checkbox-configure so it can be used to generate Core22 based checkbox project snap

f8b3b2f... by Vic Liu

Change: Replace the hard coded Ubuntu version in test-plan-classic.pxu.in
and test-plan.pxu.in with variable @base_digits@ so the test plan used
can be dynamically changed according to the target base version

548a4db... by Vic Liu

Fix: Checkbox classic with base snap later than core20 can not find checkbox-cli-wrapper
This is a follow up commit to https://git.launchpad.net/~checkbox-dev/checkbox/+git/checkbox-configure/commit/?id=2c6558fbc4b277c90ddd83cb3862b0029bf282a7
which only modified wrapper_local.in_classic in launchers/ but not launchers_v2/

e40417f... by Vic Liu

Fix: Stop considering patching ELF files w/ base core22
Snapcraft 6.x does not support jammy libc6 2.35 and missing ld.so:

+ snapcraftctl prime
The format for the linker should be of the of the form <root>/ld-<X>.<Y>.so.
'ld-linux-x86-64.so.2' does not match that format.
Ensure you are targeting an appropriate base

Merged from checkbox: https://git.launchpad.net/checkbox/commit/snap/snapcraft.yaml?h=series_uc22&id=1bf7fac3ea1d0913d5c0851c2d08f4e6c3d27374

b5c6a00... by Vic Liu

Add: Jammy support in configure.ac to create core22 based snap

931e3a7... by Ubuntu <email address hidden>

Merge #417024 from ~rickwu4444/checkbox/+git/checkbox-configure:fix-checkbox-classic-cannot-find-checkbox-cli-wrapper

Fix: Checkbox classic can not find checkbox-cli-wrapper

Checkbox will complain can't find "checkbox-cli-wrapper" in "/usr/bin/env" after execute "checkbox-classic.test-runner". Therefor, add "$SNAP/bin" into global PATH to fix this problem. We thinks if this fix can merge into "checkbox-configure", then QA won't need to fix this for individual project.

2c6558f... by Rick Wu

Fix: Checkbox classic can not find checkbox-cli-wrapper

049eeea... by Ubuntu <email address hidden>

Merge #408443 from ~narahuang/checkbox/+git/checkbox-configure:add-kernel-failboot

44b4aec... by Nara Huang

Modify: Add kernel failboot test of UC images