summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* mesa-etnaviv-env: prevent warningMax Krummenacher2024-10-171-0/+2
| | | | | | | | | | | | Prevent the following warning by setting S to an existing directory. (no real problem was seen but the warning) | WARNING: mesa-etnaviv-env-0.1-r0 do_unpack: mesa-etnaviv-env: | the directory ${WORKDIR}/${BP} (.../mesa-etnaviv-env/0.1/mesa-etnaviv-env-0.1) | pointed to by the S variable doesn't exist - please set S within | the recipe to point to where source has been unpacked to Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* recipes: Switch WORKDIR use with UNPACKDIRKhem Raj2024-05-221-2/+2
| | | | | | This is being enforced in master oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer: Convert to new override syntaxKhem Raj2021-08-121-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mesa-etnaviv-env: Add support to sysvinitVinicius Aquino2021-04-201-3/+10
| | | | Signed-off-by: Vinicius Aquino <voa.aquino@gmail.com>
* mesa-etnaviv-env: Add a recipe to set environment variables for mesa/entavivAndreas Müller2021-04-201-0/+24
* we have several options to start an x-session. To not touch all, set environment variables globally * Inspired by [1] [1] https://gitlab.freedesktop.org/mesa/mesa/-/issues/3721 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>