Table of Contents
- 查找某个包的源码位置:
1 2 3 |
$ bitbake -e linux-qoriq | grep ^S= |
- 编译
-
123bitbake -c compile -f linux-qoriq
- 编译Standalone编译器
1 2 3 |
bitbake meta-toolchain |
Knowledge derives from accumulation.
1 2 3 |
$ bitbake -e linux-qoriq | grep ^S= |
1 2 3 |
bitbake -c compile -f linux-qoriq |
1 2 3 |
bitbake meta-toolchain |