summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-03 15:54:34 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-09-04 10:13:28 +0300
commitd1614999e11bd36c770855e782a5770319a3dbc6 (patch)
treebe1f40c9e881d60b86f7d0afe9d8b743ad5b3905 /recipes-graphics
parented47e37e43276dc29f098a261b1243dfc173832d (diff)
downloadmeta-raspberrypi-d1614999e11bd36c770855e782a5770319a3dbc6.tar.gz
eglinfo: Drop bbappend
eglinfo has been removed from OE-Core since aa36510ebe Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/eglinfo/eglinfo-fb_%.bbappend2
-rw-r--r--recipes-graphics/eglinfo/eglinfo-x11_%.bbappend2
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 @@
1EGLINFO_DEVICE_rpi = "raspberrypi"
2COMPATIBLE_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 @@
1EGLINFO_DEVICE_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'generic', 'raspberrypi', d)}"
2ASNEEDED = ""