aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h3900.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-21 18:29:32 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-21 18:29:32 +0000
commit04cc8baaa88236f7c642f6ab2f0e9ee39e255b28 (patch)
treef60c8b7501977777c15811ef60619a654f3b4408 /conf/machine/h3900.conf
parente40c5b40e67325fd054d160367f0d52c4bfc91b9 (diff)
downloadopenembedded-04cc8baaa88236f7c642f6ab2f0e9ee39e255b28.tar.gz
conf/machine/h3900.conf:
conf/machine/ipaq-pxa270.conf: On irc it was discussed if OVERRIDES_prepend is a legal statement and if OERRIDES should be applied here too. With runtime performance in mind (bb.data.update_data being called until no change happens) we have declared the above statement as illegal. Change O_prepend to use direct assignment to prepend kernel to the overrides string.
Diffstat (limited to 'conf/machine/h3900.conf')
-rw-r--r--conf/machine/h3900.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf
index a095f15cdf..37dd0a52f2 100644
--- a/conf/machine/h3900.conf
+++ b/conf/machine/h3900.conf
@@ -5,7 +5,7 @@
KERNEL ?= "kernel24"
#KERNEL ?= "kernel26"
-OVERRIDES_prepend = "${KERNEL}:"
+OVERRIDES := "${KERNEL}:${OVERRIDES}"
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ipaqpxa h3900"