From: Dmitry Eremin-Solenikov Date: Thu, 14 May 2009 10:53:59 +0000 (+0400) Subject: at91sam9g20ek: enable at91bootstrap and u-boot in EXTRA_IMAGEDEPS X-Git-Tag: pre-nov2009-core-updates~1694^2~13 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=39836a5818e2e0f1915b053137d60c96c608e82c;p=vuplus_openembedded at91sam9g20ek: enable at91bootstrap and u-boot in EXTRA_IMAGEDEPS The at91sam9* boards aren't really usefull w/o both bootloaders. Reenable them for default build of at91sam9g20ek board images. Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/conf/machine/at91sam9g20ek.conf b/conf/machine/at91sam9g20ek.conf index 903e953..38078b6 100644 --- a/conf/machine/at91sam9g20ek.conf +++ b/conf/machine/at91sam9g20ek.conf @@ -18,8 +18,7 @@ PREFERRED_VERSION_at91bootstrap = "2.10" USE_VT = "0" MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget" -#EXTRA_IMAGEDEPENDS += "u-boot" -#EXTRA_IMAGEDEPENDS += "at91bootstrap" +EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0"