diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-12 18:00:57 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-12 18:00:57 +0200 |
commit | 81b636b1af4aea5ad0e457c9eb584ae327d6a4e1 (patch) | |
tree | e05003ba92b1f89c3574dbb3c30877a13c3ef413 /conf | |
parent | 6cf6511c7510f7f1db1c836d90d38f433316d377 (diff) |
Angstrom: set BUILDNAME
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 9d4668b4d8..2201366d77 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -7,6 +7,8 @@ USERDISTRO := "${DISTRO}" DISTRO = "angstrom" DISTRO_NAME = "Angstrom" +BUILDNAME = "Angstrom ${DISTRO_VERSION}" + TARGET_VENDOR = "-angstrom" # Add FEED_ARCH to overrides |