From: Koen Kooi Date: Mon, 20 Feb 2006 09:48:53 +0000 (+0000) Subject: angstrom.conf: X-Git-Tag: Release-2010-05/1~9453^2~2313 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d08f5a8f882e4c8cc37127821115dd049e403e;p=openembedded.git angstrom.conf: * set default maintainer * put angstrom and version into image names --- 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 " + +#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')}"