From: Dmitry Baryshkov Date: Thu, 23 Apr 2009 06:26:42 +0000 (+0400) Subject: ppce500: add ppce500 to PACKAGE_EXTRA_ARCHS X-Git-Tag: Release-2010-05/1~3702 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6685e5012a4e8fb988bfa41658db72b33a661d32;p=openembedded.git 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 --- diff --git a/conf/machine/include/tune-ppce500.inc b/conf/machine/include/tune-ppce500.inc index 9c8c68c342..44f8742f9f 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"