Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 31f494c9 authored by Robert Nelson's avatar Robert Nelson
Browse files

RootStock-NG: handle multiple kernel deb


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 39231af4
Branches
Tags
No related merge requests found
......@@ -72,7 +72,7 @@ run_project () {
#Optional:
#3.7.6-x8-dtbs.tar.gz
#3.7.6-x8-firmware.tar.gz
chroot_KERNEL_HTTP_DIR="http://rcn-ee.net/deb/${release}-${dpkg_arch}/v3.7.6-x8/"
chroot_KERNEL_HTTP_DIR="http://rcn-ee.net/deb/${release}-${dpkg_arch}/v3.7.6-x8/ http://rcn-ee.net/deb/${release}-${dpkg_arch}/v3.2.33-psp26/ http://rcn-ee.net/deb/${release}-${dpkg_arch}/v3.8.0-rc6-bone3/"
tempdir=$(mktemp -d)
......
......@@ -242,9 +242,7 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__
fi
if [ "${chroot_KERNEL_HTTP_DIR}" ] ; then
kernel_url="${chroot_KERNEL_HTTP_DIR}"
dl_kernel
for kernel_url in ${chroot_KERNEL_HTTP_DIR} ; do dl_kernel ; done
fi
cleanup
......
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