-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathu-boot-karo-common_git.inc
More file actions
87 lines (77 loc) · 2.71 KB
/
Copy pathu-boot-karo-common_git.inc
File metadata and controls
87 lines (77 loc) · 2.71 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM_mx6 = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
LIC_FILES_CHKSUM_stm32mp1 = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
DEPENDS_append = " bc-native"
DEPENDS_append_stm32mp1 = " bison-native"
SRCBRANCH_mx6 = "master"
SRC_URI_mx6 = "git://github.com/karo-electronics/karo-tx-uboot.git;protocol=https;branch=${SRCBRANCH}"
SRCREV_mx6 = "c0b7b18e33d4fc17af2544de50816d539412d6e0"
SRCBRANCH_stm32mp1 = "master"
SRC_URI_stm32mp1 = "git://git.denx.de/u-boot.git;protocol=git;branch=${SRCBRANCH}"
SRCREV_stm32mp1 = "e0718b3ab754860bd47677e6b4fc5b70da42c4ab"
S = "${WORKDIR}/git"
# append git hash to u-boot name
SCMVERSION ??= "y"
LOCALVERSION ??= "+karo"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE_tx6 = "(tx6[qsu]-.*)"
COMPATIBLE_MACHINE_txul = "(txul-.*)"
COMPATIBLE_MACHINE_stm32mp1 = "(txmp-.*|qsmp-.*)"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${THISDIR}/u-boot-karo-common/patches:"
SRC_URI_append_mx6 = " \
file://0001-dont-use-soft-float.patch \
"
SRC_URI_append_stm32mp1 = " \
file://show-activity.patch \
file://wdog-bugfix.patch \
file://tftp-rand-port.patch \
file://env-callback-bugfix.patch \
file://env-callback-returnvalue.patch \
file://dot_callbacks-bugfix.patch \
file://backlight-errmsgs.patch \
file://ddr-interactive-wdog.patch \
file://md-wdog.patch \
file://stm32-ltdc-bugfix.patch \
file://err-value-bugfix.patch \
file://phy-skew-bugfix.patch \
file://stm32-sdmmc-bugfix.patch \
file://gpio-uclass-bugfix.patch \
file://dev_printk-devname.patch \
file://stm32-pkg-names.patch \
file://adc-uclass-errmsg.patch \
file://signed-compare-bugfix.patch \
file://show_activity-bugfix.patch \
file://hclk6-bugfix.patch \
file://stm32mp-clk-cleanup.patch \
file://gpt-help-formatting.patch \
file://led-blink-bugfix.patch \
file://bootp-random-id.patch \
file://seed_mac-bugfix.patch \
file://native-mode.patch \
file://missing-newline.patch \
file://mmc-pr_err.patch \
file://pr_err.patch \
file://dwc-eth-bugfix.patch \
file://dwc-eth-phy-reset.patch \
file://of-live-bugfixes.patch \
file://cell_count-bugfixes.patch \
file://panel-timing.patch \
file://dev_read_addr_size-bugfix.patch \
file://np-parent-bugfix.patch \
file://stm-bugfixes.patch \
file://fdtsize-variable.patch \
file://dwc2-udc-bugfix.patch \
file://i2c6-clk-bugfix.patch \
file://spi-nor-bugfix.patch \
file://spi-nand-bugfix.patch \
file://netsol-spi-nand.patch \
file://_ofnode_to_np-bugfix.patch \
file://phy-stm32-bugfix.patch \
file://stm32prog.patch \
file://udc-remove-dev.patch \
file://txmp-support.patch \
file://reloc-bugfix.patch \
file://reloc-checks.patch \
file://ums-watchdog-reset.patch \
file://gpt-eraseblk-alignment.patch \
"