summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-06-14 17:57:20 -0400
committerRyan Eatmon <reatmon@ti.com>2024-06-15 08:05:34 -0500
commit16092e065bb03cfe29952d4ec792a0de3142879a (patch)
treef45a8c7b8663c571660d633783db8ef2a39f3b66
parent83b30e950e6434014073acbe82d9a91e7f853784 (diff)
downloadmeta-ti-16092e065bb03cfe29952d4ec792a0de3142879a.tar.gz
conf/machine/beagle*, linux-bb.org: update for multi-BSP support
Update all Beagle platform configurations to support multiple BSPs. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/beagle-x15.conf18
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf8
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64.conf23
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone.conf30
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay-k3r5.conf9
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay.conf48
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb84
7 files changed, 100 insertions, 120 deletions
diff --git a/meta-ti-bsp/conf/machine/beagle-x15.conf b/meta-ti-bsp/conf/machine/beagle-x15.conf
index 706f999a..15815119 100644
--- a/meta-ti-bsp/conf/machine/beagle-x15.conf
+++ b/meta-ti-bsp/conf/machine/beagle-x15.conf
@@ -5,17 +5,21 @@
5require conf/machine/include/beagle.inc 5require conf/machine/include/beagle.inc
6require conf/machine/include/am57xx.inc 6require conf/machine/include/am57xx.inc
7 7
8DT_VENDOR_PREFIX = "ti/omap/"
9DT_VENDOR_PREFIX:bsp-ti-6_1 = ""
10DT_VENDOR_PREFIX:bsp-bb_org = ""
11
8KERNEL_DEVICETREE_PREFIX = " \ 12KERNEL_DEVICETREE_PREFIX = " \
9ti/omap/am57xx-beagle-x15 \ 13${DT_VENDOR_PREFIX}am57xx-beagle-x15 \
10ti/omap/am57xx-idk-lcd \ 14${DT_VENDOR_PREFIX}am57xx-idk-lcd \
11" 15"
12 16
13KERNEL_DEVICETREE = " \ 17KERNEL_DEVICETREE = " \
14ti/omap/am57xx-beagle-x15.dtb \ 18${DT_VENDOR_PREFIX}am57xx-beagle-x15.dtb \
15ti/omap/am57xx-beagle-x15-revb1.dtb \ 19${DT_VENDOR_PREFIX}am57xx-beagle-x15-revb1.dtb \
16ti/omap/am57xx-beagle-x15-revc.dtb \ 20${DT_VENDOR_PREFIX}am57xx-beagle-x15-revc.dtb \
17ti/omap/am57xx-idk-lcd-osd101t2045.dtbo \ 21${DT_VENDOR_PREFIX}am57xx-idk-lcd-osd101t2045.dtbo \
18ti/omap/am57xx-idk-lcd-osd101t2587.dtbo \ 22${DT_VENDOR_PREFIX}am57xx-idk-lcd-osd101t2587.dtbo \
19" 23"
20 24
21MACHINE_GUI_CLASS = "bigscreen" 25MACHINE_GUI_CLASS = "bigscreen"
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
index 2bf58bce..85669cca 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
@@ -2,6 +2,7 @@
2#@NAME: BeagleBone AI-64 (R5F) 2#@NAME: BeagleBone AI-64 (R5F)
3#@DESCRIPTION: Machine configuration for the BeagleBone AI-64 (R5F core) 3#@DESCRIPTION: Machine configuration for the BeagleBone AI-64 (R5F core)
4 4
5require conf/machine/include/beagle.inc
5require conf/machine/include/k3r5.inc 6require conf/machine/include/k3r5.inc
6 7
7SYSFW_SOC = "j721e" 8SYSFW_SOC = "j721e"
@@ -15,8 +16,7 @@ UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
15UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" 16UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
16 17
17UBOOT_MACHINE = "j721e_evm_r5_defconfig" 18UBOOT_MACHINE = "j721e_evm_r5_defconfig"
19UBOOT_MACHINE:bsp-ti-6_6 = "j721e_beagleboneai64_r5_defconfig"
18 20
19# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build 21UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "j721e_beagleboneai64_r5.config"
20# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc 22UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "j721e_beagleboneai64_r5.config"
21# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
22UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_r5.config"
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
index aaf94fa5..618e27d7 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
@@ -6,11 +6,13 @@ require conf/machine/include/beagle.inc
6require conf/machine/include/j721e.inc 6require conf/machine/include/j721e.inc
7 7
8UBOOT_MACHINE = "j721e_evm_a72_config" 8UBOOT_MACHINE = "j721e_evm_a72_config"
9UBOOT_MACHINE:bsp-ti-6_6 = "j721e_beagleboneai64_a72_defconfig"
9 10
10# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build 11UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "j721e_beagleboneai64_a72.config"
11# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc 12UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "j721e_beagleboneai64_a72.config"
12# under meta-ti-bsp/recipes-bsp/u-boot/ for more details. 13
13UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_a72.config" 14SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned"
15SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin"
14 16
15KERNEL_DEVICETREE_PREFIX = " \ 17KERNEL_DEVICETREE_PREFIX = " \
16 ti/k3-j721e \ 18 ti/k3-j721e \
@@ -24,4 +26,17 @@ ti/k3-j721e-evm-quad-port-eth-exp.dtbo \
24ti/k3-j721e-sk.dtb \ 26ti/k3-j721e-sk.dtb \
25" 27"
26 28
29KERNEL_DEVICETREE:append:bsp-bb_org = " \
30ti/k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo \
31ti/k3-j721e-common-proc-board-infotainment.dtbo \
32ti/k3-j721e-evm-csi2-ov5640.dtbo \
33ti/k3-j721e-evm-fusion.dtbo \
34ti/k3-j721e-evm-pcie0-ep.dtbo \
35ti/k3-j721e-evm-virt-mac-client.dtbo \
36ti/k3-j721e-sk-csi2-ov5640.dtbo \
37ti/k3-j721e-sk-csi2-rpi-imx219.dtbo \
38ti/k3-j721e-sk-fusion.dtbo \
39ti/k3-j721e-sk-rpi-hdr-ehrpwm.dtbo \
40"
41
27MACHINE_GUI_CLASS = "bigscreen" 42MACHINE_GUI_CLASS = "bigscreen"
diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf
index 9d001599..9f5f41e0 100644
--- a/meta-ti-bsp/conf/machine/beaglebone.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone.conf
@@ -5,23 +5,27 @@
5require conf/machine/include/beagle.inc 5require conf/machine/include/beagle.inc
6require conf/machine/include/ti33x.inc 6require conf/machine/include/ti33x.inc
7 7
8DT_VENDOR_PREFIX = "ti/omap/"
9DT_VENDOR_PREFIX:bsp-ti-6_1 = ""
10DT_VENDOR_PREFIX:bsp-bb_org = ""
11
8KERNEL_DEVICETREE_PREFIX = " \ 12KERNEL_DEVICETREE_PREFIX = " \
9ti/omap/am335x-bone \ 13${DT_VENDOR_PREFIX}am335x-bone \
10ti/omap/am335x-pocketbeagle \ 14${DT_VENDOR_PREFIX}am335x-pocketbeagle \
11ti/omap/am335x-sancloud-bbe \ 15${DT_VENDOR_PREFIX}am335x-sancloud-bbe \
12" 16"
13 17
14KERNEL_DEVICETREE = " \ 18KERNEL_DEVICETREE = " \
15ti/omap/am335x-bone.dtb \ 19${DT_VENDOR_PREFIX}am335x-bone.dtb \
16ti/omap/am335x-boneblack.dtb \ 20${DT_VENDOR_PREFIX}am335x-boneblack.dtb \
17ti/omap/am335x-boneblack-wireless.dtb \ 21${DT_VENDOR_PREFIX}am335x-boneblack-wireless.dtb \
18ti/omap/am335x-boneblue.dtb \ 22${DT_VENDOR_PREFIX}am335x-boneblue.dtb \
19ti/omap/am335x-bonegreen.dtb \ 23${DT_VENDOR_PREFIX}am335x-bonegreen.dtb \
20ti/omap/am335x-bonegreen-wireless.dtb \ 24${DT_VENDOR_PREFIX}am335x-bonegreen-wireless.dtb \
21ti/omap/am335x-pocketbeagle.dtb \ 25${DT_VENDOR_PREFIX}am335x-pocketbeagle.dtb \
22ti/omap/am335x-sancloud-bbe.dtb \ 26${DT_VENDOR_PREFIX}am335x-sancloud-bbe.dtb \
23ti/omap/am335x-sancloud-bbe-extended-wifi.dtb \ 27${DT_VENDOR_PREFIX}am335x-sancloud-bbe-extended-wifi.dtb \
24ti/omap/am335x-sancloud-bbe-lite.dtb \ 28${DT_VENDOR_PREFIX}am335x-sancloud-bbe-lite.dtb \
25" 29"
26 30
27MACHINE_GUI_CLASS = "bigscreen" 31MACHINE_GUI_CLASS = "bigscreen"
diff --git a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
index e38029ff..16503f09 100644
--- a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
@@ -2,6 +2,7 @@
2#@NAME: BeaglePlay (R5F) 2#@NAME: BeaglePlay (R5F)
3#@DESCRIPTION: Machine configuration for the BeaglePlay (R5F core) 3#@DESCRIPTION: Machine configuration for the BeaglePlay (R5F core)
4 4
5require conf/machine/include/beagle.inc
5require conf/machine/include/k3r5.inc 6require conf/machine/include/k3r5.inc
6 7
7SYSFW_SOC = "am62x" 8SYSFW_SOC = "am62x"
@@ -9,8 +10,8 @@ SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp" 10SYSFW_SUFFIX = "gp"
10 11
11UBOOT_MACHINE = "am62x_evm_r5_defconfig" 12UBOOT_MACHINE = "am62x_evm_r5_defconfig"
13UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_r5_defconfig"
12 14
13# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build 15UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_r5.config"
14# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc 16UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_r5.config"
15# under meta-ti-bsp/recipes-bsp/u-boot/ for more details. 17UBOOT_CONFIG_FRAGMENTS:bsp-mainline = "beagleplay_r5.config"
16UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_r5.config"
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf
index a09c0d13..6f042d03 100644
--- a/meta-ti-bsp/conf/machine/beagleplay.conf
+++ b/meta-ti-bsp/conf/machine/beagleplay.conf
@@ -19,11 +19,14 @@ TFA_K3_SYSTEM_SUSPEND = "1"
19OPTEEMACHINE = "k3-am62x" 19OPTEEMACHINE = "k3-am62x"
20 20
21UBOOT_MACHINE = "am62x_evm_a53_defconfig" 21UBOOT_MACHINE = "am62x_evm_a53_defconfig"
22UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_a53_defconfig"
22 23
23# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build 24UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_a53.config"
24# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc 25UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_a53.config"
25# under meta-ti-bsp/recipes-bsp/u-boot/ for more details. 26UBOOT_CONFIG_FRAGMENTS:bsp-mainline = "beagleplay_a53.config"
26UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_a53.config" 27
28SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned"
29SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin"
27 30
28KERNEL_DEVICETREE_PREFIX = " \ 31KERNEL_DEVICETREE_PREFIX = " \
29 ti/k3-am625 \ 32 ti/k3-am625 \
@@ -36,4 +39,41 @@ ti/k3-am625-sk.dtb \
36ti/k3-am62x-sk-hdmi-audio.dtbo \ 39ti/k3-am62x-sk-hdmi-audio.dtbo \
37" 40"
38 41
42KERNEL_DEVICETREE:append:bsp-bb_org = " \
43ti/k3-am625-beagleplay-csi2-ov5640.dtbo \
44ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtbo \
45ti/k3-am625-beagleplay-lincolntech-lcd185-panel.dtbo \
46ti/k3-am625-beaglemod.dtb \
47ti/k3-am625-beaglemod-audio.dtbo \
48ti/k3-am625-beaglemod-can0.dtbo \
49ti/k3-am625-beaglemod-can1.dtbo \
50ti/k3-am625-beaglemod-csi0-ov5640.dtbo \
51ti/k3-am625-beaglemod-eeprom.dtbo \
52ti/k3-am625-beaglemod-eth.dtbo \
53ti/k3-am625-beaglemod-hdmi.dtbo \
54ti/k3-am625-beaglemod-io-expand.dtbo \
55ti/k3-am625-beaglemod-lt-lcd185.dtbo \
56ti/k3-am625-beaglemod-ospi-flash.dtbo \
57ti/k3-am625-beaglemod-rs485-1.dtbo \
58ti/k3-am625-beaglemod-rs485-2.dtbo \
59ti/k3-am625-beaglemod-rtc.dtbo \
60ti/k3-am625-beaglemod-wl1835.dtbo \
61ti/k3-am625-sk-dmtimer-pwm.dtbo \
62ti/k3-am625-sk-ecap-capture.dtbo \
63ti/k3-am625-sk-lincolntech-lcd185-panel.dtbo \
64ti/k3-am625-sk-mcspi-loopback.dtbo \
65ti/k3-am625-sk-microtips-mf101hie-panel.dtbo \
66ti/k3-am625-sk-microtips-mf103hie-lcd2.dtbo \
67ti/k3-am625-sk-pwm.dtbo \
68ti/k3-am625-sk-rpi-hdr-ehrpwm.dtbo \
69ti/k3-am62x-sk-csi2-imx219.dtbo \
70ti/k3-am62x-sk-csi2-ov5640.dtbo \
71ti/k3-am62x-sk-csi2-tevi-ov5640.dtbo \
72ti/k3-am62x-sk-csi2-v3link-fusion.dtbo \
73ti/k3-am62x-sk-eqep.dtbo \
74ti/k3-am62x-sk-hdmi-disable-fastboot.dtbo \
75ti/k3-am62x-sk-lpm-wkup-sources.dtbo \
76ti/k3-am62x-sk-mcan.dtbo \
77"
78
39MACHINE_GUI_CLASS = "bigscreen" 79MACHINE_GUI_CLASS = "bigscreen"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
index 534fc047..cee9c7cb 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
@@ -14,32 +14,6 @@ DEPENDS += "gmp-native libmpc-native"
14 14
15KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}" 15KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}"
16 16
17KERNEL_DEVICETREE:beaglebone = " \
18am335x-bone.dtb \
19am335x-boneblack.dtb \
20am335x-boneblack-pps.dtb \
21am335x-boneblack-uboot.dtb \
22am335x-boneblack-uboot-univ.dtb \
23am335x-boneblack-wireless.dtb \
24am335x-boneblue.dtb \
25am335x-bonegreen.dtb \
26am335x-bonegreen-gateway.dtb \
27am335x-bonegreen-wireless.dtb \
28am335x-bonegreen-wireless-uboot-univ.dtb \
29am335x-pocketbeagle.dtb \
30am335x-sancloud-bbe.dtb \
31am335x-sancloud-bbe-extended-wifi.dtb \
32am335x-sancloud-bbe-lite.dtb \
33"
34
35KERNEL_DEVICETREE:beagle-x15 = " \
36am57xx-beagle-x15.dtb \
37am57xx-beagle-x15-revb1.dtb \
38am57xx-beagle-x15-revc.dtb \
39am57xx-idk-lcd-osd101t2045.dtbo \
40am57xx-idk-lcd-osd101t2587.dtbo \
41"
42
43# Extra DT overlays/capes 17# Extra DT overlays/capes
44KERNEL_DEVICETREE:append:armv7a = " \ 18KERNEL_DEVICETREE:append:armv7a = " \
45AM335X-PRU-UIO-00A0.dtbo \ 19AM335X-PRU-UIO-00A0.dtbo \
@@ -76,64 +50,6 @@ PB-MIKROBUS-0.dtbo \
76PB-MIKROBUS-1.dtbo \ 50PB-MIKROBUS-1.dtbo \
77" 51"
78 52
79KERNEL_DEVICETREE:beaglebone-ai64 = " \
80ti/k3-j721e-beagleboneai64.dtb \
81ti/k3-j721e-common-proc-board.dtb \
82ti/k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo \
83ti/k3-j721e-common-proc-board-infotainment.dtbo \
84ti/k3-j721e-evm-csi2-ov5640.dtbo \
85ti/k3-j721e-evm-fusion.dtbo \
86ti/k3-j721e-evm-gesi-exp-board.dtbo \
87ti/k3-j721e-evm-pcie0-ep.dtbo \
88ti/k3-j721e-evm-quad-port-eth-exp.dtbo \
89ti/k3-j721e-evm-virt-mac-client.dtbo \
90ti/k3-j721e-sk.dtb \
91ti/k3-j721e-sk-csi2-ov5640.dtbo \
92ti/k3-j721e-sk-csi2-rpi-imx219.dtbo \
93ti/k3-j721e-sk-fusion.dtbo \
94ti/k3-j721e-sk-rpi-hdr-ehrpwm.dtbo \
95"
96
97KERNEL_DEVICETREE:beagleplay = " \
98ti/k3-am625-beagleplay.dtb \
99ti/k3-am625-beagleplay-csi2-ov5640.dtbo \
100ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtbo \
101ti/k3-am625-beagleplay-lincolntech-lcd185-panel.dtbo \
102ti/k3-am625-beaglemod.dtb \
103ti/k3-am625-beaglemod-audio.dtbo \
104ti/k3-am625-beaglemod-can0.dtbo \
105ti/k3-am625-beaglemod-can1.dtbo \
106ti/k3-am625-beaglemod-csi0-ov5640.dtbo \
107ti/k3-am625-beaglemod-eeprom.dtbo \
108ti/k3-am625-beaglemod-eth.dtbo \
109ti/k3-am625-beaglemod-hdmi.dtbo \
110ti/k3-am625-beaglemod-io-expand.dtbo \
111ti/k3-am625-beaglemod-lt-lcd185.dtbo \
112ti/k3-am625-beaglemod-ospi-flash.dtbo \
113ti/k3-am625-beaglemod-rs485-1.dtbo \
114ti/k3-am625-beaglemod-rs485-2.dtbo \
115ti/k3-am625-beaglemod-rtc.dtbo \
116ti/k3-am625-beaglemod-wl1835.dtbo \
117ti/k3-am625-sk.dtb \
118ti/k3-am625-sk-dmtimer-pwm.dtbo \
119ti/k3-am625-sk-ecap-capture.dtbo \
120ti/k3-am625-sk-lincolntech-lcd185-panel.dtbo \
121ti/k3-am625-sk-mcspi-loopback.dtbo \
122ti/k3-am625-sk-microtips-mf101hie-panel.dtbo \
123ti/k3-am625-sk-microtips-mf103hie-lcd2.dtbo \
124ti/k3-am625-sk-pwm.dtbo \
125ti/k3-am625-sk-rpi-hdr-ehrpwm.dtbo \
126ti/k3-am62x-sk-csi2-imx219.dtbo \
127ti/k3-am62x-sk-csi2-ov5640.dtbo \
128ti/k3-am62x-sk-csi2-tevi-ov5640.dtbo \
129ti/k3-am62x-sk-csi2-v3link-fusion.dtbo \
130ti/k3-am62x-sk-eqep.dtbo \
131ti/k3-am62x-sk-hdmi-audio.dtbo \
132ti/k3-am62x-sk-hdmi-disable-fastboot.dtbo \
133ti/k3-am62x-sk-lpm-wkup-sources.dtbo \
134ti/k3-am62x-sk-mcan.dtbo \
135"
136
137S = "${WORKDIR}/git" 53S = "${WORKDIR}/git"
138 54
139# 6.1.80 version for 32-bit 55# 6.1.80 version for 32-bit