summaryrefslogtreecommitdiff
path: root/openembedded/conf/distro/angstrom.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 19:13:45 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 19:13:45 +0000
commit103c8510e0cdc03760885db52ffd2a6908a6f401 (patch)
treedafedef2781de6f8149e834a10f26b7eb86b9daa /openembedded/conf/distro/angstrom.conf
parent65c790d4047af7b3d26a01f2914a7009ea14a1ee (diff)
downloadopenembedded-core-103c8510e0cdc03760885db52ffd2a6908a6f401.tar.gz
openembedded-core-103c8510e0cdc03760885db52ffd2a6908a6f401.tar.bz2
openembedded-core-103c8510e0cdc03760885db52ffd2a6908a6f401.tar.xz
openembedded-core-103c8510e0cdc03760885db52ffd2a6908a6f401.zip
Merge distro files from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@389 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro/angstrom.conf')
-rw-r--r--openembedded/conf/distro/angstrom.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/openembedded/conf/distro/angstrom.conf b/openembedded/conf/distro/angstrom.conf
index e9e05201e..a94fcee14 100644
--- a/openembedded/conf/distro/angstrom.conf
+++ b/openembedded/conf/distro/angstrom.conf
@@ -18,12 +18,13 @@ INHERIT += "package_ipk debian"
include conf/distro/include/multimachine.conf
#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
+PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native"
ENABLE_BINARY_LOCALE_GENERATION ?= ""
#Use the ARM EABI when building for an ARM cpu. We can't use overrides
#here because this breaks all places where ":=" is used.
-TARGET_VENDOR = "${@['','-none'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
+TARGET_VENDOR = "${@['','-angstrom'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
#mess with compiler flags to use -Os instead of -O2
@@ -31,14 +32,12 @@ TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
BUILD_OPTIMIZATION = "-Os"
-#EABI is softfloat by default, but let's make sure :)
-TARGET_FPU = "soft"
-
-PARALLEL_INSTALL_MODULES = "1"
+#ARM EABI is softfloat by default, but let's make sure :)
+TARGET_FPU_arm = "soft"
#Always ship these packages
-BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version dropbear sysvinit"
-BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version dropbear sysvinit"
+BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version coreutils dropbear sysvinit"
+BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version coreutils dropbear sysvinit"
#Name the generated images in a sane way
IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"