Forum | Documentation | Website | Blog

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

Jessie: add 4.9-ti dtbs


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 781584bd
Branches
No related merge requests found
......@@ -271,6 +271,11 @@ install_git_repos () {
git_branch="4.4-ti"
git_clone_branch
git_repo="https://github.com/RobertCNelson/dtb-rebuilder.git"
git_target_dir="/opt/source/dtb-4.9-ti"
git_branch="4.9-ti"
git_clone_branch
git_repo="https://github.com/beagleboard/bb.org-overlays"
git_target_dir="/opt/source/bb.org-overlays"
git_clone
......
......@@ -271,6 +271,11 @@ install_git_repos () {
git_branch="4.4-ti"
git_clone_branch
git_repo="https://github.com/RobertCNelson/dtb-rebuilder.git"
git_target_dir="/opt/source/dtb-4.9-ti"
git_branch="4.9-ti"
git_clone_branch
git_repo="https://github.com/beagleboard/bb.org-overlays"
git_target_dir="/opt/source/bb.org-overlays"
git_clone
......
......@@ -270,6 +270,11 @@ install_git_repos () {
git_branch="4.4-ti"
git_clone_branch
git_repo="https://github.com/RobertCNelson/dtb-rebuilder.git"
git_target_dir="/opt/source/dtb-4.9-ti"
git_branch="4.9-ti"
git_clone_branch
git_repo="https://github.com/beagleboard/bb.org-overlays"
git_target_dir="/opt/source/bb.org-overlays"
git_clone
......@@ -317,7 +322,7 @@ install_git_repos () {
cd ${git_target_dir}/
if [ -f /usr/bin/make ] ; then
make
make install
make install || true
# if [ ! "x${image_type}" = "xtester-2gb" ] ; then
# systemctl disable beagle-tester.service || true
# fi
......
......@@ -86,8 +86,13 @@ setup_system () {
install_git_repos () {
git_repo="https://github.com/RobertCNelson/dtb-rebuilder.git"
git_target_dir="/opt/source/dtb-4.4-ti"
git_branch="4.4-ti"
git_target_dir="/opt/source/dtb-${git_branch}"
git_clone_branch
git_repo="https://github.com/RobertCNelson/dtb-rebuilder.git"
git_target_dir="/opt/source/dtb-4.9-ti"
git_branch="4.9-ti"
git_clone_branch
git_repo="https://github.com/beagleboard/bb.org-overlays"
......
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