diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-22 14:09:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-22 14:09:20 +0000 |
commit | bc9fa77e7ecf1c84496e90eb3b02e7d01341cda6 (patch) | |
tree | 1c0072de8f1761f5c17a3fc387269372c95adfef /conf/distro | |
parent | b041bd144257c69491c34ba34c1253357011ccce (diff) |
angstrom: use multimachine and splitout images per machine in deploy/images
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index eaf3fb61e7..3ea5e4553d 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -14,6 +14,9 @@ MAINTAINER ?= "Angstrom Developers <angstrom-dev@handhelds.org>" #use ipkg package format with debian style naming INHERIT += "package_ipk debian" +#use multimachine buildrules +include conf/distro/include/multimachine.conf + #EABI isn't working yet, so we'll use TARGET_OS = linux in the meantime #TARGET_OS = "none-linux-gnueabi" TARGET_OS = "linux" @@ -25,6 +28,6 @@ BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version" #Name the generated images in a sane way IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" - +DEPLOY_DIR_IMAGE = ${DEPLOY_DIR}/images/${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')}" |