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.
KERNEL ?= "kernel24"
#KERNEL ?= "kernel26"
-OVERRIDES_prepend = "${KERNEL}:"
+OVERRIDES := "${KERNEL}:${OVERRIDES}"
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ipaqpxa h3900"
KERNEL ?= "kernel24"
#KERNEL ?= "kernel26"
-OVERRIDES_prepend = "${KERNEL}:"
+OVERRIDES := "${KERNEL}:${OVERRIDES}"
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ipaqpxa h3900"