git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
695bef5
)
ppce500: add ppce500 to PACKAGE_EXTRA_ARCHS
author
Dmitry Baryshkov
<dbaryshkov@gmail.com>
Thu, 23 Apr 2009 06:26:42 +0000
(10:26 +0400)
committer
Dmitry Baryshkov
<dbaryshkov@gmail.com>
Thu, 23 Apr 2009 06:26:42 +0000
(10:26 +0400)
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>
conf/machine/include/tune-ppce500.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-ppce500.inc
b/conf/machine/include/tune-ppce500.inc
index
9c8c68c
..
44f8742
100644
(file)
--- 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"