diff --git a/dde_oss/run/oss.run b/dde_oss/run/oss.run index 38cff0a701..edee5d5873 100644 --- a/dde_oss/run/oss.run +++ b/dde_oss/run/oss.run @@ -17,6 +17,8 @@ set build_components { test/audio_out } +lappend_if [have_spec pci] build_components drivers/pci/device_pd + build $build_components create_boot_directory @@ -44,7 +46,7 @@ append config { - + @@ -91,6 +93,8 @@ install_config $config set boot_modules { core init timer pci_drv oss_drv acpi_drv sample.raw test-audio_out } +lappend_if [have_spec nova] boot_modules pci_device_pd + build_boot_image $boot_modules append qemu_args " -m 256 -soundhw ac97 -nographic"