# Hardware-based properties
TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa"
-include conf/machine/include/tune-xscale.conf
+
+#Compile with armv5te optimizations, incompatible with armv4(t) cpus
+require conf/machine/include/tune-xscale.conf
+
+#Set some hints for metadata
ROOT_FLASH_SIZE = "32"
GUI_MACHINE_CLASS = "smallscreen"
+
+#Set features for task-base
MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget"
# Software/package selection
SERIAL_CONSOLE = "115200 ttyS0 vt100"
USE_VT = "0"
-include conf/machine/include/LAB-settings.conf
+require conf/machine/include/LAB-settings.conf
# Hardware-based properties
TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa"
-include conf/machine/include/tune-xscale.conf
+
+require conf/machine/include/tune-xscale.conf
+
ROOT_FLASH_SIZE = "32"
GUI_MACHINE_CLASS = "smallscreen"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget"
SERIAL_CONSOLE = "115200 ttyS0 vt100"
USE_VT = "0"
-include conf/machine/include/LAB-settings.conf
+require conf/machine/include/LAB-settings.conf