mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge pull request #47 from tiopex/logo
Add current version to boot logo
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
||||
run: |
|
||||
cd ${{ inputs.submodule || '.' }}
|
||||
#apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
|
||||
sudo apt update && sudo apt install -y gsfonts
|
||||
make miyoo_uclibc_defconfig
|
||||
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}"
|
||||
|
||||
@@ -117,6 +118,7 @@ jobs:
|
||||
run: |
|
||||
cd ${{ inputs.submodule || '.' }}
|
||||
#apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
|
||||
sudo apt update && sudo apt install -y gsfonts
|
||||
make miyoo_musl_defconfig
|
||||
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}"
|
||||
|
||||
|
@@ -5,6 +5,7 @@ image bootfs.vfat {
|
||||
"zImage",
|
||||
"suniv-f1c500s-miyoo.dtb",
|
||||
"boot.scr",
|
||||
"boot/miyoo-boot.bmp",
|
||||
"boot/autorun.inf",
|
||||
"boot/boot.ico",
|
||||
"boot/console.cfg",
|
||||
|
BIN
board/miyoo/miyoo-boot.png
Normal file
BIN
board/miyoo/miyoo-boot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@@ -8,4 +8,5 @@ cp -r board/miyoo/boot "${BINARIES_DIR}"
|
||||
cp -r board/miyoo/main "${BINARIES_DIR}"
|
||||
mkdir -p "${BINARIES_DIR}/gmenu2x"
|
||||
cp -r "${BINARIES_DIR}/gmenu2x" "${BINARIES_DIR}/main/"
|
||||
convert board/miyoo/miyoo-boot.png -pointsize 12 -fill white -annotate +10+230 "v2.0.0-"`git rev-parse --short HEAD` -alpha off +flip -strip -define bmp:subtype=RGB565 bmp2:"${BINARIES_DIR}"/boot/miyoo-boot.bmp
|
||||
support/scripts/genimage.sh ${1} -c board/miyoo/genimage-sdcard.cfg
|
||||
|
Reference in New Issue
Block a user