external/openembedded-layer: refresh libusbgx bbappend

to account for the packaging-related changes that have gone
into the recipe in meta-oe.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2022-12-04 03:34:19 -08:00
parent 6d79adf9ff
commit 458d71ab82

View File

@@ -1,5 +1,8 @@
PACKAGES:prepend:tegra = "${PN}-examples "
FILES:${PN}-examples = "${bindir}/gadget-acm-ecm ${bindir}/gadget-export ${bindir}/gadget-ffs \
PACKAGECONFIG:tegra = "examples gadget-schemes libconfig"
SYSTEMD_PACKAGES:tegra = "${PN}"
SYSTEMD_SERVICE:${PN}:tegra = "usbgx.service"
RDEPENDS:${PN}:tegra += "libusbgx-config"
FILES:${PN}-examples:tegra = "${bindir}/gadget-acm-ecm ${bindir}/gadget-export ${bindir}/gadget-ffs \
${bindir}/gadget-hid ${bindir}/gadget-midi ${bindir}/gadget-ms \
${bindir}/gadget-rndis-os-desc ${bindir}/gadget-uac2"
RRECOMMENDS:${PN}:append:tegra = " kernel-module-tegra-xudc"