mbox series

[J,Unstable,0/2] Add builtin firmware info to the ABI

Message ID 20220103100403.232275-1-juergh@canonical.com
Headers show
Series Add builtin firmware info to the ABI | expand

Message

Juerg Haefliger Jan. 3, 2022, 10:04 a.m. UTC
Built-in modules can require firmware so add a new file fwinfo.builtin
containing that list to the buildinfo package. Also add it to the repo
when getting the ABIs.


Juerg Haefliger (2):
  UBUNTU: [Packaging] Add list of built-in firmwares to the ABI
  UBUNTU: [Packaging] getabis: Add fwinfo.builtin to the ABI

 debian/rules.d/2-binary-arch.mk | 11 +++++++++++
 debian/scripts/misc/getabis     |  8 ++++++++
 2 files changed, 19 insertions(+)

Comments

Tim Gardner Jan. 4, 2022, 1:24 p.m. UTC | #1
Acked-by: Tim Gardner <tim.gardner@canonical.com>

On 1/3/22 3:04 AM, Juerg Haefliger wrote:
> Built-in modules can require firmware so add a new file fwinfo.builtin
> containing that list to the buildinfo package. Also add it to the repo
> when getting the ABIs.
> 
> 
> Juerg Haefliger (2):
>    UBUNTU: [Packaging] Add list of built-in firmwares to the ABI
>    UBUNTU: [Packaging] getabis: Add fwinfo.builtin to the ABI
> 
>   debian/rules.d/2-binary-arch.mk | 11 +++++++++++
>   debian/scripts/misc/getabis     |  8 ++++++++
>   2 files changed, 19 insertions(+)
>
Andrea Righi Jan. 14, 2022, 7:56 a.m. UTC | #2
On Mon, Jan 03, 2022 at 11:04:01AM +0100, Juerg Haefliger wrote:
> Built-in modules can require firmware so add a new file fwinfo.builtin
> containing that list to the buildinfo package. Also add it to the repo
> when getting the ABIs.

Applied to jammy/linux, thanks!

-Andrea