本帖最后由 firstm 于 2015-7-13 23:02 编辑
用 source setup-environment 看到列表里确实有“imx6dl-riotboard”这一项的,MACHINE=imx6dl-riotboard 后编译一段时间报错:大概是 no rule to make target .....(名字和路径不太记得了).dtb。
我在提示的路径下的makefile里也确实没看到与“riotboard”有关的信息,请问是不是现在yocto还不完全支持这块板呢?
我试过使用默认的 MACHINE=imx6dlsabresd 是没问题的。
make: Leaving directory `/opt/yoctoTest/fsl-yocto-3.14.28/build-x11/tmp/work/imx6dl_riotboard-poky-linux-gnueabi/linux-imx/3.14.28-r0/image/usr/src/kernel'
NOTE: make -j 2 imx6dl-riotboard.dtb
make[1]: *** No rule to make target `arch/arm/boot/dts/imx6dl-riotboard.dtb'. Stop.
make: *** [imx6dl-riotboard.dtb] Error 2
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_install
|