From 6adad7440055934677a1f6cd846994d1e010b788 Mon Sep 17 00:00:00 2001 From: Simone Mannarino Date: Mon, 19 Jan 2026 13:51:10 +0000 Subject: [PATCH] Fix missing gpio.proto dependency in pynq-cpp.bb --- sdbuild/boot/meta-pynq/recipes-apps/pynq-cpp/pynq-cpp.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/sdbuild/boot/meta-pynq/recipes-apps/pynq-cpp/pynq-cpp.bb b/sdbuild/boot/meta-pynq/recipes-apps/pynq-cpp/pynq-cpp.bb index e3f86419c..408a26f85 100644 --- a/sdbuild/boot/meta-pynq/recipes-apps/pynq-cpp/pynq-cpp.bb +++ b/sdbuild/boot/meta-pynq/recipes-apps/pynq-cpp/pynq-cpp.bb @@ -16,6 +16,7 @@ SRC_URI = "file://cpp/CMakeLists.txt \ file://cpp/gpio.cc \ file://cpp/gpio.h \ file://protos/buffer.proto \ + file://protos/gpio.proto \ file://protos/mmio.proto \ file://protos/remote_device.proto \ file://cmake/common.cmake \