Yocto使用小技巧
Posted hellokitty2
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Yocto使用小技巧相关的知识,希望对你有一定的参考价值。
1. 借助Yocto编译模块
SRC := mytest obj-m := $(SRC).o KDIR := /media/Yocto/build/tmp/work/poky-linux/linux-renesas/4.14.35-r1/build all: #make -C $(KDIR) M=$(PWD) modules ARCH=arm64 make -C $(KDIR) M=$(PWD) modules CROSS_COMPILE=aarch64-poky-linux- ARCH=arm64 clean: rm -f *.o *.order *.mod.c *.symvers *~ *.ko
以上是关于Yocto使用小技巧的主要内容,如果未能解决你的问题,请参考以下文章