1 Star 3 Fork 6

Embedfire/ebf_linux_kernel_6ull_depth1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
make_deb.sh 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
猪加索 提交于 2022-02-10 01:34 . can't detect emmc
deb_distro=bionic
DISTRO=stable
build_opts="-j 6"
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=-carp-imx6"
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} npi_v7_defconfig
make ${build_opts}
make ${build_opts} bindeb-pkg
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Embedfire/ebf_linux_kernel_6ull_depth1.git
[email protected]:Embedfire/ebf_linux_kernel_6ull_depth1.git
Embedfire
ebf_linux_kernel_6ull_depth1
ebf_linux_kernel_6ull_depth1
master

搜索帮助