Signed-off-by: Ulf Samuelsson <[email protected]> --- conf/machine/include/at91-2.6.30.inc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/conf/machine/include/at91-2.6.30.inc b/conf/machine/include/at91-2.6.30.inc index e245b15..37a7188 100644 --- a/conf/machine/include/at91-2.6.30.inc +++ b/conf/machine/include/at91-2.6.30.inc @@ -7,10 +7,10 @@ SOC_FAMILY = "at91" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.30" -PREFERRED_PROVIDER_at91bootstrap = "at91bootstrap_2.13" -PREFERRED_VERSION_at91bootstrap = "2.13" +PREFERRED_PROVIDER_at91bootstrap = "at91bootstrap" +PREFERRED_VERSION_at91bootstrap = "3.0" -PREFERRED_PROVIDER_u-boot = "u-boot_2009.11" +PREFERRED_PROVIDER_u-boot = "u-boot" PREFERRED_VERSION_u-boot = "2009.11" KERNEL_IMAGETYPE = "uImage" -- 1.6.3.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
