Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b2ade384 authored by Robert Nelson's avatar Robert Nelson
Browse files
parent 3c502cd1
Branches
Tags
No related merge requests found
...@@ -206,8 +206,8 @@ wheezy) ...@@ -206,8 +206,8 @@ wheezy)
echo "##deb-src http://ftp.debian.org/debian ${release}-backports ${deb_components}" >> /tmp/sources.list echo "##deb-src http://ftp.debian.org/debian ${release}-backports ${deb_components}" >> /tmp/sources.list
if [ "x${chroot_enable_bborg_repo}" = "xenable" ] ; then if [ "x${chroot_enable_bborg_repo}" = "xenable" ] ; then
echo "" >> /tmp/sources.list echo "" >> /tmp/sources.list
echo "deb [arch=armhf] http://bbb.aikidev.net/debian ${release}-bbb main" >> /tmp/sources.list echo "deb [arch=armhf] http://beagle.s3.amazonaws.com/debian ${release}-bbb main" >> /tmp/sources.list
echo "#deb-src [arch=armhf] http://bbb.aikidev.net/debian ${release}-bbb main" >> /tmp/sources.list echo "#deb-src [arch=armhf] http://beagle.s3.amazonaws.com/debian ${release}-bbb main" >> /tmp/sources.list
fi fi
;; ;;
precise|quantal|raring|saucy) precise|quantal|raring|saucy)
...@@ -338,9 +338,7 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__ ...@@ -338,9 +338,7 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__
install_pkg_updates () { install_pkg_updates () {
if [ "x${chroot_enable_bborg_repo}" = "xenable" ] ; then if [ "x${chroot_enable_bborg_repo}" = "xenable" ] ; then
wget --no-verbose --directory-prefix=/tmp/ http://bbb.aikidev.net/keyring-bbb.aikidev.net.asc wget --no-verbose http://beagle.s3.amazonaws.com/debian/beagleboneblack-archive-keyring.asc -O - | apt-key add -
apt-key add /tmp/keyring-bbb.aikidev.net.asc
rm -rf /tmp/keyring-bbb.aikidev.net.asc || true
fi fi
if [ "x${chroot_multiarch_armel}" = "xenable" ] ; then if [ "x${chroot_multiarch_armel}" = "xenable" ] ; then
echo "Log: (chroot) multiarch enabled added: [armel]" echo "Log: (chroot) multiarch enabled added: [armel]"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment