diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-02 13:18:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-02 13:18:02 +0000 |
commit | 64f4a233cdeac3d0fd4475e00677336d8984d575 (patch) | |
tree | af9f09e5a3ea4ab37d4dd5d679b3ef3454bf0e13 /conf/distro/familiar.conf | |
parent | 4f53bb2d58aba4a382057369405e00b165b95f42 (diff) |
familair: change image naming
Diffstat (limited to 'conf/distro/familiar.conf')
-rw-r--r-- | conf/distro/familiar.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf index 9cc84e96c4..99e501589f 100644 --- a/conf/distro/familiar.conf +++ b/conf/distro/familiar.conf @@ -7,9 +7,10 @@ TARGET_OS = "linux" PARALLEL_INSTALL_MODULES = "1" UDEV_DEVFS_RULES = "1" +IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" BOOTSTRAP_EXTRA_RDEPENDS += "familiar-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')}" -include conf/distro/include/multimachine.conf
\ No newline at end of file +include conf/distro/include/multimachine.conf |