Greetings all, I would like to build my boot loader (U-Boot) automatically as a part of my normal build process.
I am building off Freescale's IMX Android release, FWIW. U-Boot resides in bootable/bootloader/uboot-imx. I have created my own device/.../ directory with AndroidBoard.mk and BoardConfig.mk. Where do I begin to add instructions to compile U- Boot? 1 - Should I create Android.mk in the bootable/bootloader/uboot-imx directory? If I do, will this be called automatically? 2 - Does the TARGET_NO_BOOTLOADER have any effect? Are there similar commands (e.g. TARGET_USE_UBOOT) that I can use? I am trying to understand how Linaro does it, as in this URL: http://git.linaro.org/gitweb?p=android/device/linaro/beagleboard.git;a=blob;f=AndroidBoard.mk;h=e6c13d0be55ea9529330856a8e01419a18b5ea23;hb=refs/heads/linaro_android_2.3.3 Apologies for not asking a more specific question (or being able to figure this out myself), but I am still struggling to understand exactly how the build system works. Thanks for any help! -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
