From ffd072269da186f04757fdfd4ba43cec27c5c571 Mon Sep 17 00:00:00 2001 From: Ken Gilmer Date: Sat, 25 Jun 2011 13:48:16 +0900 Subject: bitbake commander: remove depreciated bug labs install configuration. Change-Id: Ifc364a57e3247196f85f1cc719904fe92d522dd2 --- org.openembedded.bc.ui/scripts/bug_install.sh | 24 ---------------------- org.openembedded.bc.ui/scripts/install_flavors.txt | 2 -- 2 files changed, 26 deletions(-) delete mode 100644 org.openembedded.bc.ui/scripts/bug_install.sh 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 -- cgit 1.2.3-korg