summaryrefslogtreecommitdiffstats
path: root/common/scripts/pyagl-regular-lava.sh
blob: db1799c3f5f9c9975f82ef8288112b684efeb802 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# for now play safe and only expect ethernet
export AGL_AVAILABLE_INTERFACES="ethernet"

pytest --color=no --show-capture=no -k regular /usr/lib/python?.?/site-packages/pyagl/tests/ -L
t; python __anonymous () { # Need to use inline python here as, contrary to the BitBake docs, # having noexec set at all disables the task, so using # oe.utils.conditional to set it to "0" still ends up with the task # disabled. if d.getVar("PREFERRED_PROVIDER_virtual/kernel") == "linux-dummy": d.setVarFlag("do_compile", "noexec", "1") } do_install:aglcontainerguest() { # Create destination directory install -d ${D}/${includedir}/ } # Guest doesn't build the module, so go ahead and quiet warnings about # double '/' in base recipe definition FILES:${PN}:aglcontainerguest = ""