GitXplorerGitXplorer
c

dev-tools

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
546133c4f4f94729258056ebe3bed4faf439b00e

delete: delete rock-5b firmware package

cchenchongbiao committed 3 months ago
Unverified
df0e883923eb9769084d52222daefc4c13f90d3b

feat: rebuild linux-firmware

cchenchongbiao committed 3 months ago
Unverified
a828146ff2484bbbd83753bd9405ff19022804e8

chore: update build rootfsimg

cchenchongbiao committed 5 months ago
Unverified
fe08a1eda4b9e02bf8592a1b47fc50106d2ff536

delete: Delete the kernel copy of mipad5

cchenchongbiao committed 5 months ago
Unverified
8dae77197640de4639a45853343560a806c299fd

chore: add extra package

cchenchongbiao committed 5 months ago
Unverified
53f578b2104376e57a3ffdc998ca629dc4cd1b81

chore: Modify image directory permissions

cchenchongbiao committed 5 months ago

README

The README file for this repository.

介绍

构建

使用

构建根文件系统

sudo ./bin/dp-build build rootfs -n="deepin" -v="beige" -c="main,commercial,community" -a="arm64" -s="deb https://community-packages.deepin.com/beige/ beige main commercial community"

构建根文件系统的镜像

小米平板5

sudo ./bin/dp-build build rootfsimg -n="deepin" -v="beige" -c="main,commercial,community" -a="arm64" -s="deb https://community-packages.deepin.com/beige/ beige main commercial community" -d "mipad5"

构建开发板

qemu

sudo ./bin/dp-build build board -n="deepin" -v="beige" -c="main,commercial,community" -a="arm64" -s="deb https://community-packages.deepin.com/beige/ beige main commercial community" -d qemu

rock-5b

sudo ./bin/dp-build build board -n="deepin" -v="beige" -c="main,commercial,community" -a="arm64" -s="deb https://community-packages.deepin.com/beige/ beige main commercial community" -d rock-5b

指定预装包

sudo ./bin/dp-build build board -n="deepin" -v="beige" -c="main,commercial,community" -a="arm64" -s="deb https://community-packages.deepin.com/beige/ beige main commercial community" -p="deepin-keyring, ca-certificates" -d qemu --image-size 200