uboot: add support for patch files and URLs
commit3e3fef39e71ed0426130b36aa00e4630ebb537ae
authorFrank Hunleth <fhunleth@troodon-software.com>
Sat, 18 Apr 2015 20:27:42 +0000 (18 16:27 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Apr 2015 09:06:23 +0000 (19 11:06 +0200)
treed1c8df8d6b8fc6e022de4d25862355c5c101d4e0
parentdf484231d9f10842f984e571f6393570292b88ca
uboot: add support for patch files and URLs

The existing u-boot patch option only allowed directories to be
specified. This adds support for URLs using similar code as found
in linux/linux.mk. Local files are also handled now.

This change is useful for Intel Edison support, so that Intel's u-boot
patch can be downloaded rather than stored in the Buildroot source tree.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/Config.in
boot/uboot/uboot.mk