diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-03 15:54:34 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-04 10:13:28 +0300 |
commit | d1614999e11bd36c770855e782a5770319a3dbc6 (patch) | |
tree | be1f40c9e881d60b86f7d0afe9d8b743ad5b3905 /recipes-graphics | |
parent | ed47e37e43276dc29f098a261b1243dfc173832d (diff) | |
download | meta-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_%.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 = "" | ||