[elbe-devel] [PATCH 4/4] examples: replace two pbuilder git with src-pkg

torben.hohn at linutronix.de torben.hohn at linutronix.de
Fri Jan 24 19:39:32 CET 2020


On Wed, Jan 15, 2020 at 10:14:04PM +0100, bage at linutronix.de wrote:
> From: Bastian Germann <bage at linutronix.de>
> 
> Introduce the new src-pkg variant for pbuilder in the armhf-ti-beaglebone-black
> example.  Replace the libgpio and gpiotest because libgpio is not buildable
> without errors.
> 
> Signed-off-by: Bastian Germann <bage at linutronix.de>

Reviewed-by: Torben Hohn <torbenh.hohn at linutronix.de>

> ---
>  examples/armhf-ti-beaglebone-black.xml | 11 ++---------
>  1 file changed, 2 insertions(+), 9 deletions(-)
> 
> diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
> index 3f4f219c8..2090f94b1 100644
> --- a/examples/armhf-ti-beaglebone-black.xml
> +++ b/examples/armhf-ti-beaglebone-black.xml
> @@ -108,13 +108,8 @@
>  		</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>
> -			<git revision='362a3159b2d15501d226f53000130e36475d4682'>
> -				https://github.com/Linutronix/gpiotest.git
> -			</git>
> +			<src-pkg>zlib</src-pkg>
> +			<src-pkg>libpng1.6</src-pkg>
>  		</pbuilder>
>  		<project-finetuning>
>  			<losetup img="sdcard.img">
> @@ -143,8 +138,6 @@
>  			<!-- install a package from backports -->
>  			<pkg pin="stretch-backports">btrfs-progs</pkg>
>  			<pkg pin="stretch-backports">libzstd1</pkg>
> -			<!-- install the gpiotest built by pbuilder  -->
> -			<pkg>gpiotest</pkg>
>  		</pkg-list>
>  	</target>
>  </ns0:RootFileSystem>
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel



More information about the elbe-devel mailing list