diff options
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend deleted file mode 100644 index c152bd9..0000000 --- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | EGLINFO_DEVICE_rpi = "raspberrypi" | ||
2 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}" | ||
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend deleted file mode 100644 index 2d720ba..0000000 --- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | EGLINFO_DEVICE_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'generic', 'raspberrypi', d)}" | ||
2 | ASNEEDED = "" | ||