We currently have no palmpre support for x-load. As long as we miss it we use the config from the beagleboard machine.
Signed-off-by: Simon Busch <[email protected]> --- conf/machine/palmpre.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf index dccc892..2a62c30 100644 --- a/conf/machine/palmpre.conf +++ b/conf/machine/palmpre.conf @@ -26,5 +26,6 @@ IMAGE_FSTYPES += "tar.bz2" # Let's keep the following three from the beagleboard machine config UBOOT_MACHINE = "omap3_beagle_config" PREFERRED_VERSION_u-boot = "git" +XLOAD_MACHINE = "omap3530beagle_config" MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa phone bluetooth touchscreen keyboard wifi" -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
