[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-12-10 Thread Launchpad Bug Tracker
This bug was fixed in the package flash-kernel - 3.104ubuntu22 --- flash-kernel (3.104ubuntu22) jammy; urgency=medium * Add FK_FORCE_EFI environment variable to skip EFI check (LP: #2011536) - cherry pick from commit b58a33cc and 373a0a46 -- Aristo Chen Tue, 01 Oct 2024 06:2

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-12-04 Thread Dave Jones
@raof Good catch -- thankfully I can test that quite quickly on a Pi here! $ sudo apt install -t jammy-proposed flash-kernel .. usual apt output ... Unpacking flash-kernel (3.104ubuntu22) over (3.104ubuntu21) ... Setting up flash-kernel (3.104ubuntu22) ... Using DTB: bcm2710-rpi-3-b-plus.dtb flash

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-12-03 Thread Chris Halse Rogers
Sorry, but I think the test plan here had *3* components: 1. Test that this doesn't affect behaviour on a normal target machine (ie: on a device) 2. We should also test that the current behaviour of exiting when the /sys/firmware/efi directory is detected is retained when FK_FORCE_EFI is not set

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-12-03 Thread Chris Halse Rogers
** Tags removed: verification-done-jammy ** Tags added: verification-needed-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2011536 Title: [SRU] Add FK_FORCE_EFI environment variable to skip EFI

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-11-24 Thread Aristo Chen
** Tags removed: verification-needed-jammy ** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2011536 Title: [SRU] Add FK_FORCE_EFI environment variable to skip EFI

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-11-18 Thread Dave Jones
@aristochen -- no, the retry of the riscv64 build succeeded. Provided the SRU test plan has been carried out successfully, in full (which appears to be the case from a quick skim?), all that's now required is to set the jammy verification tag again. -- You received this bug notification because y

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-11-17 Thread Aristo Chen
Hi Andreas, I have followed your instructions in comment#16, and the behavior looks good, here are the outputs # Scenaro 1(while FK_FORCE_EFI is NOT set to "yes") ``` ubuntu@ubuntu:~$ sudo flash-kernel Using DTB: freescale/imx8mp-evk.dtb Installing /lib/firmware/5.15.0-1036-ein/device-tree/frees

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-11-14 Thread Andreas Hasenack
Also, there seems to be an FTBFS on riscv64[1] which wasn't there in the previous update, so this is a regression. Since there are no logs for that failure, I have just retried the build, as that is commonly an indication of an infrastructure problem not related to the package itself. 1. https:/

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-11-14 Thread Andreas Hasenack
Hello Aristo, thanks for your verification. The test plan, however, has more steps: > As this change should not impact the current usage of the tool, a test should > be carried out that the > normal default usage (i.e. on target platforms) is not affected and retains > the current behaviour.

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-10-16 Thread Aristo Chen
Hi, I have verified the version 3.104ubuntu22 on my i.MX8MP platform, and it fixes the issue here are the steps that I performed for testing 1. create the file /etc/flash-kernel/ignore-efi with content "yes" 2. install new version of flash-kernel 3. check if files are installed correctly under /b

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-10-15 Thread Ɓukasz Zemczak
Hello Isaac, or anyone else affected, Accepted flash-kernel into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/flash- kernel/3.104ubuntu22 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See h

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-10-03 Thread Dave Jones
Setting devel to fix released as 3.107 was merged; made one minor change for sponsorship to add the bug number to d/changelog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2011536 Title: [SRU] Add F

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-10-03 Thread Dave Jones
This looks reasonable (patch matches the change that was made for 3.107), and the SRU template is well filled out. I'll sponsor this shortly. ** Changed in: flash-kernel (Ubuntu) Status: New => Fix Released ** Changed in: flash-kernel (Ubuntu Jammy) Status: Incomplete => Confirmed

[Bug 2011536] Re: [SRU] Add FK_FORCE_EFI environment variable to skip EFI check

2024-09-30 Thread Aristo Chen
Hi Since Mantic is EOL now, I guess we could backport to Jammy directly. I noticed that there is a new version of flash-kernel in proposed pocket, but not in the updates pocket yet, so I made a debdiff based on the proposed version, please let me know if you have any concern, thanks! ** Patch add