diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2009-04-23 10:26:42 +0400 |
---|---|---|
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2009-04-23 10:26:42 +0400 |
commit | 6685e5012a4e8fb988bfa41658db72b33a661d32 (patch) | |
tree | 38accbfcc10e5c61b87e166a78a79ab4f422167f /conf/machine | |
parent | 695bef534776d776f46515a4eaafdc3a007e5793 (diff) |
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@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | 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 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" |