diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-05-27 09:55:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-27 09:55:35 +0000 |
commit | e2ea34b1e3675f0f0b8b1b3c05ee7f9590c773f5 (patch) | |
tree | e5844c7472055405a9e59d7c60bff80c17ef5a22 /conf/distro | |
parent | d2c64fccc2f9c8f880278b427cb3832a9cf9f68c (diff) |
Clean up IPKG_ARCHS as it was being used inconsistently, often with duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openmn.conf | 2 | ||||
-rw-r--r-- | conf/distro/unslung.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/openmn.conf b/conf/distro/openmn.conf index 316720d655..0e3d36ed2d 100644 --- a/conf/distro/openmn.conf +++ b/conf/distro/openmn.conf @@ -12,7 +12,7 @@ TARGET_OS = "linux" INHERIT += "package_ipk" INHERIT += "debian" -IPKG_ARCHS = "armv5te openmn" +IPKG_EXTRA_ARCHS = "armv5te openmn" FEED_URIS = "mnci54##http://www.mn-solutions.de/feed/mnci54/base" diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 599d787898..6d76e0946a 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -26,7 +26,7 @@ THUMB_INTERWORK = "no" # to armeb - this makes this stuff independent of changes in machine/nslu2.conf TARGET_ARCH = "armeb" PACKAGE_ARCH = "${TARGET_ARCH}" -# IPKG_ARCHS has the full list of supported architectures (from nslu2.conf) +# IPKG_EXTRA_ARCHS has the full list of supported architectures (from nslu2.conf) # match the optimisation settings to that which has traditionally been used # in unslung |