buildroot/board/calao
Thomas Petazzoni 357cf46f9a configs: fix build of calao_qil_a9260_defconfig
The Barebox, AT91Bootstrap and Linux patches for the Calao QIL A9260
board are all located in the same directory, board/calao/qil-a9260/,
with only a prefix to indicate to which component they apply.

Unfortunately, since commit 0eba4759fa
("packages: apply custom patches using *.patch instead of
<pkg>-*.patch"), the logic to apply custom patches in Barebox and
AT91Bootstrap has been changed from applying <package>-*.patch to
applying *.patch (in order to be consistent with what we do for all
packages in Buildroot).

However, this had the effect of trying to apply both the AT91Bootstrap
and Barebox patches on both packages, which obviously cannot work.

This commit fixes that by moving patches around, and switching to use
BR2_GLOBAL_PATCH_DIR for all of Barebox, AT91Bootstrap and Linux
patches.

In addition, the defconfig was not specifying explicitly which Barebox
version to use, so right now it's trying to use Barebox 2015.09, on
which the board-specific patch does not apply. So we've forced to use
Barebox 2012.08, which was the lastest release available at the time
the defconfig was initially contributed.

Cc: Gregory Hermant <gregory.hermant@calao-systems.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-04 19:05:47 +02:00
..
qil-a9260 configs: fix build of calao_qil_a9260_defconfig 2015-10-04 19:05:47 +02:00
snowball Add board files for snowball 2012-11-30 07:59:35 -08:00
tny-a9g20-lpw Add support for the Calao-systems TNY-A9G20-LPW 2013-06-02 22:22:04 +02:00
usb-a9g20-lpw configs: fix build of calao_usb_a9g20_lpw_defconfig 2015-10-04 19:05:27 +02:00
usb-a9260 Add support for the Calao-systems USB-A9260 2013-01-28 21:53:20 +01:00
usb-a9263 Add support for the Calao-systems USB-A9263 2012-07-20 00:07:49 +02:00