From 636aaa195862ab9a5442c3178e38266debab3bff Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 15 Apr 2021 15:52:11 -0500 Subject: meta-raspberrypi: subtree update:d1f191ed30..bb974dc078 Khem Raj (4): mesa-gl: Use GALLIUMDRIVERS instead of DRIDRIVERS for passing swrast linux-raspberrypi-5.10: Upgrade to 5.10.25 raspberrypi-firmware: Update to 20210326 userland: Update to latest master Persian Prince (1): userland: Correct PV after SRCREV update Signed-off-by: Andrew Geissler Change-Id: I7abd7e2ac8a1d4fde1da6f2e7275a5cc98505b48 --- meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend | 2 +- meta-raspberrypi/recipes-graphics/userland/userland_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-raspberrypi/recipes-graphics') diff --git a/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend b/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend index 84cd479af..e561a1b02 100644 --- a/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend @@ -1,7 +1,7 @@ PACKAGECONFIG_append_rpi = " gbm" PROVIDES_append_rpi = " virtual/libgbm" -DRIDRIVERS_append_rpi = ",swrast" +GALLIUMDRIVERS_append_rpi = ",swrast" do_install_append_rpi() { rm -rf ${D}${includedir}/KHR/khrplatform.h diff --git a/meta-raspberrypi/recipes-graphics/userland/userland_git.bb b/meta-raspberrypi/recipes-graphics/userland/userland_git.bb index 6dfc8a373..ead81f078 100644 --- a/meta-raspberrypi/recipes-graphics/userland/userland_git.bb +++ b/meta-raspberrypi/recipes-graphics/userland/userland_git.bb @@ -13,11 +13,11 @@ COMPATIBLE_MACHINE = "^rpi$" SRCBRANCH = "master" SRCFORK = "raspberrypi" -SRCREV = "9f3f9054a692e53b60fca54221a402414e030335" +SRCREV = "3fd8527eefd8790b4e8393458efc5f94eb21a615" # Use the date of the above commit as the package version. Update this when # SRCREV is changed. -PV = "20201027" +PV = "20210319" SRC_URI = "\ git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ -- cgit v1.2.3