summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/qemux86-64.conf2
-rw-r--r--meta/conf/machine/qemux86.conf2
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.2.bb2
3 files changed, 4 insertions, 2 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index fd1f4142e9..9966d1a04c 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -31,6 +31,8 @@ MACHINE_FEATURES += "x86 pci"
31 31
32MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" 32MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
33 33
34MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
35
34KERNEL_MODULE_AUTOLOAD += "uvesafb" 36KERNEL_MODULE_AUTOLOAD += "uvesafb"
35KERNEL_MODULE_PROBECONF += "uvesafb" 37KERNEL_MODULE_PROBECONF += "uvesafb"
36module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}" 38module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}"
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index efcebb2782..e78fb6e87b 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -30,6 +30,8 @@ MACHINE_FEATURES += "x86 pci"
30 30
31MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" 31MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
32 32
33MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
34
33KERNEL_MODULE_AUTOLOAD += "uvesafb" 35KERNEL_MODULE_AUTOLOAD += "uvesafb"
34KERNEL_MODULE_PROBECONF += "uvesafb" 36KERNEL_MODULE_PROBECONF += "uvesafb"
35module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}" 37module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.2.bb
index 7f291f6630..3a6e53de04 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.2.bb
@@ -55,8 +55,6 @@ FILES_${PN} += "${libdir}/gstreamer-1.0/*.so"
55FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la ${libdir}/gstreamer-1.0/*.a ${libdir}/gstreamer-1.0/include" 55FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la ${libdir}/gstreamer-1.0/*.a ${libdir}/gstreamer-1.0/include"
56FILES_${PN}-bash-completion += "${datadir}/bash-completion/completions/ ${datadir}/bash-completion/helpers/gst*" 56FILES_${PN}-bash-completion += "${datadir}/bash-completion/completions/ ${datadir}/bash-completion/helpers/gst*"
57 57
58RRECOMMENDS_${PN}_qemux86 += "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
59RRECOMMENDS_${PN}_qemux86-64 += "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
60RDEPENDS_${PN}-ptest += "make" 58RDEPENDS_${PN}-ptest += "make"
61 59
62delete_pkg_m4_file() { 60delete_pkg_m4_file() {