diff --git a/target/chroot/beagleboard.org-4gb-next.sh b/target/chroot/beagleboard.org-4gb-next.sh
index bfb3d59791290380cf38a88343059c66da4f401a..3cdf281eefd1e6e87a13e59a324dc2f498477e00 100755
--- a/target/chroot/beagleboard.org-4gb-next.sh
+++ b/target/chroot/beagleboard.org-4gb-next.sh
@@ -22,7 +22,6 @@
 
 export LC_ALL=C
 
-chromium_release="chromium-33.0.1750.117"
 u_boot_release="v2015.07-rc2"
 bone101_git_sha="53fde450735a331963d337576239bae4c81c32fb"
 
@@ -450,17 +449,6 @@ install_git_repos () {
 
 install_build_pkgs () {
 	cd /opt/
-	if [ -f /usr/bin/xz ] ; then
-		wget https://rcn-ee.com/pkgs/chromium/${chromium_release}-armhf.tar.xz
-		if [ -f /opt/${chromium_release}-armhf.tar.xz ] ; then
-			tar xf ${chromium_release}-armhf.tar.xz -C /
-			rm -rf ${chromium_release}-armhf.tar.xz || true
-			echo "${chromium_release} : https://rcn-ee.com/pkgs/chromium/${chromium_release}.tar.xz" >> /opt/source/list.txt
-
-			#link Chromium to /usr/bin/x-www-browser
-			update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/chromium 200
-		fi
-	fi
 }
 
 other_source_links () {
diff --git a/target/chroot/beagleboard.org-console-jessie.sh b/target/chroot/beagleboard.org-console-jessie.sh
index 3ce4b171ea849a10fedc6e46ed829daf000af249..e80f71a94adfefa688c77078d1958d7097c12b75 100755
--- a/target/chroot/beagleboard.org-console-jessie.sh
+++ b/target/chroot/beagleboard.org-console-jessie.sh
@@ -22,7 +22,6 @@
 
 export LC_ALL=C
 
-chromium_release="chromium-33.0.1750.117"
 u_boot_release="v2015.07-rc2"
 bone101_git_sha="53fde450735a331963d337576239bae4c81c32fb"
 
@@ -448,17 +447,6 @@ install_git_repos () {
 
 install_build_pkgs () {
 	cd /opt/
-	if [ -f /usr/bin/xz ] ; then
-		wget https://rcn-ee.com/pkgs/chromium/${chromium_release}-armhf.tar.xz
-		if [ -f /opt/${chromium_release}-armhf.tar.xz ] ; then
-			tar xf ${chromium_release}-armhf.tar.xz -C /
-			rm -rf ${chromium_release}-armhf.tar.xz || true
-			echo "${chromium_release} : https://rcn-ee.com/pkgs/chromium/${chromium_release}.tar.xz" >> /opt/source/list.txt
-
-			#link Chromium to /usr/bin/x-www-browser
-			update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/chromium 200
-		fi
-	fi
 }
 
 other_source_links () {