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:
37caab7
)
storcenter.conf: remove IPKG_ARCHS in favor of PACKAGE_EXTRA_ARCHS
author
Andrew Wilcox
<andy@protium.com>
Tue, 12 Dec 2006 18:47:42 +0000
(18:47 +0000)
committer
Andrew Wilcox
<andy@protium.com>
Tue, 12 Dec 2006 18:47:42 +0000
(18:47 +0000)
conf/machine/storcenter.conf
patch
|
blob
|
history
diff --git
a/conf/machine/storcenter.conf
b/conf/machine/storcenter.conf
index
2c21b52
..
a36684b
100644
(file)
--- a/
conf/machine/storcenter.conf
+++ b/
conf/machine/storcenter.conf
@@
-1,7
+1,7
@@
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
# TARGET_VENDOR = "oe"
-
IPKG_ARCHS = "all ppc powerpc ppc603e ${MACHINE}
"
+
PACKAGE_EXTRA_ARCHS = "ppc ppc603e
"
# terminal specs - console, but no other ports
SERIAL_CONSOLE="115200 console"
USE_VT="0"