diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom.conf | 8 |
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')}" |