aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/oplinux.inc
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-03-12 13:04:01 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-03-12 13:04:01 +0000
commitf37efb220437cfb37c4db0c10b1ba088057bcf2b (patch)
tree36e6c861081ee11b07f0fe09b257701059b48ec5 /conf/distro/include/oplinux.inc
parent33858d5c513d7b14a12a4902da76834f68137a4a (diff)
downloadopenembedded-f37efb220437cfb37c4db0c10b1ba088057bcf2b.tar.gz
conf/distro/oplinux.conf: Initial commit of oplinux and oplinux-uclibc
Diffstat (limited to 'conf/distro/include/oplinux.inc')
-rw-r--r--conf/distro/include/oplinux.inc51
1 files changed, 51 insertions, 0 deletions
diff --git a/conf/distro/include/oplinux.inc b/conf/distro/include/oplinux.inc
new file mode 100644
index 0000000000..ecf08322fa
--- /dev/null
+++ b/conf/distro/include/oplinux.inc
@@ -0,0 +1,51 @@
+#
+# extra checking for needed tools
+#
+
+# set minimal version of BitBake needed
+BB_MIN_VERSION = "1.6.3"
+
+#oplinux is a multimachine distro
+INHERIT += "multimachine"
+
+# check for required tools and minimal BitBake version
+INHERIT += "sanity"
+
+
+# Specifies a location to search for pre-generated tarballs when fetching
+# a cvs:// URI. Outcomment this, if you always want to pull directly from CVS.
+#CVS_TARBALL_STASH = "http://www.digital-opsis.com/oplinux/source/current/"
+
+#INHERIT += "owmnr-mirrors"
+
+#Uncommend this is if you are using bitbake multithread and you have multiple cpu's or cores you are running on
+#BB_NUMBER_THREADS = "5"
+
+#Uncommend this if you hava icecc installed
+#INHERIT += "icecc"
+#PARALLEL_MAKE = "-j6"
+#ICECC_PATH = "/usr/bin/icecc"
+#ICECC_ENV_EXEC = "/home/stelios/icecc-create-env"
+
+#
+# Bootstrap & Init
+PREFERRED_PROVIDER_task-bootstrap = "task-base"
+
+# We want images supporting the following features (for task-base
+DISTRO_FEATURES = "nfs smbfs ext2 pcmcia usbgadget usbhost pci"
+
+
+OPLINUX_URI = "http://www.ifaistos.awmn"
+
+#Dir config
+IMAGE_ROOTFS = "${TMPDIR}/rootfs/${MACHINE}"
+
+#
+#Preferred versions of packages we need
+#
+PREFERRED_VERSION_busybox = "1.2.1"
+PREFERRED_VERSION_u-boot ?= "1.1.4"
+# Latest linphone supports yeaphone
+PREFERRED_VERSION_linphone ?= "1.6.0"
+
+