File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change 37
37
debootstrap \
38
38
qemu-user-static \
39
39
systemd-container \
40
- fdisk
41
-
40
+ fdisk \
41
+ gcc-arm-linux-gnueabihf
42
+ - name : Build Uboot
43
+ env :
44
+ OS : bullseye
45
+ run : |
46
+ echo "OS=bullseye" >> $GITHUB_ENV
47
+ git clone --branch $OS --single-branch https://dev.pyra-handheld.com/packages/pyra-uboot && cd pyra-uboot
48
+ make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-" omap5_pyra_4gb_defconfig
49
+ make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-"
50
+ cp u-boot.img ../makeimg_data/uboot/u-boot.img
51
+ cp MLO ../makeimg_data/uboot/MLO
52
+
42
53
- name : Run Makeimg
43
54
env :
44
55
OS : oldstable
80
91
debootstrap \
81
92
qemu-user-static \
82
93
systemd-container \
83
- fdisk
84
-
94
+ fdisk \
95
+ gcc-arm-linux-gnueabihf
96
+ - name : Build Uboot
97
+ env :
98
+ OS : bookworm
99
+ run : |
100
+ echo "OS=bookworm" >> $GITHUB_ENV
101
+ git clone --branch $OS --single-branch https://dev.pyra-handheld.com/packages/pyra-uboot && cd pyra-uboot
102
+ make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-" omap5_pyra_4gb_defconfig
103
+ make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-"
104
+ cp u-boot.img ../makeimg_data/uboot/u-boot.img
105
+ cp MLO ../makeimg_data/uboot/MLO
106
+
85
107
- name : Run Makeimg
86
108
env :
87
109
OS : bookworm
You can’t perform that action at this time.
0 commit comments