Skip to content

Commit

Permalink
examples/beaglebone: add security and backports
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Torben Hohn <[email protected]>
  • Loading branch information
Manuel Traut committed Dec 18, 2017
1 parent e46272d commit 587a015
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/armhf-ti-beaglebone-black.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 587a015

Please sign in to comment.