aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/at91bootstrap/at91bootstrap_3.0.bb
blob: d44c0e5bc1b279190a10564806e1a09c6974155b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
require at91bootstrap_3.0.inc
PR = "r3"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_at91sam9g45ek = "3"
DEFAULT_PREFERENCE_at91sam9g45ekes = "3"
DEFAULT_PREFERENCE_at91sam9m10ek = "3"
DEFAULT_PREFERENCE_at91sam9m10ekes = "3"
DEFAULT_PREFERENCE_vulcano-g20 = "3"

SRC_URI = "ftp://ftp.linux4sam.org/pub/Android4SAM/9m10g45/v1.1/patches/bootstrap30.tar.gz \
           "

SRC_URI_append = " \
	file://0001-Update-.gitignore.patch;apply=yes \
	file://0002-Add-KConfig-support-for-booting-U-Boot.patch;apply=yes \
	file://0003-Generate-a-BOOT.BIN-file-instead-of-boot.bin.patch;apply=yes \
	file://0004-Add-support-for-dual-boot.patch;apply=yes \
	file://0005-Remove-old-afeb9260-files.patch;apply=yes \
	file://0006-Use-BOARD-instead-of-BOARDNAME-to-define-directory.patch;apply=yes \
	file://0007-Add-board-support-for-alternate-boot.patch;apply=yes \
	file://0008-Clean-up-printouts.patch;apply=yes \
	file://0009-Update-configs.patch;apply=yes \
	file://0010-Update-build-scripts.patch;apply=yes \
	file://0011-Fix-Cut-n-Paste-error.patch;apply=yes \
	file://0013-Fix-Cut-n-Paste-error-in-Makefile.patch;apply=yes \
	file://0014-Add-support-for-alternate-jump-address.patch;apply=yes \
	file://0015-Make-MAKENEW-useful.patch;apply=yes \
	file://0016-Update-configs.patch;apply=yes \
	file://0017-at91bootstrap-fix-build-error-in-openembedded-due-to.patch;apply=yes \
	file://0018-Change-switch-statements-to-if-statements-to-avoid-b.patch;apply=yes \
	"
	
SRC_URI_append_vulcano-g20 = " \
	file://vG20/0001-at91bootstrap-Add-VulcanoG20-support-on-common-files.patch;apply=yes;striplevel=1 \
	file://vG20/0002-at91bootstrap-Add-VulcanoG20-board.patch;apply=yes;striplevel=1 \
	"

# S = "${WORKDIR}/${PN}-${PV}"
S = "${WORKDIR}/bootstrap30"

SRC_URI[md5sum] = "9426fc7962b68de70ec3941c3a6fd351"
SRC_URI[sha256sum] = "7449ea32ede2462fd81674770f1af19eddbf30f1d86bf0e2936ed59207c7db1d"