mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-10-15 20:58:38 +09:00
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -128,7 +128,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- model: g5300
|
- model: a7200
|
||||||
nk: edna3exe.bin
|
nk: edna3exe.bin
|
||||||
lilo: gen2.bin
|
lilo: gen2.bin
|
||||||
- model: sh1
|
- model: sh1
|
||||||
|
Submodule brainlilo updated: c826f2581e...0ef73cdeb4
@@ -11,7 +11,7 @@ export CROSS_COMPILE=arm-linux-gnueabi-
|
|||||||
mkdir -p ${WORK}
|
mkdir -p ${WORK}
|
||||||
mkdir -p ${WORK}/lilobin
|
mkdir -p ${WORK}/lilobin
|
||||||
|
|
||||||
for i in "g5300" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do
|
for i in "a7200" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do
|
||||||
NUM=$(echo $i | sed -E 's/sh//g')
|
NUM=$(echo $i | sed -E 's/sh//g')
|
||||||
|
|
||||||
make -C ${REPO}/u-boot-brain distclean pw${i}_defconfig
|
make -C ${REPO}/u-boot-brain distclean pw${i}_defconfig
|
||||||
@@ -19,7 +19,7 @@ for i in "g5300" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do
|
|||||||
${REPO}/nkbin_maker/bsd-ce ${REPO}/u-boot-brain/u-boot.bin
|
${REPO}/nkbin_maker/bsd-ce ${REPO}/u-boot-brain/u-boot.bin
|
||||||
|
|
||||||
case $i in
|
case $i in
|
||||||
"g5300")
|
"a7200")
|
||||||
mv ${REPO}/nk.bin ${WORK}/edna3exe.bin
|
mv ${REPO}/nk.bin ${WORK}/edna3exe.bin
|
||||||
mv ${REPO}/u-boot-brain/u-boot.bin ${WORK}/lilobin/gen2.bin;;
|
mv ${REPO}/u-boot-brain/u-boot.bin ${WORK}/lilobin/gen2.bin;;
|
||||||
"sh1" | "sh2" | "sh3")
|
"sh1" | "sh2" | "sh3")
|
||||||
|
Submodule linux-brain updated: 09cc34a56d...aa21aeb567
Submodule u-boot-brain updated: 2696eb4b8d...783749833d
Reference in New Issue
Block a user