1 Star 0 Fork 0

hooray218/meta-riscv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
dist: xenial
sudo: required
language: shell
compiler:
env:
git:
depth: 3
before_install:
install:
- sudo apt-get install -y -qq diffstat texinfo chrpath
script:
- cd ../
- git clone --depth=3 git://git.openembedded.org/openembedded-core
- cd openembedded-core
- mv ../meta-riscv ./
- git clone --depth=3 git://git.openembedded.org/bitbake
- git clone --depth=3 git://git.openembedded.org/meta-openembedded
- source oe-init-build-env
- find ./conf/bblayers.conf -type f -exec sed -i "s| \"| $(pwd)/../meta-openembedded/meta-oe \\\ \\n \"|g" {} +
- find ./conf/bblayers.conf -type f -exec sed -i "s| \"| $(pwd)/../meta-riscv \\\ \\n \"|g" {} +
- MACHINE=qemuriscv64 timeout --foreground 55m bitbake core-image-minimal || if [ $? == 124 ]; then echo "Timeout"; else return 1; fi;
- MACHINE=qemuriscv32 timeout --foreground 55m bitbake core-image-minimal || if [ $? == 124 ]; then echo "Timeout"; else return 1; fi
- MACHINE=freedom-u540 timeout --foreground 55m bitbake core-image-minimal || if [ $? == 124 ]; then echo "Timeout"; else return 1; fi
after_success:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hooray218/meta-riscv.git
[email protected]:hooray218/meta-riscv.git
hooray218
meta-riscv
meta-riscv
master

搜索帮助