summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-02-20 09:48:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-20 09:48:53 +0000
commit68d08f5a8f882e4c8cc37127821115dd049e403e (patch)
treeb76f2a77d4cd581cfe924fb174ff18b68ba8c41a
parentee1b9a9bdbf2c81c81933117b0c66ebbeb6d0300 (diff)
angstrom.conf:
* set default maintainer * put angstrom and version into image names
-rw-r--r--conf/distro/angstrom.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf
index a8baa758ea..eaf3fb61e7 100644
--- a/conf/distro/angstrom.conf
+++ b/conf/distro/angstrom.conf
@@ -8,6 +8,10 @@ DISTRO_NAME = "Angstrom"
#we'll use this till we get a real domain
ANGSTROM_URI = "http://ewi546.ewi.utwente.nl/angstrom"
+#Set the default maintainer to angstrom-dev
+MAINTAINER ?= "Angstrom Developers <angstrom-dev@handhelds.org>"
+
+#use ipkg package format with debian style naming
INHERIT += "package_ipk debian"
#EABI isn't working yet, so we'll use TARGET_OS = linux in the meantime
@@ -19,4 +23,8 @@ PARALLEL_INSTALL_MODULES = "1"
BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version"
BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version"
+#Name the generated images in a sane way
+IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
+
+
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')}"