]> Git Repo - qemu.git/commit - configure
Add --firmwarepath to configure
authorGerd Hoffmann <[email protected]>
Thu, 14 Sep 2017 11:42:36 +0000 (13:42 +0200)
committerGerd Hoffmann <[email protected]>
Tue, 26 Sep 2017 11:05:32 +0000 (13:05 +0200)
commit3d5eecab4a5a00df897253dda5792411a1872732
tree3b7857390475fa77e03372909194c349e849bbcd
parent2a1cce9058698d384b7c1b6c6b744d928d32dfba
Add --firmwarepath to configure

Add a firmware path config option to configure.  Multiple directories
are accepted, with the usual colon as separator.  Default value is
${prefix}/share/qemu-firmware.  The path is searched in addition to the
current search path (typically ${prefix}/share/qemu).

This prepares qemu for the planned split of the prebuilt firmware blobs
into a separate project.

Distributions can also use this to get rid of the firmware symlink farm
and add -- for example -- /usr/share/seabios to the firmware path
instead.

Signed-off-by: Gerd Hoffmann <[email protected]>
Message-id: 20170914114236[email protected]
configure
scripts/create_config
vl.c
This page took 0.030072 seconds and 4 git commands to generate.