summaryrefslogtreecommitdiff
path: root/conf/distro/angstrom.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-02-19 21:08:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-19 21:08:06 +0000
commit730e02f6464be9af2ee07f5a670ab61f2d4adbb1 (patch)
tree69254f9e73d08b8168dd786c3836514675b391f8 /conf/distro/angstrom.conf
parentf86c931743a08b0c56d02a415c9104d786b1d696 (diff)
Angstrom:
* add main distro config file * add 2006.9 release file * add angstrom-version to brand the rootfs NB: eabi is not enabled yet
Diffstat (limited to 'conf/distro/angstrom.conf')
-rw-r--r--conf/distro/angstrom.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf
new file mode 100644
index 0000000000..a8baa758ea
--- /dev/null
+++ b/conf/distro/angstrom.conf
@@ -0,0 +1,22 @@
+#@TYPE: Distribution
+#@NAME: Angstrom
+#@DESCRIPTION: Distribution configuration for Angstrom
+
+DISTRO = "angstrom"
+DISTRO_NAME = "Angstrom"
+
+#we'll use this till we get a real domain
+ANGSTROM_URI = "http://ewi546.ewi.utwente.nl/angstrom"
+
+INHERIT += "package_ipk debian"
+
+#EABI isn't working yet, so we'll use TARGET_OS = linux in the meantime
+#TARGET_OS = "none-linux-gnueabi"
+TARGET_OS = "linux"
+
+PARALLEL_INSTALL_MODULES = "1"
+
+BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version"
+BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version"
+
+DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"