From 6685e5012a4e8fb988bfa41658db72b33a661d32 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 23 Apr 2009 10:26:42 +0400 Subject: 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 --- conf/machine/include/tune-ppce500.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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" -- cgit 1.2.3-korg