when we required omap3.inc we pulled that:
EXTRA_IMAGEDEPENDS += "u-boot x-load"
which we can't and won't use for the moment.
We also had to override nearly all variables.
#@TYPE: Machine
#@NAME: Nokia 900 internet tablet
#@DESCRIPTION: Machine configuration for the Nokia 900
+
TARGET_ARCH = "arm"
+SOC_FAMILY = "omap3"
+require conf/machine/include/tune-cortexa8.inc
+
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
MACHINE_DISPLAY_WIDTH_PIXELS = "800"
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
-require conf/machine/include/omap3.inc
-
-# omap3.inc redefine it to uImage
KERNEL_IMAGETYPE = "zImage"
ROOT_FLASH_SIZE = "100"