From edd84bc5c2d925d67d00d0c2008f48cdd75e3e99 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Sat, 24 Nov 2018 14:05:04 -0600
Subject: [PATCH] bb.org: stretch/buster/bionic: add repo:
 https://github.com/rogerq/pru-software-support-package/commits/upstream/pruss

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 target/chroot/beagleboard.org-bionic.sh  | 5 +++++
 target/chroot/beagleboard.org-buster.sh  | 5 +++++
 target/chroot/beagleboard.org-stretch.sh | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/target/chroot/beagleboard.org-bionic.sh b/target/chroot/beagleboard.org-bionic.sh
index 267c0525c..837b73df5 100755
--- a/target/chroot/beagleboard.org-bionic.sh
+++ b/target/chroot/beagleboard.org-bionic.sh
@@ -229,6 +229,11 @@ install_git_repos () {
 		fi
 	fi
 
+	git_repo="https://github.com/rogerq/pru-software-support-package"
+	git_target_dir="/opt/source/rogerq-mainline-pru-software-support-package"
+	git_branch="upstream/pruss"
+	git_clone_branch
+
 	git_repo="https://github.com/RobertCNelson/dtb-rebuilder.git"
 	git_target_dir="/opt/source/dtb-4.14-ti"
 	git_branch="4.14-ti"
diff --git a/target/chroot/beagleboard.org-buster.sh b/target/chroot/beagleboard.org-buster.sh
index d4986618f..66f6b958f 100755
--- a/target/chroot/beagleboard.org-buster.sh
+++ b/target/chroot/beagleboard.org-buster.sh
@@ -229,6 +229,11 @@ install_git_repos () {
 		fi
 	fi
 
+	git_repo="https://github.com/rogerq/pru-software-support-package"
+	git_target_dir="/opt/source/rogerq-mainline-pru-software-support-package"
+	git_branch="upstream/pruss"
+	git_clone_branch
+
 	git_repo="https://github.com/RobertCNelson/dtb-rebuilder.git"
 	git_target_dir="/opt/source/dtb-4.14-ti"
 	git_branch="4.14-ti"
diff --git a/target/chroot/beagleboard.org-stretch.sh b/target/chroot/beagleboard.org-stretch.sh
index 8f8522355..ba38e295e 100755
--- a/target/chroot/beagleboard.org-stretch.sh
+++ b/target/chroot/beagleboard.org-stretch.sh
@@ -267,6 +267,11 @@ install_git_repos () {
 		fi
 	fi
 
+	git_repo="https://github.com/rogerq/pru-software-support-package"
+	git_target_dir="/opt/source/rogerq-mainline-pru-software-support-package"
+	git_branch="upstream/pruss"
+	git_clone_branch
+
 	git_repo="https://github.com/RobertCNelson/dtb-rebuilder.git"
 	git_target_dir="/opt/source/dtb-4.4-ti"
 	git_branch="4.4-ti"
-- 
GitLab