[elbe-devel] [PATCH v2] examples - beaglebone: add gpiotest pbuilder project
Manuel Traut
manut at linutronix.de
Thu Apr 25 13:17:26 CEST 2019
gpiotest depends on libgpio. This is used for testing
pbuilder builds with build dependencies stored in the
project repository.
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
changes since v1:
* reword the commit message a bit
* placed gpiotest on linutronix github account with just one initial commit
therefore updated sha1sum and URI in XML
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..3b913c6d 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='362a3159b2d15501d226f53000130e36475d4682'>
+ https://github.com/Linutronix/gpiotest.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