blob: a7412b1ae6bf701476755e2c524a7329966ec9cb (
plain)
1
2
3
4
5
6
7
8
9
10
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += "file://30-AGL-demo-v4l2.conf"
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/
}
|