All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mikko Rapeli <mikko.rapeli@linaro.org>
To: Javier Tia <javier.tia@linaro.org>
Cc: meta-arm@lists.yoctoproject.org,
	Ross Burton <Ross.Burton@arm.com>, Jon Mason <jon.mason@arm.com>
Subject: Re: [PATCH v2 14/14] qemuarm64-secureboot.yml: Set branch to scarthgap
Date: Wed, 21 Aug 2024 10:02:26 +0300	[thread overview]
Message-ID: <ZsWRAt4LHGd68rQT@nuoska> (raw)
In-Reply-To: <20240819190429.2897888-15-javier.tia@linaro.org>

Hi,

On Mon, Aug 19, 2024 at 01:04:29PM -0600, Javier Tia wrote:
> UEFI Secure Boot is broken in master. Set to the latest stable OE
> branch.

What exactly is broken on master? On my build with this series
everything worked with master commits:

poky 39de8c65492a8b84494abc3f890744f89af70a36
meta-arm c965cf722f684acfbefa5a6509d36c0478a7a48f
meta-openembedded ec936d6893b95a6c191c324ff2448444ac56d6dc
meta-secure-core ae48c2372a346eee842e94e0a230944977bc5293

$ kas build ci/qemuarm64-secureboot.yml:ci/sstate-mirror.yml:ci/testimage.yml
...
2024-08-21 07:45:38 - INFO     - RESULTS:
2024-08-21 07:45:38 - INFO     - RESULTS - ftpm.FtpmTestSuite.test_ftpm: PASSED (65.68s)
2024-08-21 07:45:38 - INFO     - RESULTS - optee.OpteeTestSuite.test_opteetest_xtest: PASSED (458.00s)
2024-08-21 07:45:38 - INFO     - RESULTS - uefi_secure_boot.UEFI_SB_TestSuite.test_uefi_secure_boot: PASSED (0.78s)
2024-08-21 07:45:38 - INFO     - RESULTS - date.DateTest.test_date: PASSED (11.95s)
2024-08-21 07:45:38 - INFO     - RESULTS - df.DfTest.test_df: PASSED (0.78s)
2024-08-21 07:45:38 - INFO     - RESULTS - oe_syslog.SyslogTest.test_syslog_running: PASSED (0.81s)
2024-08-21 07:45:38 - INFO     - RESULTS - oe_syslog.SyslogTestConfig.test_syslog_logger: PASSED (2.37s)
2024-08-21 07:45:38 - INFO     - RESULTS - oe_syslog.SyslogTestConfig.test_syslog_restart: PASSED (1.50s)
2024-08-21 07:45:38 - INFO     - RESULTS - parselogs.ParseLogsTest.test_get_context: PASSED (0.00s)
2024-08-21 07:45:38 - INFO     - RESULTS - parselogs.ParseLogsTest.test_parselogs: PASSED (4.23s)
2024-08-21 07:45:38 - INFO     - RESULTS - ping.PingTest.test_ping: PASSED (0.05s)
2024-08-21 07:45:38 - INFO     - RESULTS - scp.ScpTest.test_scp_file: PASSED (1.88s)
2024-08-21 07:45:38 - INFO     - RESULTS - ssh.SSHTest.test_ssh: PASSED (0.73s)
2024-08-21 07:45:38 - INFO     - RESULTS - systemd.SystemdBasicTests.test_systemd_basic: PASSED (0.72s)
2024-08-21 07:45:38 - INFO     - RESULTS - systemd.SystemdBasicTests.test_systemd_failed: PASSED (1.64s)
2024-08-21 07:45:38 - INFO     - RESULTS - systemd.SystemdBasicTests.test_systemd_list: PASSED (5.84s)
2024-08-21 07:45:38 - INFO     - RESULTS - systemd.SystemdJournalTests.test_systemd_boot_time: PASSED (0.81s)
2024-08-21 07:45:38 - INFO     - RESULTS - systemd.SystemdJournalTests.test_systemd_journal: PASSED (0.97s)
2024-08-21 07:45:38 - INFO     - RESULTS - apt.AptRepoTest.test_apt_install_from_repo: SKIPPED (0.00s)
...
2024-08-21 07:45:38 - INFO     - SUMMARY:
2024-08-21 07:45:38 - INFO     - core-image-base () - Ran 75 tests in 561.638s
2024-08-21 07:45:38 - INFO     - core-image-base - OK - All required tests passed (successes=18, skipped=57, failures=0, errors=0)
2024-08-21 07:45:38 - INFO     - NOTE: recipe core-image-base-1.0-r0: task do_testimage: Succeeded

Cheers,

-Mikko


  reply	other threads:[~2024-08-21  7:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-19 19:04 [PATCH v2 00/14] qemuarm64-secureboot: Add UEFI Secure Boot Javier Tia
2024-08-19 19:04 ` [PATCH v2 01/14] qemuarm64-secureboot: Introduce uefi-secureboot machine feature Javier Tia
2024-08-19 19:04 ` [PATCH v2 02/14] core-image-base: Use UEFI layout disk partitions Javier Tia
2024-08-19 19:04 ` [PATCH v2 03/14] layer.conf: Introduce UEFI_SB_KEYS_DIR Javier Tia
2024-08-19 19:04 ` [PATCH v2 04/14] uefi-sb-keys.bbclass: Add class to validate UEFI keys Javier Tia
2024-08-19 19:04 ` [PATCH v2 05/14] sbsign.bbclass: Add class to sign binaries Javier Tia
2024-08-19 19:04 ` [PATCH v2 06/14] core-image-base: Inherit uefi-sb-keys Javier Tia
2024-08-19 19:04 ` [PATCH v2 07/14] meta-arm: Introduce gen-uefi-sb-keys.bb recipe Javier Tia
2024-08-19 19:04 ` [PATCH v2 08/14] u-boot: Setup UEFI and Secure Boot Javier Tia
2024-08-19 19:04 ` [PATCH v2 09/14] qemuarm64-secureboot: Add meta-secure-core layer as dependency Javier Tia
2024-08-19 19:04 ` [PATCH v2 10/14] linux-yocto: Setup UEFI and sign kernel image Javier Tia
2024-08-19 19:04 ` [PATCH v2 11/14] systemd: Add UEFI support Javier Tia
2024-08-19 19:04 ` [PATCH v2 12/14] systemd-boot: Use it as bootloader & sign UEFI image Javier Tia
2024-08-19 19:04 ` [PATCH v2 13/14] meta-arm: Add UEFI Secure Boot test Javier Tia
2024-08-19 19:04 ` [PATCH v2 14/14] qemuarm64-secureboot.yml: Set branch to scarthgap Javier Tia
2024-08-21  7:02   ` Mikko Rapeli [this message]
2024-08-22  1:43     ` Javier Tia
2024-08-21 14:35   ` Jon Mason
2024-08-22  1:43     ` Javier Tia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZsWRAt4LHGd68rQT@nuoska \
    --to=mikko.rapeli@linaro.org \
    --cc=Ross.Burton@arm.com \
    --cc=javier.tia@linaro.org \
    --cc=jon.mason@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.