aboutsummaryrefslogtreecommitdiffstats
path: root/org.openembedded.bc.ui
diff options
context:
space:
mode:
authorKen Gilmer <kgilmer@gmail.com>2011-06-25 13:48:16 +0900
committerKen Gilmer <kgilmer@gmail.com>2011-06-25 13:48:16 +0900
commitffd072269da186f04757fdfd4ba43cec27c5c571 (patch)
tree877030267b52edca37dcb0ab3f0b14a64b066fff /org.openembedded.bc.ui
parente8efeeb77a0d584b2542e0a2631f9e66c2b2f1b8 (diff)
downloadeclipsetools-ffd072269da186f04757fdfd4ba43cec27c5c571.tar.gz
bitbake commander: remove depreciated bug labs install configuration.
Change-Id: Ifc364a57e3247196f85f1cc719904fe92d522dd2
Diffstat (limited to 'org.openembedded.bc.ui')
-rw-r--r--org.openembedded.bc.ui/scripts/bug_install.sh24
-rw-r--r--org.openembedded.bc.ui/scripts/install_flavors.txt2
2 files changed, 0 insertions, 26 deletions
diff --git a/org.openembedded.bc.ui/scripts/bug_install.sh b/org.openembedded.bc.ui/scripts/bug_install.sh
deleted file mode 100644
index 89e97fe..0000000
--- a/org.openembedded.bc.ui/scripts/bug_install.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-# Installation script for BUG R1.4
-# Adapted from instructions available at http://wiki.openembedded.net/index.php/Getting_started
-# This script can be executable as shell script after substituting {| |} variables with real values.
-# 4/3/2009 Ken Gilmer
-
-# These are the variables that are queried in the UI. The following lines are parsed by the install wizard.
-# {|D|Install Directory|R|${HOME}/oe||}
-# {|T|Init Script|R|reinstate-build-env||}
-
-# System Check
-which git
-which svn
-which python
-
-# Directory Setup
-[ -d ${Install Directory} ] || mkdir -p ${Install Directory}
-cd ${Install Directory}
-
-# Installing from Bug Labs SVN repository
-svn export -r HEAD svn://svn.buglabs.net/bug/tags/releases/R1.4/com.buglabs.build.oe
-mv com.buglabs.build.oe/* .
-rm -Rf com.buglabs.build.oe
-
diff --git a/org.openembedded.bc.ui/scripts/install_flavors.txt b/org.openembedded.bc.ui/scripts/install_flavors.txt
index a762a88..a5a22ad 100644
--- a/org.openembedded.bc.ui/scripts/install_flavors.txt
+++ b/org.openembedded.bc.ui/scripts/install_flavors.txt
@@ -2,7 +2,5 @@
# the format is pipe delimited
# Flavor Label (shows in UI)| description text| image URL| script URL
OpenEmbedded - Development Branch|The main development branch of OpenEmbedded|icons/OE_logo_128.png|scripts/oe_dev_install.sh
-Bug Labs Linux R1.4|BUG Linux provides developer tools for modular hardware|icons/BUG_logo_128.png|scripts/bug_install.sh
Poky Linux - Development Branch|Poky Linux provides a consistent and stable build environment.|icons/poky_128.png|scripts/poky_install.sh
-# BeagleBoard Linux|Beagleboard Linux is a customization of OpenEmbedded|icons/beagle_128.png|scripts/beagle_install.sh
Gumstix Linux|The OpenEmbedded variant for Gumstix Boards, requires Debian-based Host Distro|icons/compute_gumstix.jpg|scripts/gumstix_install.sh \ No newline at end of file