[elbe-devel] [PATCH 01/13] examples/beaglebone: use security and backports mirror
Manuel Traut
manut at linutronix.de
Thu Sep 28 23:59:49 CEST 2017
to have a test and example for this.
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
examples/armhf-ti-beaglebone-black.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
index 3dcf130d..e4d52f75 100644
--- a/examples/armhf-ti-beaglebone-black.xml
+++ b/examples/armhf-ti-beaglebone-black.xml
@@ -13,7 +13,20 @@
<primary_host>ftp.de.debian.org</primary_host>
<primary_path>/debian</primary_path>
<primary_proto>http</primary_proto>
+ <url-list>
+ <!-- https should also be posible to use -->
+ <url>
+ <binary>https://ftp.debian.org/debian stretch-backports main non-free contrib</binary>
+ <source>https://ftp.debian.org/debian stretch-backports main non-free contrib</source>
+ </url>
+ <!-- test-case for security, because Release file is not in arch folder -->
+ <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 +116,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.14.1
More information about the elbe-devel
mailing list