The u-boot recipe for pandaboard is nonbuildable for a few months. Apparently this recipe is orphaned. I've made things buildable again by moving to the latest mainline u-boot (as suggested by Steve Sakoman a few monts ago). It builds fine, but is not tested on the actual hardware (as I do not have access to a board). Still I feel that a buildable recipe is better than using a recipe that does not even build.
Signed-off-by: Frans Meulenbroeks <[email protected]> --- conf/machine/omap4430-panda.conf | 6 ++++-- recipes/u-boot/u-boot_2010.12.bb | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf index df2658e..af1d79c 100644 --- a/conf/machine/omap4430-panda.conf +++ b/conf/machine/omap4430-panda.conf @@ -4,12 +4,12 @@ require conf/machine/include/omap3.inc -EXTRA_IMAGEDEPENDS = "x-load-rsalveti u-boot-sakoman " +EXTRA_IMAGEDEPENDS = "x-load-rsalveti u-boot" XLOAD_MACHINE = "omap4430panda_config" XLOAD_LOAD_ADDRESS = 0x40304350 -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" UBOOT_MACHINE = "omap4_panda_config" PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" diff --git a/recipes/u-boot/u-boot_2010.12.bb b/recipes/u-boot/u-boot_2010.12.bb index 174bebf..5645576 100644 --- a/recipes/u-boot/u-boot_2010.12.bb +++ b/recipes/u-boot/u-boot_2010.12.bb @@ -2,6 +2,7 @@ PR = "r0" require u-boot.inc DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_omap4430-panda = "1" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 " SRC_URI[md5sum] = "9024bbceabd176ae1d52df6db2e84bda" -- 1.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
