summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-graphics
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-09 21:56:55 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-09 21:57:26 +0300
commitf0578c1dfb63be4c5366e537b33caf10e96b3aa9 (patch)
tree1759b4854323b34ab3bffbabe09744dd71a71802 /meta-raspberrypi/recipes-graphics
parent1fdf4aa48a5446689546be41e10dd0e8832605d6 (diff)
downloadopenbmc-f0578c1dfb63be4c5366e537b33caf10e96b3aa9.tar.xz
meta-raspberrypi: subtree update:e811912fae..866ccc829f
Andrei Gherzan (1): linux-raspberrypi: Update 4.19 recipe to 4.19.71 Khem Raj (2): layer.conf: Add zeus to compatible layers eglinfo: Drop bbappend Martin Jansa (1): u-boot-fw-utils: apply the same rpi4 patches as for u-boot recipe Change-Id: I96685a22f825681c6739af38f44c0bda4eaacd1d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-raspberrypi/recipes-graphics')
-rw-r--r--meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend2
-rw-r--r--meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
deleted file mode 100644
index c152bd973..000000000
--- a/meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-EGLINFO_DEVICE_rpi = "raspberrypi"
-COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}"
diff --git a/meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
deleted file mode 100644
index 2d720baaa..000000000
--- a/meta-raspberrypi/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-EGLINFO_DEVICE_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'generic', 'raspberrypi', d)}"
-ASNEEDED = ""