[elbe-devel] [PATCH 2/3] examples/beaglebone: add pbuilder again

Manuel Traut manut at linutronix.de
Fri Apr 5 16:14:18 CEST 2019


it's useful for e4 release tests

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 examples/armhf-ti-beaglebone-black.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
index 37a98393..e07dd572 100644
--- a/examples/armhf-ti-beaglebone-black.xml
+++ b/examples/armhf-ti-beaglebone-black.xml
@@ -106,6 +106,13 @@
 			<artifact>usr/lib/u-boot/am335x_boneblack/MLO</artifact>
 			<artifact>usr/lib/linux-image-4.9.0-3-armmp/am335x-boneblack.dtb</artifact>
 		</finetuning>
+		<!-- generate a pbuilder environment (before image will be build) -->
+		<pbuilder>
+			<!-- build the libgpio from github -->
+			<git revision='a15a83e2649765736aa6bfe9c490a39a417cf69b'>
+				https://github.com/Linutronix/libgpio.git
+			</git>
+		</pbuilder>
 		<project-finetuning>
 			<losetup img="sdcard.img">
 				<extract_partition part="1">scard1.img</extract_partition>
@@ -133,6 +140,7 @@
 			<!-- install a package from backports -->
 			<pkg pin="stretch-backports">btrfs-progs</pkg>
 			<!-- install the libgpio built by pbuilder  -->
+			<pkg>libgpio1</pkg>
 		</pkg-list>
 	</target>
 </ns0:RootFileSystem>
-- 
2.20.1




More information about the elbe-devel mailing list