summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/conf/distro/poky-agl.conf
AgeCommit message (Expand)AuthorFilesLines
2021-06-14Prepare Lucky Lamprey M2lamprey_11.92.0lamprey/11.92.011.92.0Jan-Simon Moeller1-3/+3
2021-06-08Add agl-package-management featureScott Murray1-7/+0
2021-06-01meta-agl-core: Rework packagegroup-agl-core-bootScott Murray1-0/+2
2021-05-25Post release update to distro configJan-Simon Möller1-2/+2
2021-05-14Prepare Lucky Lamprey Milestone 1Jan-Simon Moeller1-3/+3
2021-05-05meta-agl-core: remove IMAGE_FSTYPES overrideScott Murray1-2/+2
2021-03-01meta-agl-core: update poky-agl distro configurationScott Murray1-27/+12
2021-02-04Post Milestone 3 change - open master for Lucky LampreyJan-Simon Möller1-4/+4
2021-01-29Prepare Kooky Koi Milestone 3koi_10.93.0koi/10.93.010.93.0Jan-Simon Möller1-3/+3
2021-01-21Post Milestone 2 change to distro configJan-Simon Möller1-2/+2
2021-01-16Prepare KK Milestone 2koi_10.92.0koi/10.92.010.92.0Jan-Simon Moeller1-3/+3
2021-01-12Improve workaround for do_image_wic race conditionPaul Barker1-3/+1
2021-01-06Post release update to distro configJan-Simon Moeller1-2/+2
2020-12-22Prepare Kooky Koy Milestone 1 v10.91.0koi_10.91.0koi/10.91.010.91.0Jan-Simon Möller1-3/+3
2020-12-17SPEC-3723: restructure meta-aglJan-Simon Moeller1-0/+208
weston can be started on any available DRM lease by running with the `--drm-lease=<lease name>` option. Eg: ``` # weston --drm-lease=card0-HDMI-A-1 ``` ## Running kmscube sample With the `drm-lease-manager` running `kmscube` can display on any available lease by running with the `-L -D<lease name>` options. Eg: ``` # kmscube -L -Dcard0-HDMI-A-1 ``` Multiple kmscube instances (one per DRM lease) can be started at the same time. ## Tested targets This layer has been tested on the Renesas R-Car Gen3 platform. Other platforms supporting the Linux DRM API may work as well.