2 Star 3 Fork 0

Embedfire/ebf_linux_kernel_mp157_depth1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
make_deb.sh 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
WishWish 提交于 2021-12-14 02:46 . clear build
deb_distro=bionic
DISTRO=stable
build_opts="-j 46"
build_opts="${build_opts} O=build_image/build"
build_opts="${build_opts} ARCH=arm"
build_opts="${build_opts} KBUILD_DEBARCH=${DEBARCH}"
build_opts="${build_opts} LOCALVERSION=-stm-r1"
build_opts="${build_opts} KDEB_CHANGELOG_DIST=${deb_distro}"
build_opts="${build_opts} KDEB_PKGVERSION=1${DISTRO}"
build_opts="${build_opts} CROSS_COMPILE=arm-linux-gnueabihf-"
build_opts="${build_opts} KDEB_SOURCENAME=linux-upstream"
make ${build_opts} stm32mp157_ebf_defconfig
#make ${build_opts} menuconfig
make ${build_opts}
make ${build_opts} bindeb-pkg
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Embedfire/ebf_linux_kernel_mp157_depth1.git
git@gitee.com:Embedfire/ebf_linux_kernel_mp157_depth1.git
Embedfire
ebf_linux_kernel_mp157_depth1
ebf_linux_kernel_mp157_depth1
master

搜索帮助