Linux26 requires "mkimage" from u-boot to be in the PATH
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Thu, 8 Jan 2009 22:58:30 +0000 (22:58 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Thu, 8 Jan 2009 22:58:30 +0000 (22:58 -0000)
commitab5c2cfc03837055e632babfc93f13964e851a13
tree8779a9df12695a2301e3e38fd1b90d4e60566e5b
parent104356d26bccbb115bde5a4ad9041f3ad93fb64d
Linux26 requires "mkimage" from u-boot to be in the PATH
if an uImage is to be built for arm, avr32, blackfin and sh.

PATH has therefore been set to have $(STAGING_DIR)/usr/bin
as the first item allowing linux to find mkimage.

This patch will, if an uImage is built, create a "u-boot-toĆ³ls"
directory in the PROJECT_BUILD_DIR directory.
$(STAGING_DIR)/usr/bin/mkimage is copied to this directory
and the PATH variable will now include "u-boot-tools"

If an uImage is built, then the linux build will now depend on "u-boot".
target/linux/Makefile.in.advanced