summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-06 07:31:03 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-06 07:31:03 +0000
commit75cf9790e266f070ef451ac0d12932da20ba7d5a (patch)
treecb4fe614a5799aba76956fd7193dd9927a3dee5d /meta/conf/bitbake.conf
parenta2f0a2e3a6d812321e834731efc4ebae530142f9 (diff)
downloadpoky-75cf9790e266f070ef451ac0d12932da20ba7d5a.tar.gz
bitbake.conf: set CPU_FEATURES before it is used not after
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3954 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 782a9c2a31..e614057cb8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -539,6 +539,9 @@ OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUIL
539# Alternative OVERRIDES definition without "fail fast", usually only for native building and Scratchbox toolchains. 539# Alternative OVERRIDES definition without "fail fast", usually only for native building and Scratchbox toolchains.
540#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}" 540#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}"
541 541
542CPU_FEATURES ?= ""
543CPU_FEATURES_arm ?= "vfp"
544
542################################################################## 545##################################################################
543# Include the rest of the config files. 546# Include the rest of the config files.
544################################################################## 547##################################################################
@@ -612,6 +615,3 @@ COMBINED_FEATURES = "\
612 ${@base_both_contain("DISTRO_FEATURES", "MACHINE_FEATURES", "usbgadget", d)} \ 615 ${@base_both_contain("DISTRO_FEATURES", "MACHINE_FEATURES", "usbgadget", d)} \
613 ${@base_both_contain("DISTRO_FEATURES", "MACHINE_FEATURES", "usbhost", d)} \ 616 ${@base_both_contain("DISTRO_FEATURES", "MACHINE_FEATURES", "usbhost", d)} \
614 ${@base_both_contain("DISTRO_FEATURES", "MACHINE_FEATURES", "wifi", d)}" 617 ${@base_both_contain("DISTRO_FEATURES", "MACHINE_FEATURES", "wifi", d)}"
615
616CPU_FEATURES ?= ""
617CPU_FEATURES_arm ?= "vfp"