summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2023-09-081-2/+2
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 17737cc4ecd3aea2c978bf83e283bcb08d097487)
* github/workflows: Set DISPLAY variable in environmentKhem Raj2021-03-151-0/+1
| | | | | | | This is needed for weston to launch since 'runqemu nograhic' no longer specify right -vga option in OE-core after commit 9f8d049dbbe0b1760979d9f3b745124abfc54c90 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* workflows: Pin to -j32 and 16 parallel tasksKhem Raj2021-03-121-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yoe.yml: Use actions/checkout at v2Khem Raj2020-12-141-3/+1
| | | | | | This ensures it picks latest v2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* github/workflows: Do not sed weston.ini for fbdev-backend.soKhem Raj2020-09-201-1/+0
| | | | | | This is already taken care in oe-core now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add support for github actionsKhem Raj2020-09-161-0/+79
Signed-off-by: Khem Raj <raj.khem@gmail.com>