blob: 65b265fcb7e2cb27884e8f09467062429e7ed374 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
EGLINFO_PLATFORM ?= "fb"
EGLINFO_BINARY_NAME ?= "eglinfo-fb"
# .bbappend files in BSP meta layers can add EGLINFO_DEVICE
# values if necessary. eglinfo.inc contains default values for
# the currently supported devices.
# Consult the eglinfo README.md for details
include eglinfo.inc
SUMMARY += "(Framebuffer version)"
|