[elbe-devel] [PATCH 01/25] [V2] examples/beaglebone: add security and backports

Manuel Traut manut at linutronix.de
Fri Dec 8 19:08:32 CET 2017


adds security and backports debian repos.

To show the usage of pinnig to a repo, btrfs-progs are installed from
backports.

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

diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
index 3dcf130d..cb311293 100644
--- a/examples/armhf-ti-beaglebone-black.xml
+++ b/examples/armhf-ti-beaglebone-black.xml
@@ -13,7 +13,18 @@
 			<primary_host>ftp.de.debian.org</primary_host>
 			<primary_path>/debian</primary_path>
 			<primary_proto>http</primary_proto>
+			<url-list>
+				<url>
+					<binary>http://ftp.debian.org/debian stretch-backports main non-free contrib</binary>
+					<source>http://ftp.debian.org/debian stretch-backports main non-free contrib</source>
+				</url>
+				<url>
+					<binary>http://security.debian.org/ stretch/updates main contrib non-free</binary>
+					<source>http://security.debian.org/ stretch/updates main contrib non-free</source>
+				</url>
+			</url-list>
 		</mirror>
+
 		<!-- debian testing? stable? unstable?? -->
 		<suite>stretch</suite>
 	</project>
@@ -103,6 +114,8 @@
 			<pkg>wget</pkg>
 			<pkg>ntpdate</pkg>
 			<pkg>busybox</pkg>
+			<!-- install a package from backports -->
+			<pkg pin="stretch-backports">btrfs-progs</pkg>
 			<!-- install the libgpio built by pbuilder  -->
 			<pkg>libgpio1</pkg>
 		</pkg-list>
-- 
2.15.1




More information about the elbe-devel mailing list