[oe-commits] Dmitry Baryshkov : ppce500: add ppce500 to PACKAGE_EXTRA_ARCHS

GIT User account git at amethyst.openembedded.net
Thu Apr 23 06:57:36 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6685e5012a4e8fb988bfa41658db72b33a661d32
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6685e5012a4e8fb988bfa41658db72b33a661d32

Author: Dmitry Baryshkov <dbaryshkov at gmail.com>
Date:   Thu Apr 23 10:26:42 2009 +0400

ppce500: add ppce500 to PACKAGE_EXTRA_ARCHS

ppce500 was broken because generated opkg.conf didn't contain a reference
to the core feeds. Fix it by providing PACKAGE_EXTRA_ARCHS as all other
PPC tune files do.

Signed-off-by: Dmitry Baryshkov <dbaryshkov at gmail.com>

---

 conf/machine/include/tune-ppce500.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/tune-ppce500.inc b/conf/machine/include/tune-ppce500.inc
index 9c8c68c..44f8742 100644
--- a/conf/machine/include/tune-ppce500.inc
+++ b/conf/machine/include/tune-ppce500.inc
@@ -1,3 +1,4 @@
 TARGET_CC_ARCH = "-mcpu=8540"
 BASE_PACKAGE_ARCH = "ppce500"
 FEED_ARCH = "ppce500"
+PACKAGE_EXTRA_ARCHS += "ppce500"





More information about the Openembedded-commits mailing list