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:
bee2b34
)
geodegx: set architecture to i486 and glibc addons
author
Otavio Salvador
<otavio@ossystems.com.br>
Thu, 20 Nov 2008 15:59:29 +0000
(13:59 -0200)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Thu, 20 Nov 2008 16:01:41 +0000
(14:01 -0200)
conf/machine/geodegx.conf
patch
|
blob
|
history
diff --git
a/conf/machine/geodegx.conf
b/conf/machine/geodegx.conf
index
d1ea1b3
..
3fdfeae
100644
(file)
--- a/
conf/machine/geodegx.conf
+++ b/
conf/machine/geodegx.conf
@@
-4,9
+4,14
@@
TARGET_ARCH = "i486"
+require conf/machine/include/tune-x86.inc
+
PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
udevdir = "/dev"
KERNEL_IMAGETYPE = "bzImage"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"