[elbe-devel] [PATCH] examples - beaglebone: add gpio-test pbuilder project

Manuel Traut manut at linutronix.de
Thu Apr 25 12:15:16 CEST 2019


gpio-test depends on libgpio. This is used for testing
pbuilder builds with local dependencies.

Signed-off-by: Manuel Traut <manut at linutronix.de>
---

libgpio is somehow not a good example at all, because it is obsolete.
So i'm quiet unhappy to use this more.
However it was the easiest way to implement a test-case for this.

I've no feeling if this should be part of 'mainline' elbe and if where
to host the gpio-test noop git.

 examples/armhf-ti-beaglebone-black.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
index e07dd572..6d6bc137 100644
--- a/examples/armhf-ti-beaglebone-black.xml
+++ b/examples/armhf-ti-beaglebone-black.xml
@@ -112,6 +112,9 @@
 			<git revision='a15a83e2649765736aa6bfe9c490a39a417cf69b'>
 				https://github.com/Linutronix/libgpio.git
 			</git>
+			<git revision='a53a229248ac7d150bcc70494acfe537f79d4666'>
+				https://github.com/manut/gpio-test.git
+			</git>
 		</pbuilder>
 		<project-finetuning>
 			<losetup img="sdcard.img">
@@ -139,8 +142,8 @@
 			<pkg>systemd</pkg>
 			<!-- install a package from backports -->
 			<pkg pin="stretch-backports">btrfs-progs</pkg>
-			<!-- install the libgpio built by pbuilder  -->
-			<pkg>libgpio1</pkg>
+			<!-- install the gpiotest built by pbuilder  -->
+			<pkg>gpiotest</pkg>
 		</pkg-list>
 	</target>
 </ns0:RootFileSystem>
-- 
2.20.1




More information about the elbe-devel mailing list