summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/wireplumber/wireplumber-config-agl_%.bbappend
blob: 698fd52f223ab4442262ef8e098c687180366e44 (plain)
1
2
3
4
5
6
7
8
9
10
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

SRC_URI += "file://30-v4l2-monitor.lua"

do_install:append() {
    # override the one from meta-agl to be able to set as default USB camera
    # such that camera-gstreamer and implicitly pipewire work out of the box
    install -D -m 0644 ${UNPACKDIR}/30-v4l2-monitor.lua ${D}${sysconfdir}/wireplumber/host.lua.d/
}